Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java23 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
256 BUBBLE_PREFERENCE_SELECTED /* app */, in testAppSelectedChannelDefault()
271 BUBBLE_PREFERENCE_SELECTED /* app */, in testAppSelectedChannelNo()
286 BUBBLE_PREFERENCE_SELECTED /* app */, in testAppSeletedChannelYes()
301 BUBBLE_PREFERENCE_SELECTED /* app */, in testAppSeletedChannelYesFeatureNo()
DPreferencesHelperTest.java25 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
2621 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_SELECTED); in testBubblePreference_upgradeWithSAWThenUserOverride()
2622 assertEquals(BUBBLE_PREFERENCE_SELECTED, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_upgradeWithSAWThenUserOverride()
2631 assertEquals(BUBBLE_PREFERENCE_SELECTED, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_upgradeWithSAWThenUserOverride()
3111 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_SELECTED); in testSetBubblesAllowed_selected()
3112 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_SELECTED); in testSetBubblesAllowed_selected() local
DNotificationManagerServiceTest.java27 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
4837 mBinderService.setBubblesAllowed(PKG, mUid, BUBBLE_PREFERENCE_SELECTED); in testUserApprovedBubblesForPackageSelected()
4839 BUBBLE_PREFERENCE_SELECTED); in testUserApprovedBubblesForPackageSelected() local
/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java23 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
98 } else if (appPreference == BUBBLE_PREFERENCE_SELECTED) { in process()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java21 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
244 mAppBubble = BUBBLE_PREFERENCE_SELECTED; in bindNotification()
625 BUBBLE_PREFERENCE_SELECTED); in run()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java20 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
737 mNotificationManager.setBubblesAllowed(appPkg, appUid, BUBBLE_PREFERENCE_SELECTED);
/frameworks/base/core/java/android/app/
DNotificationManager.java424 BUBBLE_PREFERENCE_NONE, BUBBLE_PREFERENCE_SELECTED,
562 public static final int BUBBLE_PREFERENCE_SELECTED = 2; field in NotificationManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java20 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
538 .thenReturn(BUBBLE_PREFERENCE_SELECTED); in testBindNotification_defaultSelected_notFave_notSilent()
/frameworks/base/core/api/
Dcurrent.txt6273 field public static final int BUBBLE_PREFERENCE_SELECTED = 2; // 0x2