Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java175 Intent noThanksIntent = getBaseIntent(context, INTENT_ACTION_NO_THANKS); in showNotification()
183 Intent activateIntent = getBaseIntent(context, INTENT_ACTION_ACTIVATE_ASM); in showNotification()
190 Intent dismissIntent = getBaseIntent(context, INTENT_ACTION_DISMISS); in showNotification()
196 Intent contentIntent = getBaseIntent(context, INTENT_ACTION_TAP); in showNotification()
296 Intent getBaseIntent(Context context, String action) { in getBaseIntent() method in NotificationController
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
DNotificationControllerTest.java187 mController.getBaseIntent(mContext, NotificationController.INTENT_ACTION_DISMISS); in testIntentFromNotificationAreExplicit()