Home
last modified time | relevance | path

Searched refs:IN_CALL_NOTIFICATION_ENABLED (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DSecureSettings.java149 Settings.Secure.IN_CALL_NOTIFICATION_ENABLED,
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java227 VALIDATORS.put(Secure.IN_CALL_NOTIFICATION_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java2378 Settings.Secure.IN_CALL_NOTIFICATION_ENABLED, in dumpProtoSecureSettingsLocked()
2379 SecureSettingsProto.Notification.IN_CALL_NOTIFICATION_ENABLED); in dumpProtoSecureSettingsLocked()
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java8159 public static final String IN_CALL_NOTIFICATION_ENABLED = "in_call_notification_enabled"; field in Settings.Secure
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java8691 Settings.Secure.IN_CALL_NOTIFICATION_ENABLED, 1, cr.getUserId()) != 0) {