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