Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java1802 final Intent revokeIntent = new Intent(Intent.ACTION_MAIN); in testNotificationDelegate_grantAndPost() local
1803 revokeIntent.setClassName(TEST_APP, REVOKE_CLASS); in testNotificationDelegate_grantAndPost()
1804 activity.startActivityForResult(revokeIntent, REQUEST_CODE); in testNotificationDelegate_grantAndPost()
1834 final Intent revokeIntent = new Intent(Intent.ACTION_MAIN); in testNotificationDelegate_grantAndPostAndCancel() local
1835 revokeIntent.setClassName(TEST_APP, REVOKE_CLASS); in testNotificationDelegate_grantAndPostAndCancel()
1836 activity.startActivityForResult(revokeIntent, REQUEST_CODE); in testNotificationDelegate_grantAndPostAndCancel()
1871 final Intent revokeIntent = new Intent(Intent.ACTION_MAIN); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator() local
1872 revokeIntent.setClassName(TEST_APP, REVOKE_CLASS); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator()
1873 activity.startActivityForResult(revokeIntent, REQUEST_CODE); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator()
1901 final Intent revokeIntent = new Intent(Intent.ACTION_MAIN); in testNotificationDelegate_grantAndReadChannels() local
[all …]