Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java154 private static final String REVOKE_CLASS = TEST_APP + ".NotificationRevoker"; field in NotificationManagerTest
1803 revokeIntent.setClassName(TEST_APP, REVOKE_CLASS); in testNotificationDelegate_grantAndPost()
1835 revokeIntent.setClassName(TEST_APP, REVOKE_CLASS); in testNotificationDelegate_grantAndPostAndCancel()
1872 revokeIntent.setClassName(TEST_APP, REVOKE_CLASS); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator()
1902 revokeIntent.setClassName(TEST_APP, REVOKE_CLASS); in testNotificationDelegate_grantAndReadChannels()
1932 revokeIntent.setClassName(TEST_APP, REVOKE_CLASS); in testNotificationDelegate_grantAndReadChannel()
1957 revokeIntent.setClassName(TEST_APP, REVOKE_CLASS); in testNotificationDelegate_grantAndRevoke()