Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java169 Intent noThanksIntent = getBaseIntent(context, INTENT_ACTION_NO_THANKS); in showNotification() local
170 noThanksIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID); in showNotification()
173 PendingIntent.getBroadcast(context, 0, noThanksIntent, in showNotification()