Home
last modified time | relevance | path

Searched refs:BUBBLE_PREFERENCE_ALL (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java21 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
169 BUBBLE_PREFERENCE_ALL /* app */, in testAppYesChannelNo()
183 BUBBLE_PREFERENCE_ALL /* app */, in testAppYesChannelDefault()
197 BUBBLE_PREFERENCE_ALL /* app */, in testAppYesChannelYes()
211 BUBBLE_PREFERENCE_ALL /* app */, in testAppYesChannelYesFeatureNo()
321 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubble_false_previouslyRemoved()
339 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubble_true_shortcutBubble()
355 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubble_true_intentBubble()
371 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubble_false_noIntentInvalidShortcut()
388 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubble_false_invalidIntentNoShortcut()
[all …]
DNotificationManagerServiceTest.java25 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
4844 mBinderService.setBubblesAllowed(PKG, mUid, BUBBLE_PREFERENCE_ALL); in testUserApprovedBubblesForPackageAll()
4847 BUBBLE_PREFERENCE_ALL); in testUserApprovedBubblesForPackageAll() local
6156 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubble()
6198 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_whenAppForeground()
6228 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_flag_messaging()
6247 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_noShortcut()
6289 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_notBubble()
6315 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()
6415 BUBBLE_PREFERENCE_ALL /* app */, in testCancelNotificationsFromListener_suppressesBubble()
[all …]
DPreferencesHelperTest.java23 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
2597 assertEquals(BUBBLE_PREFERENCE_ALL, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_upgradeWithSAWPermission()
2618 assertEquals(BUBBLE_PREFERENCE_ALL, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_upgradeWithSAWThenUserOverride()
3092 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_none()
3093 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_none() local
3104 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_all()
3105 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_all() local
/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java21 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
96 } else if (appPreference == BUBBLE_PREFERENCE_ALL) { in process()
DPreferencesHelper.java22 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
249 ? BUBBLE_PREFERENCE_ALL in readXml()
DNotificationManagerService.java36 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
3499 == BUBBLE_PREFERENCE_ALL;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java19 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
269 if (mAppBubble == BUBBLE_PREFERENCE_ALL) { in bindActions()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java19 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
569 .thenReturn(BUBBLE_PREFERENCE_ALL); in testBindNotification_default_allCanBubble()
672 .thenReturn(BUBBLE_PREFERENCE_ALL); in testBindNotification_priorityDndAndBubble()
/frameworks/base/core/java/android/app/
DNotificationManager.java425 BUBBLE_PREFERENCE_ALL
555 public static final int BUBBLE_PREFERENCE_ALL = 1; field in NotificationManager
/frameworks/base/core/api/
Dcurrent.txt6271 field public static final int BUBBLE_PREFERENCE_ALL = 1; // 0x1