Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DSoundDoseHelper.java116 /*package*/ static final int MSG_CONFIGURE_SAFE_MEDIA_FORCED = SAFE_MEDIA_VOLUME_MSG_START + 2; field in SoundDoseHelper
747 int msg = forced ? MSG_CONFIGURE_SAFE_MEDIA_FORCED : MSG_CONFIGURE_SAFE_MEDIA; in configureSafeMedia()
801 case MSG_CONFIGURE_SAFE_MEDIA_FORCED: in handleMessage()
803 onConfigureSafeMedia((msg.what == MSG_CONFIGURE_SAFE_MEDIA_FORCED), in handleMessage()
DAudioService.java9835 case SoundDoseHelper.MSG_CONFIGURE_SAFE_MEDIA_FORCED: in handleMessage()