Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowOnBackInvokedDispatcherTest.java157 waitForIdle(); in registerCallback_samePriority_sameCallback()
175 waitForIdle(); in registerCallback_samePriority_differentCallback()
194 waitForIdle(); in registerCallback_differentPriority_sameCallback()
212 waitForIdle(); in registerCallback_differentPriority_differentCallback()
240 waitForIdle(); in registerCallback_sameInstanceAddedTwice()
256 waitForIdle(); in propagatesTopCallback_samePriority()
263 waitForIdle(); in propagatesTopCallback_samePriority()
280 waitForIdle(); in propagatesTopCallback_differentPriority()
294 waitForIdle(); in propagatesTopCallback_withRemoval()
300 waitForIdle(); in propagatesTopCallback_withRemoval()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverActivityTest.java110 waitForIdle(); in twoOptionsAndUserSelectsOne()
125 waitForIdle(); in twoOptionsAndUserSelectsOne()
140 waitForIdle(); in setMaxHeight()
156 waitForIdle(); in setMaxHeight()
170 waitForIdle(); in setMaxHeight()
186 waitForIdle(); in setShowAtTopToTrue()
203 waitForIdle(); in setShowAtTopToTrue()
224 waitForIdle(); in hasLastChosenActivity()
237 waitForIdle(); in hasLastChosenActivity()
257 waitForIdle(); in hasOtherProfileOneOption()
[all …]
H A DChooserActivityTest.java278 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 …]
H A DChooserActivityWorkProfileTest.java293 private void waitForIdle() { in waitForIdle() method in ChooserActivityWorkProfileTest
343 waitForIdle(); in switchToTab()
355 waitForIdle(); in switchToTab()
371 waitForIdle(); in launchActivity()
H A DResolverActivityWorkProfileTest.java285 private void waitForIdle() { in waitForIdle() method in ResolverActivityWorkProfileTest
321 waitForIdle(); in switchToTab()
333 waitForIdle(); in switchToTab()
353 waitForIdle(); in launchActivity()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBiometricSchedulerTest.java154 waitForIdle(); in testRemovesPendingOperations_whenNullHal_andNotBiometricPrompt()
192 waitForIdle(); in testRemovesOnlyBiometricPromptOperation_whenNullHal()
228 waitForIdle(); in testCancelNotInvoked_whenOperationWaitingForCookie()
248 waitForIdle(); in testProtoDump_singleCurrentOperation()
268 waitForIdle(); in testProtoDump_fifo()
282 waitForIdle(); in testProtoDump_fifo()
294 waitForIdle(); in testProtoDump_fifo()
305 waitForIdle(); in testProtoDump_fifo()
333 waitForIdle(); in testCancelPendingAuth()
340 waitForIdle(); in testCancelPendingAuth()
[all …]
H A DUserAwareBiometricSchedulerTest.java132 waitForIdle(); in testScheduleOperation_whenNoUser()
171 waitForIdle(); in testScheduleOperation_whenNoUser_notStarted_andReset()
194 waitForIdle(); in testScheduleOperation_whenSameUser()
211 waitForIdle(); in testScheduleOperation_whenDifferentUser()
214 waitForIdle(); in testScheduleOperation_whenDifferentUser()
217 waitForIdle(); in testScheduleOperation_whenDifferentUser()
228 waitForIdle(); in testStartUser_alwaysStartsNextOperation()
233 waitForIdle(); in testStartUser_alwaysStartsNextOperation()
242 waitForIdle(); in testStartUser_alwaysStartsNextOperation()
257 waitForIdle(); in testStartUser_failsClearsStopUserClient()
[all …]
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A 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
631 waitForIdle(); in isNaturalOrientation()
[all …]
H A 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()
H A 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()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java234 waitForIdle(); in testClientBinderDied_whenPaused()
243 waitForIdle(); in testClientBinderDied_whenPaused()
248 waitForIdle(); in testClientBinderDied_whenPaused()
261 waitForIdle(); in testClientBinderDied_whenAuthenticating()
267 waitForIdle(); in testClientBinderDied_whenAuthenticating()
284 waitForIdle(); in testClientBinderDied_whenAuthenticating()
302 waitForIdle(); in testAuthenticate_credentialAllowedButNotSetup_returnsNoDeviceCredential()
323 waitForIdle(); in testAuthenticate_credentialAllowedAndSetup_callsSystemUI()
350 waitForIdle(); in testAuthenticate_withoutHardware_returnsErrorHardwareNotPresent()
370 waitForIdle(); in testAuthenticate_withoutEnrolled_returnsErrorNoBiometrics()
[all …]
H A DAuthServiceTest.java221 waitForIdle(); in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate()
250 waitForIdle(); in testAuthenticate_appOpsDenied_doesNotCallBiometricService()
277 waitForIdle(); in testAuthenticate_missingRequiredParam()
297 waitForIdle(); in testAuthenticate_noVdmInternalService_noCrash()
315 waitForIdle(); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt()
352 waitForIdle(); in testAuthenticate_throwsWhenUsingTestConfigurations()
371 waitForIdle(); in testCanAuthenticate_callsBiometricServiceCanAuthenticate()
396 waitForIdle(); in testHasEnrolledBiometrics_callsBiometricServiceHasEnrolledBiometrics()
416 waitForIdle(); in testRegisterKeyguardCallback_callsBiometricServiceRegisterKeyguardCallback()
435 private static void waitForIdle() { in waitForIdle() method in AuthServiceTest
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStrongAuthTest.java99 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 …]
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DTestPhoneWindowManager.java455 waitForIdle(); in assertTakeScreenshotCalled()
461 waitForIdle(); in assertShowGlobalActionsCalled()
470 waitForIdle(); in assertVolumeMute()
476 waitForIdle(); in assertAccessibilityKeychordCalled()
482 waitForIdle(); in assertDreamRequest()
487 waitForIdle(); in assertPowerSleep()
493 waitForIdle(); in assertPowerWakeUp()
499 waitForIdle(); in assertNoPowerSleep()
504 waitForIdle(); in assertCameraLaunch()
511 waitForIdle(); in assertAssistLaunch()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
H A DFace10Test.java90 private static void waitForIdle() { in waitForIdle() method in Face10Test
125 waitForIdle(); in tick()
134 waitForIdle(); in getAuthenticatorId_doesNotCrashWhenIdNotFound()
141 waitForIdle(); in scheduleRevokeChallenge_doesNotCrash()
156 waitForIdle(); in scheduleGenerateChallenge_cachesResult()
176 waitForIdle(); in scheduleRevokeChallenge_waitsUntilEmpty()
192 waitForIdle(); in scheduleRevokeChallenge_doesNotWaitForever()
202 waitForIdle(); in halServiceDied_resetsScheduler()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/
H A DTvUtils.kt122 waitForIdle()
148 waitForIdle()
150 waitForIdle()
152 waitForIdle()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueTest.java853 waitForIdle();
877 waitForIdle();
903 waitForIdle();
926 waitForIdle();
950 waitForIdle();
981 waitForIdle();
1042 waitForIdle();
1064 waitForIdle();
1087 waitForIdle();
1109 waitForIdle();
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
H A DFaceProviderTest.java83 private static void waitForIdle() { in waitForIdle() method in FaceProviderTest
117 waitForIdle(); in testAddingSensors()
134 waitForIdle(); in halServiceDied_resetsAllSchedulers()
151 waitForIdle(); in halServiceDied_resetsAllSchedulers()
163 waitForIdle(); in halServiceDied_resetsAllSchedulers()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintProviderTest.java85 private static void waitForIdle() { in waitForIdle() method in FingerprintProviderTest
119 waitForIdle(); in testAddingSensors()
136 waitForIdle(); in halServiceDied_resetsAllSchedulers()
153 waitForIdle(); in halServiceDied_resetsAllSchedulers()
166 waitForIdle(); in halServiceDied_resetsAllSchedulers()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java1053 waitForIdle(); in addGroupWithBubblesAndValidateAdded()
1067 waitForIdle(); in addGroupWithBubblesAndValidateAdded()
1082 waitForIdle(); in addGroupWithBubblesAndValidateAdded()
1308 waitForIdle(); in testBlockedNotifications_blockedChannel()
1328 waitForIdle(); in testEnqueuedBlockedNotifications_appBlockedChannelForegroundService()
1351 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()
1359 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()
1368 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()
1373 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()
1382 waitForIdle(); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()
[all …]
/aosp14/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/scene/
H A DTestTransition.kt123 waitForIdle()
139 waitForIdle()
145 waitForIdle()
153 waitForIdle()
H A DSwipeToSceneTest.kt138 rule.waitForIdle()
170 rule.waitForIdle()
211 rule.waitForIdle()
237 rule.waitForIdle()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprint21Test.java80 private static void waitForIdle() { in waitForIdle() method in Fingerprint21Test
113 waitForIdle(); in getAuthenticatorId_doesNotCrashWhenIdNotFound()
121 waitForIdle(); in halServiceDied_resetsScheduler()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAssistDataRequesterTest.java201 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
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DCommonPoolTests.cpp175 CommonPool::waitForIdle(); in TEST()
186 CommonPool::waitForIdle(); in TEST()

123