Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/app/
DBubbleSummaryPreferenceController.java57 if (!isGloballyEnabled()) { in isAvailable()
66 return isGloballyEnabled() && mBackend.hasSentValidMsg(mAppRow.pkg, mAppRow.uid); in isAvailable()
98 if (backEndPref == BUBBLE_PREFERENCE_NONE || !isGloballyEnabled()) { in getSummary()
107 private boolean isGloballyEnabled() { in isGloballyEnabled() method in BubbleSummaryPreferenceController