Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java170 static final boolean DEFAULT_BUBBLES_ENABLED = true; field in PreferencesHelper
2820 DEFAULT_BUBBLES_ENABLED ? 1 : 0, userId) != 0; in updateBubblesEnabled()
2839 DEFAULT_BUBBLES_ENABLED ? 1 : 0, userId) != 0); in bubblesEnabled()
2841 return mBubblesEnabled.get(userId, DEFAULT_BUBBLES_ENABLED); in bubblesEnabled()