Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java168 private boolean mBubblesEnabledGlobally = DEFAULT_GLOBAL_ALLOW_BUBBLE; field in PreferencesHelper
2285 if (newValue != mBubblesEnabledGlobally) { in updateBubblesEnabled()
2286 mBubblesEnabledGlobally = newValue; in updateBubblesEnabled()
2292 return mBubblesEnabledGlobally; in bubblesEnabled()