Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java213 private static final int MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED = 17; field in AudioService
756 MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED, in onSystemReady()
4659 case MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED: in handleMessage()
4661 onConfigureSafeVolume((msg.what == MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED), in handleMessage()