Home
last modified time | relevance | path

Searched refs:NOTIFICATION_BUBBLES (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java21 import static android.provider.Settings.Secure.NOTIFICATION_BUBBLES;
669 NOTIFICATION_BUBBLES, 0) == 1;
672 NOTIFICATION_BUBBLES, 0, user.getIdentifier()) == 1;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationSettingsControllerTest.kt61 val setting1: String = Secure.NOTIFICATION_BUBBLES
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java234 Settings.Secure.NOTIFICATION_BUBBLES,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java80 Settings.Secure.getUriFor(Settings.Secure.NOTIFICATION_BUBBLES);
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java363 VALIDATORS.put(Secure.NOTIFICATION_BUBBLES, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java30 import static android.provider.Settings.Secure.NOTIFICATION_BUBBLES;
5405 NOTIFICATION_BUBBLES);
5409 .getSettingLocked(NOTIFICATION_BUBBLES);
5419 Secure.NOTIFICATION_BUBBLES, oldValue, null /* tag */,
DSettingsProtoDumpUtil.java2416 Settings.Secure.NOTIFICATION_BUBBLES, in dumpProtoSecureSettingsLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java278 Secure.putIntForUser(contentResolver, Secure.NOTIFICATION_BUBBLES, 1, in setUp()
3684 Secure.NOTIFICATION_BUBBLES, 1, in testBubblesOverrideTrue()
3693 Secure.NOTIFICATION_BUBBLES, 0, in testBubblesOverrideFalse()
3702 Secure.NOTIFICATION_BUBBLES, 0, in testBubblesOverrideUserIsolation()
3705 Secure.NOTIFICATION_BUBBLES, 1, in testBubblesOverrideUserIsolation()
DNotificationManagerServiceTest.java1029 Settings.Secure.NOTIFICATION_BUBBLES, globalEnabled ? 1 : 0); in setUpPrefsForBubbles()
7773 Settings.Secure.NOTIFICATION_BUBBLES, 1); in testAreBubblesEnabled()
7781 Settings.Secure.NOTIFICATION_BUBBLES, 0); in testAreBubblesEnabled_false()
/frameworks/base/core/java/android/provider/
DSettings.java11603 public static final String NOTIFICATION_BUBBLES = "notification_bubbles"; field in Settings.Secure
12613 CLONE_TO_MANAGED_PROFILE.add(NOTIFICATION_BUBBLES);
12750 public static final String NOTIFICATION_BUBBLES = "notification_bubbles"; field in Settings.Global
17933 MOVED_TO_SECURE.add(Global.NOTIFICATION_BUBBLES);
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java2819 Settings.Secure.NOTIFICATION_BUBBLES, in updateBubblesEnabled()
2838 Settings.Secure.NOTIFICATION_BUBBLES, in bubblesEnabled()
DNotificationManagerService.java2106 = Secure.getUriFor(Secure.NOTIFICATION_BUBBLES);
/frameworks/base/core/api/
Dtest-current.txt2870 field @Deprecated public static final String NOTIFICATION_BUBBLES = "notification_bubbles";
2897 field public static final String NOTIFICATION_BUBBLES = "notification_bubbles";