/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/ |
H A D | ActivatableTest.kt | 41 val keepAlive by keepAliveMutable in rememberActivated() constant 59 val keepAlive by keepAliveMutable in rememberActivated_leavingTheComposition() constant
|
H A D | SysUiViewModelTest.kt | 52 val keepAlive by keepAliveMutable in rememberActivated() constant 111 val keepAlive by keepAliveMutable in rememberActivated_leavingTheComposition() constant
|
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/ |
H A D | SocketOptions.java | 94 public boolean keepAlive = false; field in SocketOptions 112 keepAlive in getNativeHandle() local 138 …ype, int connectTimeoutMs, int keepAliveIntervalSecs, int keepAliveTimeoutSecs, boolean keepAlive); in socketOptionsNew()
|
/aosp_15_r20/external/android_onboarding/java/com/android/onboarding/process/ |
H A D | OnboardingProcess.kt | 14 fun keepAlive(reason: KeepAliveReason): AutoCloseable in keepAlive() method
|
H A D | OnboardingProcessImpl.kt | 15 override fun keepAlive(reason: KeepAliveReason): KeepAliveToken { in keepAlive() method in com.android.onboarding.process.OnboardingProcessImpl
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/ |
H A D | BootstrapProviderTest.java | 71 Boolean keepAlive = (Boolean) bootstrap.config().options().get(ChannelOption.SO_KEEPALIVE); in createBootstrap_defaultConfiguration_tcpKeepAliveShouldBeFalse() local 86 Boolean keepAlive = (Boolean) bootstrap.config().options().get(ChannelOption.SO_KEEPALIVE); in createBootstrap_tcpKeepAliveTrue_shouldApply() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/lifecycle/ |
H A D | HydratorTest.kt | 49 val keepAlive by keepAliveMutable in hydratedStateOf() constant
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/ |
H A D | Builders.kt | 92 private fun keepAlive() { in keepAlive() method
|
/aosp_15_r20/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/ |
H A D | TestAppInstance.java | 247 public TestAppInstance keepAlive() { in keepAlive() method in TestAppInstance 256 private void keepAlive(boolean manualKeepAlive) { in keepAlive() method in TestAppInstance
|
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/ |
H A D | NoConnectionReuseStrategy.java | 59 public boolean keepAlive(final HttpResponse response, final HttpContext context) { in keepAlive() method in NoConnectionReuseStrategy
|
H A D | DefaultConnectionReuseStrategy.java | 83 public boolean keepAlive(final HttpResponse response, in keepAlive() method in DefaultConnectionReuseStrategy
|
/aosp_15_r20/external/apache-http/src/org/apache/http/ |
H A D | ConnectionReuseStrategy.java | 78 boolean keepAlive(HttpResponse response, HttpContext context); in keepAlive() method
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/ |
H A D | SdkConnectionReuseStrategy.java | 34 public boolean keepAlive(HttpResponse response, HttpContext context) { in keepAlive() method in SdkConnectionReuseStrategy
|
/aosp_15_r20/frameworks/base/tests/CoreTests/android/core/ |
H A D | TestHttpClient.java | 112 public boolean keepAlive(final HttpResponse response) { in keepAlive() method in TestHttpClient
|
/aosp_15_r20/art/test/153-reference-stress/src/ |
H A D | Main.java | 23 static Object keepAlive; field in Main
|
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
H A D | Redrawer.java | 21 private boolean keepAlive; field in Redrawer
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/ |
H A D | FifoPriorityThreadPoolExecutor.java | 30 …public FifoPriorityThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAlive, TimeU… in FifoPriorityThreadPoolExecutor()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3IOStreamBase.cpp | 260 sp<Camera3IOStreamBase> keepAlive(this); in returnAnyBufferLocked() local
|
/aosp_15_r20/frameworks/av/media/utils/tests/ |
H A D | service_singleton_tests.cpp | 249 std::shared_ptr<aidl::IServiceSingletonTest> keepAlive; // NDK Workaround! in TEST() local
|
/aosp_15_r20/external/apache-http/android/src/android/net/http/ |
H A D | Connection.java | 514 private boolean keepAlive(HttpEntity entity, in keepAlive() method in Connection
|
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
H A D | DelegatingSSLSocket.java | 180 @Override public void setKeepAlive(boolean keepAlive) throws SocketException { in setKeepAlive()
|
/aosp_15_r20/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
H A D | WebRtcAudioTrack.java | 117 private volatile boolean keepAlive = true; field in WebRtcAudioTrack.AudioTrackThread
|
H A D | WebRtcAudioRecord.java | 140 private volatile boolean keepAlive = true; field in WebRtcAudioRecord.AudioRecordThread
|
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/audio/ |
H A D | WebRtcAudioTrack.java | 87 private volatile boolean keepAlive = true; field in WebRtcAudioTrack.AudioTrackThread
|
/aosp_15_r20/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
H A D | TestDocumentsProvider.java | 210 public Object keepAlive; field in TestDocumentsProvider.CloudCursor
|