Searched refs:DELEGATOR (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 185 private static final String DELEGATOR = "com.android.test.notificationdelegator"; field in NotificationManagerTest 186 private static final String DELEGATE_POST_CLASS = DELEGATOR + ".NotificationDelegateAndPost"; 187 private static final String REVOKE_CLASS = DELEGATOR + ".NotificationRevoker"; 2565 activityIntent.setPackage(DELEGATOR); in testNotificationDelegate_grantAndPost() 2578 mNotificationManager.notifyAsPackage(DELEGATOR, "tag", 0, n); in testNotificationDelegate_grantAndPost() 2582 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndPost() 2591 activityIntent.setPackage(DELEGATOR); in testNotificationDelegate_grantAndPostAndCancel() 2604 mNotificationManager.notifyAsPackage(DELEGATOR, "toBeCanceled", 10000, n); in testNotificationDelegate_grantAndPostAndCancel() 2606 mNotificationManager.cancelAsPackage(DELEGATOR, "toBeCanceled", 10000); in testNotificationDelegate_grantAndPostAndCancel() 2609 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndPostAndCancel() [all …]
|