Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBubbleExtractorTest.java169 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()
405 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubble_false_noIntentNoShortcut()
[all …]
H A DNotificationManagerServiceTest.java6926 BUBBLE_PREFERENCE_ALL); in testUserApprovedBubblesForPackageAll() local
8376 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubble()
8418 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_whenAppForeground()
8448 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_flag_messaging()
8467 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_noShortcut()
8509 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_notBubble()
8535 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()
8635 BUBBLE_PREFERENCE_ALL /* app */, in testCancelNotificationsFromListener_suppressesBubble()
8929 BUBBLE_PREFERENCE_ALL /* app */,
8962 BUBBLE_PREFERENCE_ALL /* app */,
[all …]
H A DPreferencesHelperTest.java34 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
3861 assertEquals(BUBBLE_PREFERENCE_ALL, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_upgradeWithSAWPermission()
3882 assertEquals(BUBBLE_PREFERENCE_ALL, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_upgradeWithSAWThenUserOverride()
4351 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_none()
4352 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_none() local
4363 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_all()
4364 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_all() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DBubbleExtractor.java20 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
101 } else if (appPreference == BUBBLE_PREFERENCE_ALL) { in process()
H A DPreferencesHelper.java22 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
301 ? BUBBLE_PREFERENCE_ALL in restorePackage()
H A DNotificationManagerService.java43 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
3660 == BUBBLE_PREFERENCE_ALL;
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/
H A DBaseBubbleScreen.kt62 NotificationManager.BUBBLE_PREFERENCE_ALL
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java19 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
274 if (mAppBubble == BUBBLE_PREFERENCE_ALL in bindActions()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfoTest.java19 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
572 .thenReturn(BUBBLE_PREFERENCE_ALL); in testBindNotification_default_allCanBubble()
675 .thenReturn(BUBBLE_PREFERENCE_ALL); in testBindNotification_priorityDndAndBubble()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationManager.java435 BUBBLE_PREFERENCE_ALL
565 public static final int BUBBLE_PREFERENCE_ALL = 1; field in NotificationManager
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6845 field public static final int BUBBLE_PREFERENCE_ALL = 1; // 0x1