Searched refs:NOTIFICATION_BUBBLES (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
D | GlobalSettings.java | 72 Settings.Global.NOTIFICATION_BUBBLES,
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | GlobalSettingsValidators.java | 148 VALIDATORS.put(Global.NOTIFICATION_BUBBLES, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationConversationInfo.java | 25 import static android.provider.Settings.Global.NOTIFICATION_BUBBLES; 542 NOTIFICATION_BUBBLES, 0) == 1; in showPriorityOnboarding()
|
D | NotificationContentView.java | 20 import static android.provider.Settings.Global.NOTIFICATION_BUBBLES; 1350 NOTIFICATION_BUBBLES, 0) == 1;
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 194 Global.putInt(contentResolver, Global.NOTIFICATION_BUBBLES, 1); in setUp() 2078 Global.NOTIFICATION_BUBBLES, 1); in testBubblesOverrideTrue() 2086 Global.NOTIFICATION_BUBBLES, 0); in testBubblesOverrideFalse()
|
D | NotificationManagerServiceTest.java | 602 Settings.Global.NOTIFICATION_BUBBLES, globalEnabled ? 1 : 0); in setUpPrefsForBubbles()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 1120 Settings.Global.NOTIFICATION_BUBBLES, in dumpProtoGlobalSettingsLocked() 2278 Settings.Global.NOTIFICATION_BUBBLES, in dumpProtoSecureSettingsLocked()
|
D | SettingsProvider.java | 4762 Global.NOTIFICATION_BUBBLES, getContext().getResources().getBoolean(
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 2314 Settings.Global.NOTIFICATION_BUBBLES, in updateBubblesEnabled()
|
D | NotificationManagerService.java | 1627 = Settings.Global.getUriFor(Settings.Global.NOTIFICATION_BUBBLES);
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 9111 public static final String NOTIFICATION_BUBBLES = "notification_bubbles"; field in Settings.Global
|
/frameworks/base/api/ |
D | test-current.txt | 3298 field public static final String NOTIFICATION_BUBBLES = "notification_bubbles";
|