Searched refs:DEFAULT_BUBBLE_PREFERENCE (Results 1 – 2 of 2) sorted by relevance
164 static final int DEFAULT_BUBBLE_PREFERENCE = BUBBLE_PREFERENCE_NONE; field in PreferencesHelper302 : parser.getAttributeInt(null, ATT_ALLOW_BUBBLE, DEFAULT_BUBBLE_PREFERENCE); in restorePackage()463 DEFAULT_BUBBLE_PREFERENCE); in getOrCreatePackagePreferencesLocked()611 if (r.bubblePreference != DEFAULT_BUBBLE_PREFERENCE) { in writeXml()2672 p.bubblePreference = DEFAULT_BUBBLE_PREFERENCE; in clearData()2904 int bubblePreference = DEFAULT_BUBBLE_PREFERENCE;
64 import static com.android.server.notification.PreferencesHelper.DEFAULT_BUBBLE_PREFERENCE;2911 mHelper.setBubblesAllowed(PKG_O, UID_O, DEFAULT_BUBBLE_PREFERENCE); in testClearData()2917 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), DEFAULT_BUBBLE_PREFERENCE); in testClearData() local3915 assertEquals(DEFAULT_BUBBLE_PREFERENCE, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePrefence_noSAWCheckForUnknownUid()