Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DGlobalSettings.java72 Settings.Global.NOTIFICATION_BUBBLES,
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DGlobalSettingsValidators.java148 VALIDATORS.put(Global.NOTIFICATION_BUBBLES, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java25 import static android.provider.Settings.Global.NOTIFICATION_BUBBLES;
542 NOTIFICATION_BUBBLES, 0) == 1; in showPriorityOnboarding()
DNotificationContentView.java20 import static android.provider.Settings.Global.NOTIFICATION_BUBBLES;
1350 NOTIFICATION_BUBBLES, 0) == 1;
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java194 Global.putInt(contentResolver, Global.NOTIFICATION_BUBBLES, 1); in setUp()
2078 Global.NOTIFICATION_BUBBLES, 1); in testBubblesOverrideTrue()
2086 Global.NOTIFICATION_BUBBLES, 0); in testBubblesOverrideFalse()
DNotificationManagerServiceTest.java602 Settings.Global.NOTIFICATION_BUBBLES, globalEnabled ? 1 : 0); in setUpPrefsForBubbles()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java1120 Settings.Global.NOTIFICATION_BUBBLES, in dumpProtoGlobalSettingsLocked()
2278 Settings.Global.NOTIFICATION_BUBBLES, in dumpProtoSecureSettingsLocked()
DSettingsProvider.java4762 Global.NOTIFICATION_BUBBLES, getContext().getResources().getBoolean(
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java2314 Settings.Global.NOTIFICATION_BUBBLES, in updateBubblesEnabled()
DNotificationManagerService.java1627 = Settings.Global.getUriFor(Settings.Global.NOTIFICATION_BUBBLES);
/frameworks/base/core/java/android/provider/
DSettings.java9111 public static final String NOTIFICATION_BUBBLES = "notification_bubbles"; field in Settings.Global
/frameworks/base/api/
Dtest-current.txt3298 field public static final String NOTIFICATION_BUBBLES = "notification_bubbles";