Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1199 final @PolitenessState int volState = getPolitenessState(record); in getSoundVolume() local
1201 switch (volState) { in getSoundVolume()
1212 Log.w(TAG, "getSoundVolume unexpected volume state: " + volState); in getSoundVolume()
1218 "getSoundVolume state: " + volState + " vol: " + volume + " key: " + key); in getSoundVolume()