Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DLocationAccessCheckTest.java108 private static final long UNEXPECTED_TIMEOUT_MILLIS = 10000; field in LocationAccessCheckTest
311 notification)), UNEXPECTED_TIMEOUT_MILLIS); in getNotification() local
464 }, UNEXPECTED_TIMEOUT_MILLIS); in resetPermissionController()
493 }, UNEXPECTED_TIMEOUT_MILLIS); in resetPermissionController()
586 }, UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterUninstallAndReinstall()
598 eventually(() -> assertNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in removeNotificationOnUninstall() local
/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java86 private static final long UNEXPECTED_TIMEOUT_MILLIS = 1000; field in RoleManagerTest
334 ? TIMEOUT_MILLIS : UNEXPECTED_TIMEOUT_MILLIS); in findDontAskAgainCheck()
580 future.get(UNEXPECTED_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in addAndRemoveOnRoleHoldersChangedListenerAndAddRoleHolderThenIsNotNotified()