Home
last modified time | relevance | path

Searched refs:waitForIdle (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityTest.java101 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 …]
DChooserActivityTest.java173 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/
DUiDevice.java196 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 …]
DUiAutomatorBridge.java90 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()
DQueryController.java92 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/
DBiometricServiceTest.java157 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 …]
DAuthServiceTest.java162 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/
DLockSettingsStrongAuthTest.java94 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/
DCommonTransitions.java86 .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/
DBpfCoordinatorTest.java137 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 …]
DOffloadControllerTest.java161 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/
DNotificationManagerServiceTest.java595 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/
DConnectivityServiceTest.java511 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/
DScreenDecorWindowTests.java234 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()
DAssistDataRequesterTest.java198 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/
DInputDispatcher_test.cpp564 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/
DCommonPoolTests.cpp173 CommonPool::waitForIdle(); in TEST()
184 CommonPool::waitForIdle(); in TEST()
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
DWindowAnimationJankTestBase.java42 getUiDevice().waitForIdle(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DSysuiTestCase.java183 idler.waitForIdle(); in waitForIdleSync()
219 public void waitForIdle() { in waitForIdle() method in SysuiTestCase.Idler
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DIBlobStoreManager.aidl36 void waitForIdle(in RemoteCallback callback); in waitForIdle() method
/frameworks/base/tests/net/integration/util/com/android/server/
DNetworkAgentWrapper.java267 public void waitForIdle(long timeoutMs) { in waitForIdle() method in NetworkAgentWrapper
268 HandlerUtilsKt.waitForIdle(mHandlerThread, timeoutMs); in waitForIdle()
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h73 virtual bool waitForIdle() = 0;
/frameworks/base/libs/hwui/thread/
DCommonPool.cpp93 void CommonPool::waitForIdle() { in waitForIdle() function in android::uirenderer::CommonPool
DCommonPool.h101 static void waitForIdle();
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DDumpCommand.java91 uiAutomation.waitForIdle(1000, 1000 * 10); in run()

123