Searched refs:mNotificationsUseRingVolume (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioService.java233 private int mNotificationsUseRingVolume; field in class:AudioService
377 mNotificationsUseRingVolume = System.getInt(cr,
380 if (mNotificationsUseRingVolume == 1) {
1729 if (notificationsUseRingVolume != mNotificationsUseRingVolume) {
1730 mNotificationsUseRingVolume = notificationsUseRingVolume;
1731 if (mNotificationsUseRingVolume == 1) {

Completed in 32 milliseconds