Home
last modified time | relevance | path

Searched defs:REVOKE_RUNTIME_PERMISSIONS (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
DNotificationManager28Test.java84 REVOKE_RUNTIME_PERMISSIONS); in tearDown() local
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationManager29Test.java96 REVOKE_RUNTIME_PERMISSIONS); in tearDown() local
DNotificationAssistantServiceTest.java122 REVOKE_RUNTIME_PERMISSIONS); in tearDown() local
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DPeopleManagerTest.java135 REVOKE_RUNTIME_PERMISSIONS); in tearDown() local
DNotificationManagerBubbleTest.java130 REVOKE_RUNTIME_PERMISSIONS); in tearDown() local
DNotificationManagerTest.java291 REVOKE_RUNTIME_PERMISSIONS); in tearDown() local
3172 REVOKE_RUNTIME_PERMISSIONS); in testNoPermission() local
DNotificationManagerZenTest.java232 REVOKE_RUNTIME_PERMISSIONS); in tearDown() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java298 REVOKE_RUNTIME_PERMISSIONS); in runInNotificationSession() local
/cts/tests/app/src/android/app/cts/
DServiceTest.java793 REVOKE_RUNTIME_PERMISSIONS); in tearDown() local
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java295 REVOKE_RUNTIME_PERMISSIONS); in cleanUp() local
/cts/common/device-side/bedstead/modules/permissions/src/main/kotlin/com/android/bedstead/permissions/
DCommonPermissions.java1173 public static final String REVOKE_RUNTIME_PERMISSIONS = "android.permission" field in CommonPermissions