Searched refs:revokeIntent (Results 1 – 1 of 1) sorted by relevance
2581 final Intent revokeIntent = new Intent(); in testNotificationDelegate_grantAndPost() local2582 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndPost()2583 revokeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testNotificationDelegate_grantAndPost()2584 mContext.startActivity(revokeIntent); in testNotificationDelegate_grantAndPost()2608 final Intent revokeIntent = new Intent(); in testNotificationDelegate_grantAndPostAndCancel() local2609 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndPostAndCancel()2610 revokeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testNotificationDelegate_grantAndPostAndCancel()2611 mContext.startActivity(revokeIntent); in testNotificationDelegate_grantAndPostAndCancel()2644 final Intent revokeIntent = new Intent(); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator() local2645 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator()[all …]