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.java103 private static final long UNEXPECTED_TIMEOUT_MILLIS = 10000; field in LocationAccessCheckTest
302 notification)), UNEXPECTED_TIMEOUT_MILLIS); in getNotification() local
434 }, UNEXPECTED_TIMEOUT_MILLIS); in resetPermissionController()
462 }, UNEXPECTED_TIMEOUT_MILLIS); in resetPermissionController()
546 }, UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterUninstallAndReinstall()
557 eventually(() -> assertNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in removeNotificationOnUninstall() local
/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java82 private static final long UNEXPECTED_TIMEOUT_MILLIS = 1000; field in RoleManagerTest
318 ? TIMEOUT_MILLIS : UNEXPECTED_TIMEOUT_MILLIS); in findDontAskAgainCheck()
492 future.get(UNEXPECTED_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in addAndRemoveOnRoleHoldersChangedListenerAndAddRoleHolderThenIsNotNotified()