Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java22 import static android.app.NotificationManager.BUBBLE_PREFERENCE_NONE;
86 || appPreference == BUBBLE_PREFERENCE_NONE in process()
DPreferencesHelper.java23 import static android.app.NotificationManager.BUBBLE_PREFERENCE_NONE;
144 static final int DEFAULT_BUBBLE_PREFERENCE = BUBBLE_PREFERENCE_NONE;
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java22 import static android.app.NotificationManager.BUBBLE_PREFERENCE_NONE;
226 BUBBLE_PREFERENCE_NONE /* app */, in testAppNoChannelYes()
241 BUBBLE_PREFERENCE_NONE /* app */, in testAppNoChannelDefault()
DPreferencesHelperTest.java24 import static android.app.NotificationManager.BUBBLE_PREFERENCE_NONE;
2569 assertEquals(BUBBLE_PREFERENCE_NONE, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_defaults()
2576 assertEquals(BUBBLE_PREFERENCE_NONE, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_defaults()
2658 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_NONE); in testBubblePreference_xml()
2659 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_NONE); in testBubblePreference_xml() local
2668 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_NONE); in testBubblePreference_xml() local
3097 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_NONE); in testSetBubblesAllowed_none()
3098 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_NONE); in testSetBubblesAllowed_none() local
DNotificationManagerServiceTest.java26 import static android.app.NotificationManager.BUBBLE_PREFERENCE_NONE;
4829 mBinderService.setBubblesAllowed(PKG, mUid, BUBBLE_PREFERENCE_NONE); in testBubble()
4832 BUBBLE_PREFERENCE_NONE); in testBubble() local
4852 mBinderService.setBubblesAllowed(PKG, mUid, BUBBLE_PREFERENCE_NONE); in testUserRejectsBubblesForPackage()
6177 BUBBLE_PREFERENCE_NONE /* app */, in testFlagBubble_noFlag_appNotAllowed()
6269 BUBBLE_PREFERENCE_NONE /* app */, in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java20 import static android.app.NotificationManager.BUBBLE_PREFERENCE_NONE;
623 if (mAppBubble == BUBBLE_PREFERENCE_NONE) { in run()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java19 import static android.app.NotificationManager.BUBBLE_PREFERENCE_NONE;
736 if (shouldBubble && currentPref == BUBBLE_PREFERENCE_NONE) {
/frameworks/base/core/java/android/app/
DNotificationManager.java424 BUBBLE_PREFERENCE_NONE, BUBBLE_PREFERENCE_SELECTED,
549 public static final int BUBBLE_PREFERENCE_NONE = 0; field in NotificationManager
/frameworks/base/core/api/
Dcurrent.txt6272 field public static final int BUBBLE_PREFERENCE_NONE = 0; // 0x0