/frameworks/base/core/tests/coretests/src/android/window/ |
D | WindowOnBackInvokedDispatcherTest.java | 118 private void waitForIdle() { in waitForIdle() method in WindowOnBackInvokedDispatcherTest 174 waitForIdle(); in registerCallback_samePriority_sameCallback() 192 waitForIdle(); in registerCallback_samePriority_differentCallback() 211 waitForIdle(); in registerCallback_differentPriority_sameCallback() 229 waitForIdle(); in registerCallback_differentPriority_differentCallback() 257 waitForIdle(); in registerCallback_sameInstanceAddedTwice() 273 waitForIdle(); in propagatesTopCallback_samePriority() 280 waitForIdle(); in propagatesTopCallback_samePriority() 297 waitForIdle(); in propagatesTopCallback_differentPriority() 311 waitForIdle(); in propagatesTopCallback_withRemoval() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
D | BiometricSchedulerTest.java | 216 waitForIdle(); in testRemovesPendingOperations_whenNullHal_andNotBiometricPrompt() 254 waitForIdle(); in testRemovesOnlyBiometricPromptOperation_whenNullHal() 290 waitForIdle(); in testCancelNotInvoked_whenOperationWaitingForCookie() 310 waitForIdle(); in testProtoDump_singleCurrentOperation() 330 waitForIdle(); in testProtoDump_fifo() 344 waitForIdle(); in testProtoDump_fifo() 356 waitForIdle(); in testProtoDump_fifo() 367 waitForIdle(); in testProtoDump_fifo() 395 waitForIdle(); in testCancelPendingAuth() 402 waitForIdle(); in testCancelPendingAuth() [all …]
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverActivityTest.java | 114 waitForIdle(); in twoOptionsAndUserSelectsOne() 129 waitForIdle(); in twoOptionsAndUserSelectsOne() 144 waitForIdle(); in setMaxHeight() 160 waitForIdle(); in setMaxHeight() 174 waitForIdle(); in setMaxHeight() 190 waitForIdle(); in setShowAtTopToTrue() 207 waitForIdle(); in setShowAtTopToTrue() 228 waitForIdle(); in hasLastChosenActivity() 241 waitForIdle(); in hasLastChosenActivity() 261 waitForIdle(); in hasOtherProfileOneOption() [all …]
|
D | ChooserActivityTest.java | 278 waitForIdle(); in customTitle() 300 waitForIdle(); in customTitleIgnoredForSendIntents() 321 waitForIdle(); in emptyTitle() 342 waitForIdle(); in emptyPreviewTitleAndThumbnail() 366 waitForIdle(); in visiblePreviewTitleWithoutThumbnail() 393 waitForIdle(); in visiblePreviewTitleWithInvalidThumbnail() 419 waitForIdle(); in visiblePreviewTitleAndThumbnail() 443 waitForIdle(); in twoOptionsAndUserSelectsOne() 457 waitForIdle(); in twoOptionsAndUserSelectsOne() 498 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 | 265 waitForIdle(); in testClientBinderDied_whenPaused() 274 waitForIdle(); in testClientBinderDied_whenPaused() 279 waitForIdle(); in testClientBinderDied_whenPaused() 292 waitForIdle(); in testClientBinderDied_whenAuthenticating() 298 waitForIdle(); in testClientBinderDied_whenAuthenticating() 315 waitForIdle(); in testClientBinderDied_whenAuthenticating() 333 waitForIdle(); in testAuthenticate_credentialAllowedButNotSetup_returnsNoDeviceCredential() 354 waitForIdle(); in testAuthenticate_credentialAllowedAndSetup_callsSystemUI() 381 waitForIdle(); in testAuthenticate_withoutHardware_returnsErrorHardwareNotPresent() 401 waitForIdle(); in testAuthenticate_withoutEnrolled_returnsErrorNoBiometrics() [all …]
|
D | AuthServiceTest.java | 269 waitForIdle(); in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate() 298 waitForIdle(); in testAuthenticate_appOpsDenied_doesNotCallBiometricService() 325 waitForIdle(); in testAuthenticate_missingRequiredParam() 345 waitForIdle(); in testAuthenticate_noVdmInternalService_noCrash() 363 waitForIdle(); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt() 408 waitForIdle(); in testAuthenticate_throwsSecurityException() 427 waitForIdle(); in testCanAuthenticate_callsBiometricServiceCanAuthenticate() 452 waitForIdle(); in testHasEnrolledBiometrics_callsBiometricServiceHasEnrolledBiometrics() 470 waitForIdle(); in testRegisterAuthenticationStateListener_callsFingerprintService() 487 waitForIdle(); in testRegisterAuthenticationStateListener_callsFaceService() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsStrongAuthTest.java | 99 waitForIdle(); in testScheduleNonStrongBiometricIdleTimeout() 112 waitForIdle(); in testSetIsNonStrongBiometricAllowed_disallowed() 125 waitForIdle(); in testReportSuccessfulBiometricUnlock_nonStrongBiometric_fallbackTimeout() 140 waitForIdle(); in testRequireStrongAuth_nonStrongBiometric_fallbackTimeout() 153 waitForIdle(); in testReportSuccessfulBiometricUnlock_nonStrongBiometric_cancelIdleTimeout() 164 waitForIdle(); in testReportSuccessfulBiometricUnlock_strongBio_cancelAlarmsAndAllowNonStrongBio() 179 waitForIdle(); in testReportSuccessfulStrongAuthUnlock_schedulePrimaryAuthTimeout() 196 waitForIdle(); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() 206 waitForIdle(); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() 216 waitForIdle(); in testReportSuccessfulStrongAuthUnlock_cancelAlarmsAndAllowNonStrongBio() [all …]
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsProviderMultiUsersTest.java | 111 waitForIdle(); in assertSettingsDifferent() 115 waitForIdle(); in assertSettingsDifferent() 123 waitForIdle(); in assertSettingsDifferent() 133 waitForIdle(); in assertSettingsShared() 137 waitForIdle(); in assertSettingsShared() 145 waitForIdle(); in assertSettingsShared() 176 waitForIdle(); in assertSettingsCloned() 197 waitForIdle(); in assertSettingsCloned() 239 private void waitForIdle() { in waitForIdle() method in SettingsProviderMultiUsersTest 242 uiDevice.waitForIdle(); in waitForIdle()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BroadcastQueueTest.java | 520 private void waitForIdle() throws Exception { 522 mQueue.waitForIdle(LOG_WRITER_INFO); 630 waitForIdle(); 654 waitForIdle(); 680 waitForIdle(); 703 waitForIdle(); 727 waitForIdle(); 758 waitForIdle(); 815 waitForIdle(); 834 waitForIdle(); [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/ |
D | FaceProviderTest.java | 155 waitForIdle(); in testAddingSensors() 190 waitForIdle(); in testAddingHidlSensors() 199 waitForIdle(); in halServiceDied_resetsAllSchedulers() 216 waitForIdle(); in halServiceDied_resetsAllSchedulers() 228 waitForIdle(); in halServiceDied_resetsAllSchedulers() 241 waitForIdle(); in testAuthenticateCallbackHandler() 253 waitForIdle(); in testAuthenticateCallbackHandler() 286 private void waitForIdle() { in waitForIdle() method in FaceProviderTest
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/tv/ |
D | TvUtils.kt | 122 waitForIdle() in UiDevice() 148 waitForIdle() in UiDevice() 150 waitForIdle() in UiDevice() 152 waitForIdle() in UiDevice()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintProviderTest.java | 160 waitForIdle(); in testAddingSensors() 193 waitForIdle(); in testAddingHidlSensors() 202 waitForIdle(); in halServiceDied_resetsAllSchedulers() 219 waitForIdle(); in halServiceDied_resetsAllSchedulers() 232 waitForIdle(); in halServiceDied_resetsAllSchedulers() 246 waitForIdle(); in testScheduleAuthenticate() 258 waitForIdle(); in testScheduleAuthenticate() 293 private void waitForIdle() { in waitForIdle() method in FingerprintProviderTest
|
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
D | UserDataRepositoryTest.java | 92 waitForIdle(); in testUserDataRepository_addsNewUserInfoOnUserCreatedEvent() 118 waitForIdle(); in testUserDataRepository_removesUserInfoOnUserRemovedEvent() 122 waitForIdle(); in testUserDataRepository_removesUserInfoOnUserRemovedEvent() 154 private void waitForIdle() { in waitForIdle() method in UserDataRepositoryTest
|
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | PowerStatsCollectorTest.java | 85 waitForIdle(); in throttlePeriod() 92 waitForIdle(); in throttlePeriod() 99 waitForIdle(); in throttlePeriod() 104 private void waitForIdle() { in waitForIdle() method in PowerStatsCollectorTest
|
D | CpuPowerStatsCollectorTest.java | 282 waitForIdle(); in collectStats() 311 waitForIdle(); in collectStats() 352 waitForIdle(); in isolatedUidReuse() 365 waitForIdle(); in isolatedUidReuse() 479 private void waitForIdle() { in waitForIdle() method in CpuPowerStatsCollectorTest
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 876 waitForIdle(); // Finish async work, including all logging calls done by Runnables. in assertNotificationRecordLoggerCallsValid() 892 waitForIdle(); // Finish async work. in assertAllTrackersFinishedOrCancelled() 902 waitForIdle(); // Finish async work. in assertAllWakeLocksReleased() 1020 public void waitForIdle() { in waitForIdle() method in NotificationManagerServiceTest 1277 waitForIdle(); in addGroupWithBubblesAndValidateAdded() 1292 waitForIdle(); in addGroupWithBubblesAndValidateAdded() 1308 waitForIdle(); in addGroupWithBubblesAndValidateAdded() 1331 waitForIdle(); in createAndPostCallStyleNotification() 1345 waitForIdle(); in createAndPostNotification() 1640 waitForIdle(); in testBlockedNotifications_blockedChannel() [all …]
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | SwipeToSceneTest.kt | 169 rule.waitForIdle() in <lambda>() 199 rule.waitForIdle() in <lambda>() 239 rule.waitForIdle() in <lambda>() 263 rule.waitForIdle() in <lambda>() 300 rule.waitForIdle() in <lambda>() 335 rule.waitForIdle() in <lambda>() 353 rule.waitForIdle() in <lambda>() 428 rule.waitForIdle() in <lambda>() 444 rule.waitForIdle() in <lambda>() 481 rule.waitForIdle() in <lambda>() [all …]
|
D | SceneTransitionLayoutTest.kt | 172 rule.waitForIdle() in testBack() 407 rule.waitForIdle() in multipleTransitionsWillComposeMultipleScenes() 418 rule.waitForIdle() in multipleTransitionsWillComposeMultipleScenes() 432 rule.waitForIdle() in multipleTransitionsWillComposeMultipleScenes() 445 rule.waitForIdle() in multipleTransitionsWillComposeMultipleScenes() 455 rule.waitForIdle() in multipleTransitionsWillComposeMultipleScenes() 519 rule.waitForIdle() in sceneKeyInScope() 521 rule.waitForIdle() in sceneKeyInScope()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/ |
D | TrustManagerServiceTest.java | 410 mService.waitForIdle(); in reportEnabledTrustAgentsChangedInformsListener() 412 mService.waitForIdle(); in reportEnabledTrustAgentsChangedInformsListener() 467 mService.waitForIdle(); in testSuccessfulUnlock_bindsTrustAgent() 481 mService.waitForIdle(); in testSuccessfulUnlock_notifiesTrustAgent() 492 mService.waitForIdle(); in testSuccessfulUnlock_notifiesTrustListenerOfChangeInManagedTrust() 496 mService.waitForIdle(); in testSuccessfulUnlock_notifiesTrustListenerOfChangeInManagedTrust() 511 mService.waitForIdle(); in testSuccessfulUnlock_refreshesTrustableTimers() 534 mService.waitForIdle(); in testFailedUnlock_doesNotBindTrustAgent() 547 mService.waitForIdle(); in testFailedUnlock_notifiesTrustAgent() 561 mService.waitForIdle(); in testFailedUnlock_doesNotNotifyTrustListenerOfChangeInManagedTrust() [all …]
|
/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/ |
D | TestTransition.kt | 205 waitForIdle() in ComposeContentTestRule() 221 waitForIdle() in ComposeContentTestRule() 227 waitForIdle() in ComposeContentTestRule() 235 waitForIdle() in ComposeContentTestRule()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | AssistDataRequesterTest.java | 201 waitForIdle(mHandler); in testProcessPendingData() 214 waitForIdle(mHandler); in testProcessPendingData() 296 waitForIdle(mHandler); in testCanNotHandleReceivedData_expectNoCallbacks() 323 waitForIdle(mHandler); in assertReceivedDataCount() 341 public void waitForIdle(Handler h) throws Exception { in waitForIdle() method in AssistDataRequesterTest
|
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
D | WindowAnimationJankTestBase.java | 41 getUiDevice().waitForIdle(); in setUp()
|