Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java55 private static final String ACTION_SNOOZE_VOLUME = "com.android.systemui.action.SNOOZE_VOLUME"; field in StorageNotification
164 mContext.registerReceiver(mSnoozeReceiver, new IntentFilter(ACTION_SNOOZE_VOLUME), in start()
690 final Intent intent = new Intent(ACTION_SNOOZE_VOLUME); in buildSnoozeIntent()