Searched refs:DELEGATOR (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 186 private static final String DELEGATOR = "com.android.test.notificationdelegator"; field in NotificationManagerTest 187 private static final String DELEGATE_POST_CLASS = DELEGATOR + ".NotificationDelegateAndPost"; 188 private static final String REVOKE_CLASS = DELEGATOR + ".NotificationRevoker"; 2540 activityIntent.setPackage(DELEGATOR); in testNotificationDelegate_grantAndPost() 2553 mNotificationManager.notifyAsPackage(DELEGATOR, "tag", 0, n); in testNotificationDelegate_grantAndPost() 2557 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndPost() 2566 activityIntent.setPackage(DELEGATOR); in testNotificationDelegate_grantAndPostAndCancel() 2579 mNotificationManager.notifyAsPackage(DELEGATOR, "toBeCanceled", 10000, n); in testNotificationDelegate_grantAndPostAndCancel() 2581 mNotificationManager.cancelAsPackage(DELEGATOR, "toBeCanceled", 10000); in testNotificationDelegate_grantAndPostAndCancel() 2584 revokeIntent.setClassName(DELEGATOR, REVOKE_CLASS); in testNotificationDelegate_grantAndPostAndCancel() [all …]
|