Home
last modified time | relevance | path

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

/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
DNotificationControllerTest.java65 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION)); in testShouldShowNotificationFirstTime()
78 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION)); in testNotificationNotShownIfShownTooManyTimes()
88 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION)); in testNotificationNotShownIfShownTooManyTimes()
97 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION)); in testNotificationNotShownIfDismissedTooManyTimes()
107 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION)); in testNotificationNotShownIfDismissedTooManyTimes()
114 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION)); in testDismissNotificationDelay()
122 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION)); in testDismissNotificationDelay()
128 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION)); in testDismissNotificationDelay()
135 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION)); in testNoThanksNotificationDelay()
143 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION)); in testNoThanksNotificationDelay()
[all …]
DAutomaticStorageManagementJobServiceTest.java139 .isEqualTo(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION); in testStartJobTriesUpsellWhenASMDisabled()
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java63 public static final String INTENT_ACTION_SHOW_NOTIFICATION = field in NotificationController
118 case INTENT_ACTION_SHOW_NOTIFICATION: in onReceive()
DAutomaticStorageManagementJobService.java69 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION); in onStartJob()