Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DGlobalSettings.java44 Settings.Global.BUGREPORT_IN_POWER_MENU, // moved to secure
DSecureSettings.java32 Settings.Secure.BUGREPORT_IN_POWER_MENU,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java626 mSecureSettings.putIntForUser(Settings.Secure.BUGREPORT_IN_POWER_MENU, 1, in testBugreportAction_whenDebugMode_shouldOfferBugreportButtonBeforeProvisioning()
639 mSecureSettings.putIntForUser(Settings.Secure.BUGREPORT_IN_POWER_MENU, 1, in testBugreportAction_whenUserIsNotAdmin_noBugReportActionBeforeProvisioning()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java286 Settings.Secure.BUGREPORT_IN_POWER_MENU, 0, mContext.getUserId()) != 0 in createDialog()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DGlobalSettingsValidators.java58 VALIDATORS.put(Global.BUGREPORT_IN_POWER_MENU, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
DSecureSettingsValidators.java54 VALIDATORS.put(Secure.BUGREPORT_IN_POWER_MENU, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java772 && mSecureSettings.getIntForUser(Settings.Secure.BUGREPORT_IN_POWER_MENU, 0, in shouldDisplayBugReport()
1123 Settings.Secure.BUGREPORT_IN_POWER_MENU, 0, getCurrentUser().id) != 0 in showBeforeProvisioning()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java5895 Global.BUGREPORT_IN_POWER_MENU);
5901 Secure.BUGREPORT_IN_POWER_MENU,
5909 Global.BUGREPORT_IN_POWER_MENU, null /* value */, null /* tag */,
DSettingsProtoDumpUtil.java1905 Settings.Secure.BUGREPORT_IN_POWER_MENU, in dumpProtoSecureSettingsLocked()
1906 SecureSettingsProto.BUGREPORT_IN_POWER_MENU); in dumpProtoSecureSettingsLocked()
DDatabaseHelper.java1481 String[] settingsToMove = { Settings.Global.BUGREPORT_IN_POWER_MENU }; in onUpgrade()
/frameworks/base/core/java/android/provider/
DSettings.java7394 public static final String BUGREPORT_IN_POWER_MENU = "bugreport_in_power_menu"; field in Settings.Secure
13140 public static final String BUGREPORT_IN_POWER_MENU = "bugreport_in_power_menu"; field in Settings.Global
17934 MOVED_TO_SECURE.add(Global.BUGREPORT_IN_POWER_MENU);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt41529 Landroid/provider/Settings$Global;->BUGREPORT_IN_POWER_MENU:Ljava/lang/String;
41984 Landroid/provider/Settings$Secure;->BUGREPORT_IN_POWER_MENU:Ljava/lang/String;