Searched refs:UNEXPECTED_TIMEOUT_MILLIS (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | NotificationListenerCheckTest.java | 112 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 …]
|
D | BaseNotificationListenerCheckTest.java | 97 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
|
D | LocationAccessCheckTest.java | 125 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/ |
D | PermissionReviewTest.kt | 166 assertNull(results.poll(UNEXPECTED_TIMEOUT_MILLIS.toLong(), TimeUnit.MILLISECONDS)) in testReviewPermissionWhenServiceIsBound()
|
D | EnhancedConfirmationManagerTest.kt | 272 waitFindObjectOrNull(By.res(ALERT_DIALOG_OK_BUTTON), UNEXPECTED_TIMEOUT_MILLIS.toLong()) in assertNoEcmDialogShown()
|
D | BasePermissionTest.kt | 89 const val UNEXPECTED_TIMEOUT_MILLIS = 1000 in <lambda>() constant
|
D | CameraMicIndicatorsPermissionTest.kt | 89 private const val UNEXPECTED_TIMEOUT_MILLIS = 1000L in <lambda>() constant
|
/packages/modules/Permission/tests/cts/role/src/android/app/role/cts/ |
D | RoleManagerTest.java | 101 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()
|