Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java156 Secure.NOTIFICATION_BUBBLES, 1, UserHandle.getUserId(UID_N_MR1)); in setUp()
1952 Secure.NOTIFICATION_BUBBLES, 1, in testBubblesOverrideTrue()
1961 Secure.NOTIFICATION_BUBBLES, 0, in testBubblesOverrideFalse()
1979 Secure.NOTIFICATION_BUBBLES, 0, in testBubblesOverrideUserIsolation()
1982 Secure.NOTIFICATION_BUBBLES, 1, in testBubblesOverrideUserIsolation()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1830 Settings.Secure.NOTIFICATION_BUBBLES, in updateBubblesEnabled()
1848 Settings.Secure.NOTIFICATION_BUBBLES, in bubblesEnabled()
DNotificationManagerService.java1362 = Settings.Secure.getUriFor(Settings.Secure.NOTIFICATION_BUBBLES);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java4262 Secure.NOTIFICATION_BUBBLES);
4265 secureSettings.insertSettingLocked(Secure.NOTIFICATION_BUBBLES,
4397 secureSettings.insertSettingLocked(Secure.NOTIFICATION_BUBBLES,
DSettingsProtoDumpUtil.java2143 Settings.Secure.NOTIFICATION_BUBBLES, in dumpProtoSecureSettingsLocked()
/frameworks/base/core/java/android/provider/
DSettings.java8639 public static final String NOTIFICATION_BUBBLES = "notification_bubbles"; field in Settings.Secure
8963 NOTIFICATION_BUBBLES,
9140 VALIDATORS.put(NOTIFICATION_BUBBLES, NOTIFICATION_BUBBLES_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/api/
Dtest-current.txt2369 field public static final String NOTIFICATION_BUBBLES = "notification_bubbles";