Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DSoundDoseHelper.java111 private static final int MSG_CONFIGURE_SAFE_MEDIA = SAFE_MEDIA_VOLUME_MSG_START + 1; field in SoundDoseHelper
705 int msg = forced ? MSG_CONFIGURE_SAFE_MEDIA_FORCED : MSG_CONFIGURE_SAFE_MEDIA; in configureSafeMedia()
760 case MSG_CONFIGURE_SAFE_MEDIA: in handleMessage()