Searched defs:MSG_DISPLAY_SAFE_VOLUME_WARNING (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java122 private static final int MSG_DISPLAY_SAFE_VOLUME_WARNING = 11; field in class:VolumePanel
997 if (hasMessages(MSG_DISPLAY_SAFE_VOLUME_WARNING)) return;
998 obtainMessage(MSG_DISPLAY_SAFE_VOLUME_WARNING, flags, 0).sendToTarget();
1484 case MSG_DISPLAY_SAFE_VOLUME_WARNING:

Completed in 8 milliseconds