Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java57 public static final String INTENT_ACTION_NO_THANKS = field in NotificationController
112 case INTENT_ACTION_NO_THANKS: in onReceive()
169 Intent noThanksIntent = getBaseIntent(context, INTENT_ACTION_NO_THANKS); in showNotification()
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
DNotificationControllerTest.java81 getNotificationIntent(NotificationController.INTENT_ACTION_NO_THANKS, 1)); in testNotificationNotShownIfShownTooManyTimes()
138 getNotificationIntent(NotificationController.INTENT_ACTION_NO_THANKS, 1)); in testNoThanksNotificationDelay()