Home
last modified time | relevance | path

Searched defs:UNEXPECTED_TIMEOUT_MILLIS (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/permission/src/android/permission/cts/
DLocationAccessCheckTest.java123 private static final long UNEXPECTED_TIMEOUT_MILLIS = 10000; field in LocationAccessCheckTest
362 notification)), UNEXPECTED_TIMEOUT_MILLIS); in getNotification() local
498 eventually(() -> assertNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in resetPermissionControllerBeforeEachTest() local
740 eventually(() -> assertNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in removeNotificationOnUninstall() local
/cts/tests/tests/permission4/src/android/permission4/cts/
DCameraMicIndicatorsPermissionTest.kt58 private const val UNEXPECTED_TIMEOUT_MILLIS = 1000 constant
/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java87 private static final long UNEXPECTED_TIMEOUT_MILLIS = 1000; field in RoleManagerTest