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.java2581 final Intent revokeIntent = new Intent(); in testNotificationDelegate_grantAndPost() local
2582 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() local
2609 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() local
2645 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator()
[all …]