Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java2556 final Intent revokeIntent = new Intent(); in testNotificationDelegate_grantAndPost() local
2557 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() local
2584 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() local
2620 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator()
[all …]