Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java188 private static final String REVOKE_CLASS = DELEGATOR + ".NotificationRevoker"; field in NotificationManagerTest
2557 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndPost()
2584 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndPostAndCancel()
2620 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator()
2646 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndReadChannels()
2672 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndReadChannel()
2692 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndRevoke()