Home
last modified time | relevance | path

Searched refs:BUBBLE_PREFERENCE_ALL (Results 1 – 12 of 12) 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.java45 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
7758 mBinderService.setBubblesAllowed(mPkg, mUid, BUBBLE_PREFERENCE_ALL); in testUserApprovedBubblesForPackageAll()
7761 BUBBLE_PREFERENCE_ALL); in testUserApprovedBubblesForPackageAll() local
9341 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubble()
9383 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_whenAppForeground()
9413 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_flag_messaging()
9432 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_noShortcut()
9474 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_notBubble()
9500 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()
9600 BUBBLE_PREFERENCE_ALL /* app */, in testCancelNotificationsFromListener_suppressesBubble()
[all …]
DPreferencesHelperTest.java34 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
4091 assertEquals(BUBBLE_PREFERENCE_ALL, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_upgradeWithSAWPermission()
4112 assertEquals(BUBBLE_PREFERENCE_ALL, mHelper.getBubblePreference(PKG_O, UID_O)); in testBubblePreference_upgradeWithSAWThenUserOverride()
4165 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_ALL); in testReadXml_existingPackage_bubblePrefsRestored()
4166 assertEquals(BUBBLE_PREFERENCE_ALL, mHelper.getBubblePreference(PKG_O, UID_O)); in testReadXml_existingPackage_bubblePrefsRestored()
4174 assertEquals(BUBBLE_PREFERENCE_ALL, mXmlHelper.getBubblePreference(PKG_O, UID_O)); in testReadXml_existingPackage_bubblePrefsRestored()
4589 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_none()
4590 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_none() local
4601 mHelper.setBubblesAllowed(PKG_O, UID_O, BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_all()
4602 assertEquals(mHelper.getBubblePreference(PKG_O, UID_O), BUBBLE_PREFERENCE_ALL); in testSetBubblesAllowed_all() local
/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java20 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
101 } else if (appPreference == BUBBLE_PREFERENCE_ALL) { in process()
DPreferencesHelper.java22 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
316 ? BUBBLE_PREFERENCE_ALL in restorePackage()
DNotificationManagerService.java59 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
3890 == BUBBLE_PREFERENCE_ALL;
/frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble/src/com/android/wm/shell/flicker/bubble/
DBaseBubbleScreen.kt67 NotificationManager.BUBBLE_PREFERENCE_ALL in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java20 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
275 if (mAppBubble == BUBBLE_PREFERENCE_ALL in bindActions()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java20 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL;
573 .thenReturn(BUBBLE_PREFERENCE_ALL); in testBindNotification_default_allCanBubble()
676 .thenReturn(BUBBLE_PREFERENCE_ALL); in testBindNotification_priorityDndAndBubble()
/frameworks/base/core/java/android/app/
DNotificationManager.java495 BUBBLE_PREFERENCE_ALL
625 public static final int BUBBLE_PREFERENCE_ALL = 1; field in NotificationManager
/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.txt7060 field public static final int BUBBLE_PREFERENCE_ALL = 1; // 0x1