Home
last modified time | relevance | path

Searched refs:CUSTOM_BUGREPORT_HANDLER_USER (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBugReportHandlerUtil.java178 Settings.Secure.CUSTOM_BUGREPORT_HANDLER_USER, UserHandle.USER_NULL, in getCustomBugReportHandlerUser()
230 Settings.Secure.CUSTOM_BUGREPORT_HANDLER_USER, context.getUserId()); in resetCustomBugreportHandlerAppAndUser()
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DGlobalSettings.java75 Settings.Global.CUSTOM_BUGREPORT_HANDLER_USER, // moved to secure
H A DSecureSettings.java237 Settings.Secure.CUSTOM_BUGREPORT_HANDLER_USER,
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DGlobalSettingsValidators.java184 VALIDATORS.put(Global.CUSTOM_BUGREPORT_HANDLER_USER, ANY_INTEGER_VALIDATOR); in VALIDATORS.put() argument
H A DSecureSettingsValidators.java377 VALIDATORS.put(Secure.CUSTOM_BUGREPORT_HANDLER_USER, ANY_INTEGER_VALIDATOR); in VALIDATORS.put() argument
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java6943 public static final String CUSTOM_BUGREPORT_HANDLER_USER = "custom_bugreport_handler_user"; field in Settings.Secure
12232 public static final String CUSTOM_BUGREPORT_HANDLER_USER = "custom_bugreport_handler_user"; field in Settings.Global
16883 MOVED_TO_SECURE.add(Global.CUSTOM_BUGREPORT_HANDLER_USER);