Home
last modified time | relevance | path

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

123

/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DHandlerUtils.kt30 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/
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.java175 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/
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.java177 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 …]
DAuthServiceTest.java202 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/
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/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
DFace10Test.java76 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/
DUserAwareBiometricSchedulerTest.java108 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
DBiometricSchedulerTest.java122 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/
DTvUtils.kt122 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/
DNotificationManagerServiceTest.java694 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/
DFingerprint21Test.java74 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/
DImeAppHelper.kt62 device.waitForIdle() in waitAndAssertIMEShown()
79 uiDevice.waitForIdle() in closeIME()
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
DImeAppHelper.kt62 device.waitForIdle() in waitIMEShown()
79 device.waitForIdle() in closeIME()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DFaceProviderTest.java63 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/
DFingerprintProviderTest.java66 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/
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/base/libs/hwui/tests/unit/
DCommonPoolTests.cpp175 CommonPool::waitForIdle(); in TEST()
186 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.java189 idler.waitForIdle(); in waitForIdleSync()
225 public void waitForIdle() { in waitForIdle() method in SysuiTestCase.Idler
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java108 mDevice.waitForIdle(); in expandNotification()
228 mDevice.waitForIdle(); in turnScreenOn()
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DIBlobStoreManager.aidl36 void waitForIdle(in RemoteCallback callback); in waitForIdle() method

123