Searched refs:isGloballyEnabled (Results 1 – 1 of 1) sorted by relevance
57 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