Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioService.java201 private static final int MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED = 17; field in AudioService
713 MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED, in onSystemReady()
4414 case MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED: in handleMessage()
4416 onConfigureSafeVolume((msg.what == MSG_CONFIGURE_SAFE_MEDIA_VOLUME_FORCED)); in handleMessage()