/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | BubbleExtractorTest.java | 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() 405 BUBBLE_PREFERENCE_ALL /* app */, in testFlagBubble_false_noIntentNoShortcut() [all …]
|
H A D | NotificationManagerServiceTest.java | 6926 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 D | PreferencesHelperTest.java | 34 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 D | BubbleExtractor.java | 20 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL; 101 } else if (appPreference == BUBBLE_PREFERENCE_ALL) { in process()
|
H A D | PreferencesHelper.java | 22 import static android.app.NotificationManager.BUBBLE_PREFERENCE_ALL; 301 ? BUBBLE_PREFERENCE_ALL in restorePackage()
|
H A D | NotificationManagerService.java | 43 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 D | BaseBubbleScreen.kt | 62 NotificationManager.BUBBLE_PREFERENCE_ALL
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationConversationInfo.java | 19 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 D | NotificationConversationInfoTest.java | 19 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 D | NotificationManager.java | 435 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6845 field public static final int BUBBLE_PREFERENCE_ALL = 1; // 0x1
|