Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DSoundDoseHelper.java114 private static final int MSG_PERSIST_MUSIC_ACTIVE_MS = SAFE_MEDIA_VOLUME_MSG_START + 4; field in SoundDoseHelper
767 case MSG_PERSIST_MUSIC_ACTIVE_MS: in handleMessage()
1067 mAudioHandler.obtainMessage(MSG_PERSIST_MUSIC_ACTIVE_MS, mMusicActiveMs, 0).sendToTarget(); in saveMusicActiveMs()