Searched refs:NOTIFICATION_BUBBLES (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 21 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/ |
D | NotificationSettingsControllerTest.kt | 61 val setting1: String = Secure.NOTIFICATION_BUBBLES
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
D | SecureSettings.java | 234 Settings.Secure.NOTIFICATION_BUBBLES,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowController.java | 80 Settings.Secure.getUriFor(Settings.Secure.NOTIFICATION_BUBBLES);
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | SecureSettingsValidators.java | 363 VALIDATORS.put(Secure.NOTIFICATION_BUBBLES, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 30 import static android.provider.Settings.Secure.NOTIFICATION_BUBBLES; 5405 NOTIFICATION_BUBBLES); 5409 .getSettingLocked(NOTIFICATION_BUBBLES); 5419 Secure.NOTIFICATION_BUBBLES, oldValue, null /* tag */,
|
D | SettingsProtoDumpUtil.java | 2416 Settings.Secure.NOTIFICATION_BUBBLES, in dumpProtoSecureSettingsLocked()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 278 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()
|
D | NotificationManagerServiceTest.java | 1029 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/ |
D | Settings.java | 11603 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/ |
D | PreferencesHelper.java | 2819 Settings.Secure.NOTIFICATION_BUBBLES, in updateBubblesEnabled() 2838 Settings.Secure.NOTIFICATION_BUBBLES, in bubblesEnabled()
|
D | NotificationManagerService.java | 2106 = Secure.getUriFor(Secure.NOTIFICATION_BUBBLES);
|
/frameworks/base/core/api/ |
D | test-current.txt | 2870 field @Deprecated public static final String NOTIFICATION_BUBBLES = "notification_bubbles"; 2897 field public static final String NOTIFICATION_BUBBLES = "notification_bubbles";
|