Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java62 private static final String ACTION_SNOOZE_VOLUME = "com.android.systemui.action.SNOOZE_VOLUME"; field in StorageNotification
185 new IntentFilter(ACTION_SNOOZE_VOLUME), in start()
762 final Intent intent = new Intent(ACTION_SNOOZE_VOLUME); in buildSnoozeIntent()