Home
last modified time | relevance | path

Searched refs:UNEXPECTED_TIMEOUT_MILLIS (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DNotificationListenerCheckTest.java112 UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShown()
118 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownOnlyOnce() local
128 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterClear() local
137 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterClear() local
144 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterUninstallAndReinstall() local
156 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterUninstallAndReinstall() local
164 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterDisableAndReenableAppNotificationListener() local
175 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterDisableAndReenableAppNotificationListener() local
182 eventually(() -> assertNotNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in removeNotificationOnUninstall() local
189 eventually(() -> assertNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in removeNotificationOnUninstall() local
[all …]
DBaseNotificationListenerCheckTest.java97 protected static final long UNEXPECTED_TIMEOUT_MILLIS = 10000; field in BaseNotificationListenerCheckTest
227 UNEXPECTED_TIMEOUT_MILLIS, in runNotificationListenerCheck()
235 UNEXPECTED_TIMEOUT_MILLIS, in runNotificationListenerCheck()
266 eventually(() -> assertNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in resetPermissionControllerBeforeEachTest() local
295 UNEXPECTED_TIMEOUT_MILLIS); in triggerAndDismissCtsNotificationListenerNotification() local
DLocationAccessCheckTest.java125 private static final long UNEXPECTED_TIMEOUT_MILLIS = 10000; field in LocationAccessCheckTest
490 eventually(() -> assertNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in resetPermissionControllerBeforeEachTest() local
661 eventually(() -> assertNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in removeNotificationOnUninstall() local
/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DPermissionReviewTest.kt166 assertNull(results.poll(UNEXPECTED_TIMEOUT_MILLIS.toLong(), TimeUnit.MILLISECONDS)) in testReviewPermissionWhenServiceIsBound()
DEnhancedConfirmationManagerTest.kt272 waitFindObjectOrNull(By.res(ALERT_DIALOG_OK_BUTTON), UNEXPECTED_TIMEOUT_MILLIS.toLong()) in assertNoEcmDialogShown()
DBasePermissionTest.kt89 const val UNEXPECTED_TIMEOUT_MILLIS = 1000 in <lambda>() constant
DCameraMicIndicatorsPermissionTest.kt89 private const val UNEXPECTED_TIMEOUT_MILLIS = 1000L in <lambda>() constant
/packages/modules/Permission/tests/cts/role/src/android/app/role/cts/
DRoleManagerTest.java101 private static final long UNEXPECTED_TIMEOUT_MILLIS = 1000; field in RoleManagerTest
465 : waitFindObjectOrNull(DONT_ASK_AGAIN_TOGGLE_SELECTOR, UNEXPECTED_TIMEOUT_MILLIS); in findDontAskAgainCheck()
807 assertThat(waitFindObjectOrNull(By.text(APP_LABEL), UNEXPECTED_TIMEOUT_MILLIS)) in openDefaultAppListThenIsNotDefaultAppInList()
1071 future.get(UNEXPECTED_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in addAndRemoveOnRoleHoldersChangedListenerAndAddRoleHolderThenIsNotNotified()