/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 | 173 waitForIdle(); in customTitle() 188 waitForIdle(); in customTitleIgnoredForSendIntents() 201 waitForIdle(); in emptyTitle() 215 waitForIdle(); in emptyPreviewTitleAndThumbnail() 230 waitForIdle(); in visiblePreviewTitleWithoutThumbnail() 247 waitForIdle(); in visiblePreviewTitleWithInvalidThumbnail() 265 waitForIdle(); in visiblePreviewTitleAndThumbnail() 281 waitForIdle(); in twoOptionsAndUserSelectsOne() 295 waitForIdle(); in twoOptionsAndUserSelectsOne() 329 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 | 157 waitForIdle(); in testClientBinderDied_whenPaused() 166 waitForIdle(); in testClientBinderDied_whenPaused() 172 waitForIdle(); in testClientBinderDied_whenPaused() 185 waitForIdle(); in testClientBinderDied_whenAuthenticating() 192 waitForIdle(); in testClientBinderDied_whenAuthenticating() 213 waitForIdle(); in testClientBinderDied_whenAuthenticating() 229 waitForIdle(); in testAuthenticate_credentialAllowedButNotSetup_returnsNoDeviceCredential() 248 waitForIdle(); in testAuthenticate_credentialAllowedAndSetup_callsSystemUI() 271 waitForIdle(); in testAuthenticate_withoutHardware_returnsErrorHardwareNotPresent() 290 waitForIdle(); in testAuthenticate_withoutEnrolled_returnsErrorNoBiometrics() [all …]
|
D | AuthServiceTest.java | 162 waitForIdle(); in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate() 194 waitForIdle(); in testAuthenticate_appOpsDenied_doesNotCallBiometricService() 222 waitForIdle(); in testCanAuthenticate_callsBiometricServiceCanAuthenticate() 246 waitForIdle(); in testHasEnrolledBiometrics_callsBiometricServiceHasEnrolledBiometrics() 264 waitForIdle(); in testRegisterKeyguardCallback_callsBiometricServiceRegisterKeyguardCallback() 279 waitForIdle(); in testSetActiveUser_callsBiometricServiceSetActiveUser() 293 waitForIdle(); in testResetLockout_callsBiometricServiceResetLockout() 297 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/tests/FlickerTests/src/com/android/server/wm/flicker/ |
D | CommonTransitions.java | 86 .runBefore(device::waitForIdle) in openAppWarm() 101 .runBefore(device::waitForIdle) in closeAppWithBackKey() 103 .run(device::waitForIdle) in closeAppWithBackKey() 116 .runBefore(device::waitForIdle) in closeAppWithHomeKey() 118 .run(device::waitForIdle) in closeAppWithHomeKey() 134 .runBefore(device::waitForIdle) in openAppCold() 185 .runBefore(device::waitForIdle) in appToSplitScreen() 199 .runBefore(device::waitForIdle) in splitScreenToLauncher() 237 .runBefore(device::waitForIdle) in resizeSplitScreen() 266 .run(device::waitForIdle) [all …]
|
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 137 private void waitForIdle() { in waitForIdle() method in BpfCoordinatorTest 185 waitForIdle(); in setTetherOffloadStatsList() 254 waitForIdle(); in testGetForwardedStats() 271 waitForIdle(); in testOnSetAlert() 279 waitForIdle(); in testOnSetAlert() 286 waitForIdle(); in testOnSetAlert() 292 waitForIdle(); in testOnSetAlert() 365 waitForIdle(); in testSetDataLimit() 375 waitForIdle(); in testSetDataLimit() 398 waitForIdle(); in testSetDataLimitOnRuleChange() [all …]
|
D | OffloadControllerTest.java | 161 private void waitForIdle() { in waitForIdle() method in OffloadControllerTest 541 waitForIdle(); in testSetInterfaceQuota() 547 waitForIdle(); in testSetInterfaceQuota() 554 waitForIdle(); in testSetInterfaceQuota() 560 waitForIdle(); in testSetInterfaceQuota() 568 waitForIdle(); in testSetInterfaceQuota() 577 waitForIdle(); in testSetInterfaceQuota() 800 waitForIdle(); in testOnSetAlert() 808 waitForIdle(); in testOnSetAlert() 815 waitForIdle(); in testOnSetAlert() [all …]
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 595 public void waitForIdle() { in waitForIdle() method in NotificationManagerServiceTest 806 waitForIdle(); in addGroupWithBubblesAndValidateAdded() 820 waitForIdle(); in addGroupWithBubblesAndValidateAdded() 835 waitForIdle(); in addGroupWithBubblesAndValidateAdded() 1020 waitForIdle(); in testBlockedNotifications_blockedChannel() 1038 waitForIdle(); in testEnqueuedBlockedNotifications_appBlockedChannelForegroundService() 1059 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 1067 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 1076 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 1081 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() [all …]
|
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 511 private void waitForIdle() { in waitForIdle() method in ConnectivityServiceTest 512 HandlerUtilsKt.waitForIdle(mCsHandlerThread, TIMEOUT_MS); in waitForIdle() 513 waitForIdle(mCellNetworkAgent, TIMEOUT_MS); in waitForIdle() 514 waitForIdle(mWiFiNetworkAgent, TIMEOUT_MS); in waitForIdle() 515 waitForIdle(mEthernetNetworkAgent, TIMEOUT_MS); in waitForIdle() 516 HandlerUtilsKt.waitForIdle(mCsHandlerThread, TIMEOUT_MS); in waitForIdle() 517 HandlerUtilsKt.waitForIdle(ConnectivityThread.get(), TIMEOUT_MS); in waitForIdle() 520 private void waitForIdle(TestNetworkAgentWrapper agent, long timeoutMs) { in waitForIdle() method in ConnectivityServiceTest 524 agent.waitForIdle(timeoutMs); in waitForIdle() 533 waitForIdle(); in testWaitForIdle() [all …]
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ScreenDecorWindowTests.java | 234 waitForIdle(); in createWindow() 251 waitForIdle(); in updateWindow() 257 waitForIdle(); in removeWindow() 340 waitForIdle(); in finishActivity() 343 private void waitForIdle() { in waitForIdle() method in ScreenDecorWindowTests 356 waitForIdle(); in startActivityOnDisplay()
|
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/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 564 ASSERT_TRUE(mDispatcher->waitForIdle()); in TEST_F() 1441 mDispatcher->waitForIdle(); in TEST_F() 1579 ASSERT_TRUE(mDispatcher->waitForIdle()); in TEST_F() 1981 ASSERT_TRUE(mDispatcher->waitForIdle()); in testNotifyMotion() 1996 ASSERT_TRUE(mDispatcher->waitForIdle()); in testNotifyKey() 2090 ASSERT_TRUE(mDispatcher->waitForIdle()); in TEST_F() 2103 ASSERT_TRUE(mDispatcher->waitForIdle()); in TEST_F() 2114 ASSERT_TRUE(mDispatcher->waitForIdle()); in TEST_F() 2129 ASSERT_TRUE(mDispatcher->waitForIdle()); in TEST_F() 2409 ASSERT_TRUE(mDispatcher->waitForIdle()); in TEST_F() [all …]
|
/frameworks/base/libs/hwui/tests/unit/ |
D | CommonPoolTests.cpp | 173 CommonPool::waitForIdle(); in TEST() 184 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 | 183 idler.waitForIdle(); in waitForIdleSync() 219 public void waitForIdle() { in waitForIdle() method in SysuiTestCase.Idler
|
/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
D | IBlobStoreManager.aidl | 36 void waitForIdle(in RemoteCallback callback); in waitForIdle() method
|
/frameworks/base/tests/net/integration/util/com/android/server/ |
D | NetworkAgentWrapper.java | 267 public void waitForIdle(long timeoutMs) { in waitForIdle() method in NetworkAgentWrapper 268 HandlerUtilsKt.waitForIdle(mHandlerThread, timeoutMs); in waitForIdle()
|
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherInterface.h | 73 virtual bool waitForIdle() = 0;
|
/frameworks/base/libs/hwui/thread/ |
D | CommonPool.cpp | 93 void CommonPool::waitForIdle() { in waitForIdle() function in android::uirenderer::CommonPool
|
D | CommonPool.h | 101 static void waitForIdle();
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
D | DumpCommand.java | 91 uiAutomation.waitForIdle(1000, 1000 * 10); in run()
|