Searched refs:DEFAULT_BUBBLE_PREFERENCE (Results 1 – 2 of 2) sorted by relevance
172 static final int DEFAULT_BUBBLE_PREFERENCE = BUBBLE_PREFERENCE_NONE; field in PreferencesHelper317 : parser.getAttributeInt(null, ATT_ALLOW_BUBBLE, DEFAULT_BUBBLE_PREFERENCE); in restorePackage()488 DEFAULT_BUBBLE_PREFERENCE, mClock.millis()); in getOrCreatePackagePreferencesLocked()678 if (r.bubblePreference != DEFAULT_BUBBLE_PREFERENCE) { in writePackageXml()2719 p.bubblePreference = DEFAULT_BUBBLE_PREFERENCE; in clearData()2954 int bubblePreference = DEFAULT_BUBBLE_PREFERENCE;
57 import static com.android.server.notification.PreferencesHelper.DEFAULT_BUBBLE_PREFERENCE;3135 mHelper.setBubblesAllowed(PKG_O, UID_O, DEFAULT_BUBBLE_PREFERENCE); in testClearData()3141 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), DEFAULT_BUBBLE_PREFERENCE); in testClearData() local4142 assertEquals(DEFAULT_BUBBLE_PREFERENCE, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePrefence_noSAWCheckForUnknownUid()