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.java211 private static final int MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED = 17; field in AudioService
731 MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED, in onSystemReady()
4457 case MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED: in handleMessage()
4459 onConfigureSafeVolume((msg.what == MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED), in handleMessage()