Searched defs:UNEXPECTED_TIMEOUT_MILLIS (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | NotificationListenerCheckTest.java | 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
|
D | BaseNotificationListenerCheckTest.java | 97 protected static final long UNEXPECTED_TIMEOUT_MILLIS = 10000; field in BaseNotificationListenerCheckTest 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 | 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
|