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.java52 if (!isGloballyEnabled()) { in isAvailable()
61 return isGloballyEnabled() && mBackend.hasSentValidBubble(mAppRow.pkg, mAppRow.uid); in isAvailable()
94 if (backEndPref == BUBBLE_PREFERENCE_NONE || !isGloballyEnabled()) { in getSummary()
103 private boolean isGloballyEnabled() { in isGloballyEnabled() method in BubbleSummaryPreferenceController