Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DBubblePreferenceController.java63 if (!mIsAppPage && !isGloballyEnabled()) { in isAvailable()
81 pref.setChecked(mChannel.canBubble() && isGloballyEnabled()); in updateState()
84 pref.setChecked(mAppRow.allowBubbles && isGloballyEnabled()); in updateState()
93 final boolean value = (Boolean) newValue && isGloballyEnabled(); in onPreferenceChange()
102 if (!isGloballyEnabled() && !pref.isChecked()) { in onPreferenceChange()
115 private boolean isGloballyEnabled() { in isGloballyEnabled() method in BubblePreferenceController
DBubbleSummaryPreferenceController.java59 if (!isGloballyEnabled()) { in isAvailable()
68 return isGloballyEnabled(); in isAvailable()
94 canBubble |= mChannel.canBubble() && isGloballyEnabled(); in getSummary()
96 canBubble |= mAppRow.allowBubbles && isGloballyEnabled(); in getSummary()
102 private boolean isGloballyEnabled() { in isGloballyEnabled() method in BubbleSummaryPreferenceController