Searched refs:revokeIntent (Results 1 – 1 of 1) sorted by relevance
2556 final Intent revokeIntent = new Intent(); in testNotificationDelegate_grantAndPost() local2557 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndPost()2558 revokeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testNotificationDelegate_grantAndPost()2559 mContext.startActivity(revokeIntent); in testNotificationDelegate_grantAndPost()2583 final Intent revokeIntent = new Intent(); in testNotificationDelegate_grantAndPostAndCancel() local2584 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndPostAndCancel()2585 revokeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testNotificationDelegate_grantAndPostAndCancel()2586 mContext.startActivity(revokeIntent); in testNotificationDelegate_grantAndPostAndCancel()2619 final Intent revokeIntent = new Intent(); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator() local2620 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator()[all …]