Searched refs:revokeIntent (Results 1 – 1 of 1) sorted by relevance
1802 final Intent revokeIntent = new Intent(Intent.ACTION_MAIN); in testNotificationDelegate_grantAndPost() local1803 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() local1835 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() local1872 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 …]