Searched refs:BUBBLE_PREFERENCE_NONE (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | BubbleExtractor.java | 22 import static android.app.NotificationManager.BUBBLE_PREFERENCE_NONE; 86 || appPreference == BUBBLE_PREFERENCE_NONE in process()
|
D | PreferencesHelper.java | 23 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/ |
D | BubbleExtractorTest.java | 22 import static android.app.NotificationManager.BUBBLE_PREFERENCE_NONE; 226 BUBBLE_PREFERENCE_NONE /* app */, in testAppNoChannelYes() 241 BUBBLE_PREFERENCE_NONE /* app */, in testAppNoChannelDefault()
|
D | PreferencesHelperTest.java | 24 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
|
D | NotificationManagerServiceTest.java | 26 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/ |
D | NotificationConversationInfo.java | 20 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/ |
D | BubblesManager.java | 19 import static android.app.NotificationManager.BUBBLE_PREFERENCE_NONE; 736 if (shouldBubble && currentPref == BUBBLE_PREFERENCE_NONE) {
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 424 BUBBLE_PREFERENCE_NONE, BUBBLE_PREFERENCE_SELECTED, 549 public static final int BUBBLE_PREFERENCE_NONE = 0; field in NotificationManager
|
/frameworks/base/core/api/ |
D | current.txt | 6272 field public static final int BUBBLE_PREFERENCE_NONE = 0; // 0x0
|