Home
last modified time | relevance | path

Searched refs:BUBBLE_PREFERENCE_SELECTED (Results 1 – 10 of 10) 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.java36 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
4115 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_SELECTED); in testBubblePreference_upgradeWithSAWThenUserOverride()
4116 assertEquals(BUBBLE_PREFERENCE_SELECTED, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_upgradeWithSAWThenUserOverride()
4123 assertEquals(BUBBLE_PREFERENCE_SELECTED, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_upgradeWithSAWThenUserOverride()
4608 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_SELECTED); in testSetBubblesAllowed_selected()
4609 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_SELECTED); in testSetBubblesAllowed_selected() local
DNotificationManagerServiceTest.java47 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
7751 mBinderService.setBubblesAllowed(mPkg, mUid, BUBBLE_PREFERENCE_SELECTED); in testUserApprovedBubblesForPackageSelected()
7753 BUBBLE_PREFERENCE_SELECTED); in testUserApprovedBubblesForPackageSelected() local
/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java22 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
103 } else if (appPreference == BUBBLE_PREFERENCE_SELECTED) { in process()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java22 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
249 mAppBubble = BUBBLE_PREFERENCE_SELECTED; in bindNotification()
637 BUBBLE_PREFERENCE_SELECTED); in run()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java20 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
650 mNotificationManager.setBubblesAllowed(appPkg, appUid, BUBBLE_PREFERENCE_SELECTED);
/frameworks/base/core/java/android/app/
DNotificationManager.java494 BUBBLE_PREFERENCE_NONE, BUBBLE_PREFERENCE_SELECTED,
632 public static final int BUBBLE_PREFERENCE_SELECTED = 2; field in NotificationManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java21 import static android.app.NotificationManager.BUBBLE_PREFERENCE_SELECTED;
542 .thenReturn(BUBBLE_PREFERENCE_SELECTED); in testBindNotification_defaultSelected_notFave_notSilent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt7062 field public static final int BUBBLE_PREFERENCE_SELECTED = 2; // 0x2