Home
last modified time | relevance | path

Searched defs:keepAlive (Results 1 – 25 of 224) sorted by relevance

123456789

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
H A DActivatableTest.kt41 val keepAlive by keepAliveMutable in rememberActivated() constant
59 val keepAlive by keepAliveMutable in rememberActivated_leavingTheComposition() constant
H A DSysUiViewModelTest.kt52 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 DSocketOptions.java94 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 DOnboardingProcess.kt14 fun keepAlive(reason: KeepAliveReason): AutoCloseable in keepAlive() method
H A DOnboardingProcessImpl.kt15 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 DBootstrapProviderTest.java71 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 DHydratorTest.kt49 val keepAlive by keepAliveMutable in hydratedStateOf() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
H A DBuilders.kt92 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 DTestAppInstance.java247 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 DNoConnectionReuseStrategy.java59 public boolean keepAlive(final HttpResponse response, final HttpContext context) { in keepAlive() method in NoConnectionReuseStrategy
H A DDefaultConnectionReuseStrategy.java83 public boolean keepAlive(final HttpResponse response, in keepAlive() method in DefaultConnectionReuseStrategy
/aosp_15_r20/external/apache-http/src/org/apache/http/
H A DConnectionReuseStrategy.java78 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 DSdkConnectionReuseStrategy.java34 public boolean keepAlive(HttpResponse response, HttpContext context) { in keepAlive() method in SdkConnectionReuseStrategy
/aosp_15_r20/frameworks/base/tests/CoreTests/android/core/
H A DTestHttpClient.java112 public boolean keepAlive(final HttpResponse response) { in keepAlive() method in TestHttpClient
/aosp_15_r20/art/test/153-reference-stress/src/
H A DMain.java23 static Object keepAlive; field in Main
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DRedrawer.java21 private boolean keepAlive; field in Redrawer
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
H A DFifoPriorityThreadPoolExecutor.java30 …public FifoPriorityThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAlive, TimeU… in FifoPriorityThreadPoolExecutor()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp260 sp<Camera3IOStreamBase> keepAlive(this); in returnAnyBufferLocked() local
/aosp_15_r20/frameworks/av/media/utils/tests/
H A Dservice_singleton_tests.cpp249 std::shared_ptr<aidl::IServiceSingletonTest> keepAlive; // NDK Workaround! in TEST() local
/aosp_15_r20/external/apache-http/android/src/android/net/http/
H A DConnection.java514 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 DDelegatingSSLSocket.java180 @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 DWebRtcAudioTrack.java117 private volatile boolean keepAlive = true; field in WebRtcAudioTrack.AudioTrackThread
H A DWebRtcAudioRecord.java140 private volatile boolean keepAlive = true; field in WebRtcAudioRecord.AudioRecordThread
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/audio/
H A DWebRtcAudioTrack.java87 private volatile boolean keepAlive = true; field in WebRtcAudioTrack.AudioTrackThread
/aosp_15_r20/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DTestDocumentsProvider.java210 public Object keepAlive; field in TestDocumentsProvider.CloudCursor

123456789