Searched refs:isNotificationOrRing (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java623 sc.icon.setClickable(isNotificationOrRing(streamType));
676 final boolean isRinger = isNotificationOrRing(sc.streamType);
690 if (isNotificationOrRing(sc.streamType)) {
703 final ComponentName suppressor = isNotificationOrRing(sc.streamType)
749 final boolean isRinger = isNotificationOrRing(sc.streamType);
793 private static boolean isNotificationOrRing(int streamType) { method in class:VolumePanel
838 setZenPanelVisible(mZenModeAvailable && isNotificationOrRing(mActiveStreamType));

Completed in 33 milliseconds