/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
D | HandlerUtils.kt | 30 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/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverActivityTest.java | 101 waitForIdle(); in twoOptionsAndUserSelectsOne() 116 waitForIdle(); in twoOptionsAndUserSelectsOne() 129 waitForIdle(); in setMaxHeight() 145 waitForIdle(); in setMaxHeight() 159 waitForIdle(); in setMaxHeight() 173 waitForIdle(); in setShowAtTopToTrue() 190 waitForIdle(); in setShowAtTopToTrue() 209 waitForIdle(); in hasLastChosenActivity() 222 waitForIdle(); in hasLastChosenActivity() 240 waitForIdle(); in hasOtherProfileOneOption() [all …]
|
D | ChooserActivityTest.java | 175 waitForIdle(); in customTitle() 190 waitForIdle(); in customTitleIgnoredForSendIntents() 203 waitForIdle(); in emptyTitle() 217 waitForIdle(); in emptyPreviewTitleAndThumbnail() 232 waitForIdle(); in visiblePreviewTitleWithoutThumbnail() 249 waitForIdle(); in visiblePreviewTitleWithInvalidThumbnail() 267 waitForIdle(); in visiblePreviewTitleAndThumbnail() 283 waitForIdle(); in twoOptionsAndUserSelectsOne() 297 waitForIdle(); in twoOptionsAndUserSelectsOne() 331 waitForIdle(); in fourOptionsStackedIntoOneTarget() [all …]
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiDevice.java | 196 waitForIdle(); in pressMenu() 209 waitForIdle(); in pressBack() 222 waitForIdle(); in pressHome() 317 waitForIdle(); in pressKeyCode() 332 waitForIdle(); in pressKeyCode() 345 waitForIdle(); in pressRecentApps() 357 waitForIdle(); in openNotification() 369 waitForIdle(); in openQuickSettings() 476 public void waitForIdle() { in waitForIdle() method in UiDevice 478 waitForIdle(Configurator.getInstance().getWaitForIdleTimeout()); in waitForIdle() [all …]
|
D | UiAutomatorBridge.java | 90 public void waitForIdle() { in waitForIdle() method in UiAutomatorBridge 91 waitForIdle(TOTAL_TIME_TO_WAIT_FOR_IDLE_STATE); in waitForIdle() 94 public void waitForIdle(long timeout) { in waitForIdle() method in UiAutomatorBridge 96 mUiAutomation.waitForIdle(QUIET_TIME_TO_BE_CONSIDERD_IDLE_STATE, timeout); in waitForIdle()
|
D | QueryController.java | 92 mUiAutomatorBridge.waitForIdle(); in getLastTraversedText() 106 mUiAutomatorBridge.waitForIdle(); in clearLastTraversedText() 143 mUiAutomatorBridge.waitForIdle(); in findAccessibilityNodeInfo() 493 mUiAutomatorBridge.waitForIdle(); in getCurrentActivityName() 504 mUiAutomatorBridge.waitForIdle(); in getCurrentPackageName()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | BiometricServiceTest.java | 177 waitForIdle(); in testClientBinderDied_whenPaused() 186 waitForIdle(); in testClientBinderDied_whenPaused() 191 waitForIdle(); in testClientBinderDied_whenPaused() 204 waitForIdle(); in testClientBinderDied_whenAuthenticating() 210 waitForIdle(); in testClientBinderDied_whenAuthenticating() 227 waitForIdle(); in testClientBinderDied_whenAuthenticating() 243 waitForIdle(); in testAuthenticate_credentialAllowedButNotSetup_returnsNoDeviceCredential() 262 waitForIdle(); in testAuthenticate_credentialAllowedAndSetup_callsSystemUI() 288 waitForIdle(); in testAuthenticate_withoutHardware_returnsErrorHardwareNotPresent() 307 waitForIdle(); in testAuthenticate_withoutEnrolled_returnsErrorNoBiometrics() [all …]
|
D | AuthServiceTest.java | 202 waitForIdle(); in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate() 231 waitForIdle(); in testAuthenticate_appOpsDenied_doesNotCallBiometricService() 258 waitForIdle(); in testAuthenticate_missingRequiredParam() 277 waitForIdle(); in testCanAuthenticate_callsBiometricServiceCanAuthenticate() 300 waitForIdle(); in testHasEnrolledBiometrics_callsBiometricServiceHasEnrolledBiometrics() 318 waitForIdle(); in testRegisterKeyguardCallback_callsBiometricServiceRegisterKeyguardCallback() 323 private static void waitForIdle() { in waitForIdle() method in AuthServiceTest
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsStrongAuthTest.java | 94 waitForIdle(); in testScheduleNonStrongBiometricIdleTimeout() 107 waitForIdle(); in testSetIsNonStrongBiometricAllowed_disallowed() 120 waitForIdle(); in testReportSuccessfulBiometricUnlock_nonStrongBiometric_fallbackTimeout() 135 waitForIdle(); in testRequireStrongAuth_nonStrongBiometric_fallbackTimeout() 148 waitForIdle(); in testReportSuccessfulBiometricUnlock_nonStrongBiometric_cancelIdleTimeout() 159 waitForIdle(); in testReportSuccessfulBiometricUnlock_strongBio_cancelAlarmsAndAllowNonStrongBio() 174 waitForIdle(); in testReportSuccessfulStrongAuthUnlock_schedulePrimaryAuthTimeout() 191 waitForIdle(); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() 201 waitForIdle(); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() 211 waitForIdle(); in testReportSuccessfulStrongAuthUnlock_cancelAlarmsAndAllowNonStrongBio() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/ |
D | Face10Test.java | 76 private static void waitForIdle() { in waitForIdle() method in Face10Test 105 waitForIdle(); in tick() 114 waitForIdle(); in getAuthenticatorId_doesNotCrashWhenIdNotFound() 121 waitForIdle(); in scheduleRevokeChallenge_doesNotCrash() 136 waitForIdle(); in scheduleGenerateChallenge_cachesResult() 156 waitForIdle(); in scheduleRevokeChallenge_waitsUntilEmpty() 172 waitForIdle(); in scheduleRevokeChallenge_doesNotWaitForever() 182 waitForIdle(); in halServiceDied_resetsScheduler()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
D | UserAwareBiometricSchedulerTest.java | 108 waitForIdle(); in testScheduleOperation_whenNoUser() 128 waitForIdle(); in testScheduleOperation_whenNoUser_notStarted() 147 waitForIdle(); in testScheduleOperation_whenNoUser_notStarted_andReset() 170 waitForIdle(); in testScheduleOperation_whenSameUser() 187 waitForIdle(); in testScheduleOperation_whenDifferentUser() 190 waitForIdle(); in testScheduleOperation_whenDifferentUser() 193 waitForIdle(); in testScheduleOperation_whenDifferentUser() 197 private static void waitForIdle() { in waitForIdle() method in UserAwareBiometricSchedulerTest
|
D | BiometricSchedulerTest.java | 122 waitForIdle(); in testRemovesPendingOperations_whenNullHal_andNotBiometricPrompt() 162 waitForIdle(); in testRemovesOnlyBiometricPromptOperation_whenNullHal() 213 waitForIdle(); in testProtoDump_singleCurrentOperation() 233 waitForIdle(); in testProtoDump_fifo() 247 waitForIdle(); in testProtoDump_fifo() 259 waitForIdle(); in testProtoDump_fifo() 270 waitForIdle(); in testProtoDump_fifo() 299 waitForIdle(); in testCancelPendingAuth() 307 waitForIdle(); in testCancelPendingAuth() 313 waitForIdle(); in testCancelPendingAuth() [all …]
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/ |
D | TvUtils.kt | 122 waitForIdle() in UiDevice() 147 waitForIdle() in UiDevice() 149 waitForIdle() in UiDevice() 151 waitForIdle() in UiDevice()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 694 public void waitForIdle() { in waitForIdle() method in NotificationManagerServiceTest 909 waitForIdle(); in addGroupWithBubblesAndValidateAdded() 923 waitForIdle(); in addGroupWithBubblesAndValidateAdded() 938 waitForIdle(); in addGroupWithBubblesAndValidateAdded() 1123 waitForIdle(); in testBlockedNotifications_blockedChannel() 1141 waitForIdle(); in testEnqueuedBlockedNotifications_appBlockedChannelForegroundService() 1162 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 1170 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 1179 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 1184 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/hidl/ |
D | Fingerprint21Test.java | 74 private static void waitForIdle() { in waitForIdle() method in Fingerprint21Test 106 waitForIdle(); in getAuthenticatorId_doesNotCrashWhenIdNotFound() 114 waitForIdle(); in halServiceDied_resetsScheduler()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/ |
D | ImeAppHelper.kt | 62 device.waitForIdle() in waitAndAssertIMEShown() 79 uiDevice.waitForIdle() in closeIME()
|
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
D | ImeAppHelper.kt | 62 device.waitForIdle() in waitIMEShown() 79 device.waitForIdle() in closeIME()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/ |
D | FaceProviderTest.java | 63 private static void waitForIdle() { in waitForIdle() method in FaceProviderTest 106 waitForIdle(); in halServiceDied_resetsAllSchedulers() 118 waitForIdle(); in halServiceDied_resetsAllSchedulers()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintProviderTest.java | 66 private static void waitForIdle() { in waitForIdle() method in FingerprintProviderTest 111 waitForIdle(); in halServiceDied_resetsAllSchedulers() 123 waitForIdle(); in halServiceDied_resetsAllSchedulers()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | AssistDataRequesterTest.java | 198 waitForIdle(mHandler); in testProcessPendingData() 211 waitForIdle(mHandler); in testProcessPendingData() 289 waitForIdle(mHandler); in testCanNotHandleReceivedData_expectNoCallbacks() 314 waitForIdle(mHandler); in assertReceivedDataCount() 332 public void waitForIdle(Handler h) throws Exception { in waitForIdle() method in AssistDataRequesterTest
|
/frameworks/base/libs/hwui/tests/unit/ |
D | CommonPoolTests.cpp | 175 CommonPool::waitForIdle(); in TEST() 186 CommonPool::waitForIdle(); in TEST()
|
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
D | WindowAnimationJankTestBase.java | 42 getUiDevice().waitForIdle(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | SysuiTestCase.java | 189 idler.waitForIdle(); in waitForIdleSync() 225 public void waitForIdle() { in waitForIdle() method in SysuiTestCase.Idler
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | UiBot.java | 108 mDevice.waitForIdle(); in expandNotification() 228 mDevice.waitForIdle(); in turnScreenOn()
|
/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
D | IBlobStoreManager.aidl | 36 void waitForIdle(in RemoteCallback callback); in waitForIdle() method
|