Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java293 private static final int MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED = 13; field in AudioService
1216 MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED, in onSystemReady()
7597 case MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED: in handleMessage()
7599 onConfigureSafeVolume((msg.what == MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED), in handleMessage()