Searched refs:BUBBLE_PREFERENCE_ALL (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | BubbleExtractorTest.java | 21 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 …]
|
D | NotificationManagerServiceTest.java | 25 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 …]
|
D | PreferencesHelperTest.java | 23 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/ |
D | BubbleExtractor.java | 21 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL; 96 } else if (appPreference == BUBBLE_PREFERENCE_ALL) { in process()
|
D | PreferencesHelper.java | 22 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL; 249 ? BUBBLE_PREFERENCE_ALL in readXml()
|
D | NotificationManagerService.java | 36 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL; 3499 == BUBBLE_PREFERENCE_ALL;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationConversationInfo.java | 19 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/ |
D | NotificationConversationInfoTest.java | 19 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/ |
D | NotificationManager.java | 425 BUBBLE_PREFERENCE_ALL 555 public static final int BUBBLE_PREFERENCE_ALL = 1; field in NotificationManager
|
/frameworks/base/core/api/ |
D | current.txt | 6271 field public static final int BUBBLE_PREFERENCE_ALL = 1; // 0x1
|