Home
last modified time | relevance | path

Searched defs:waitForIdle (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DHandlerUtils.kt30 fun HandlerThread.waitForIdle(timeoutMs: Int) = threadHandler.waitForIdle(timeoutMs.toLong()) in HandlerThread() method
31 fun HandlerThread.waitForIdle(timeoutMs: Long) = threadHandler.waitForIdle(timeoutMs) in HandlerThread() method
32 fun Handler.waitForIdle(timeoutMs: Int) = waitForIdle(timeoutMs.toLong()) in HandlerThread() method
33 fun Handler.waitForIdle(timeoutMs: Long) { in HandlerThread() method
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiAutomatorBridge.java90 public void waitForIdle() { in waitForIdle() method in UiAutomatorBridge
94 public void waitForIdle(long timeout) { in waitForIdle() method in UiAutomatorBridge
DUiDevice.java476 public void waitForIdle() { in waitForIdle() method in UiDevice
486 public void waitForIdle(long timeout) { in waitForIdle() method in UiDevice
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DFaceProviderTest.java63 private static void waitForIdle() { in waitForIdle() method in FaceProviderTest
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprint21Test.java74 private static void waitForIdle() { in waitForIdle() method in Fingerprint21Test
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintProviderTest.java66 private static void waitForIdle() { in waitForIdle() method in FingerprintProviderTest
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
DFace10Test.java76 private static void waitForIdle() { in waitForIdle() method in Face10Test
/frameworks/base/libs/hwui/thread/
DCommonPool.cpp115 void CommonPool::waitForIdle() { in waitForIdle() function in android::uirenderer::CommonPool
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DIBlobStoreManager.aidl36 void waitForIdle(in RemoteCallback callback); in waitForIdle() method
DBlobStoreManager.java533 public void waitForIdle(long timeoutMillis) throws InterruptedException, TimeoutException { in waitForIdle() method in BlobStoreManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DSysuiTestCase.java225 public void waitForIdle() { in waitForIdle() method in SysuiTestCase.Idler
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthServiceTest.java323 private static void waitForIdle() { in waitForIdle() method in AuthServiceTest
DBiometricServiceTest.java1706 private static void waitForIdle() { in waitForIdle() method in BiometricServiceTest
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStrongAuthTest.java275 private static void waitForIdle() { in waitForIdle() method in LockSettingsStrongAuthTest
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAssistDataRequesterTest.java332 public void waitForIdle(Handler h) throws Exception { in waitForIdle() method in AssistDataRequesterTest
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DUserAwareBiometricSchedulerTest.java197 private static void waitForIdle() { in waitForIdle() method in UserAwareBiometricSchedulerTest
DBiometricSchedulerTest.java487 private static void waitForIdle() { in waitForIdle() method in BiometricSchedulerTest
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DCachedAppOptimizerTest.java1066 public synchronized void waitForIdle() { in waitForIdle() method in CachedAppOptimizerTest.Idle
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityTest.java910 private void waitForIdle() { in waitForIdle() method in ResolverActivityTest
/frameworks/base/core/java/android/app/
DUiAutomation.java960 public void waitForIdle(long idleTimeoutMillis, long globalTimeoutMillis) in waitForIdle() method in UiAutomation
DInstrumentation.java404 public void waitForIdle(Runnable recipient) { in waitForIdle() method in Instrumentation
2330 public void waitForIdle() { in waitForIdle() method in Instrumentation.Idler
/frameworks/av/camera/tests/
DCameraBinderTests.cpp299 bool waitForIdle() const { in waitForIdle() function in TestCameraDeviceCallbacks
/frameworks/hardware/interfaces/cameraservice/vts/functional/
DVtsHalCameraServiceV2_0TargetTest.cpp266 bool waitForIdle() const { return waitForStatus(IDLE); } in waitForIdle() function in android::CameraDeviceCallbacks
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessTrackerTest.java915 public synchronized void waitForIdle() { in waitForIdle() method in BrightnessTrackerTest.Idle
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerService.java1565 public void waitForIdle(@NonNull RemoteCallback remoteCallback) { in waitForIdle() method in BlobStoreManagerService.Stub

12