Searched refs:MSG_DISPLAY_SAFE_VOLUME_WARNING (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 7 milliseconds