Searched refs:BUGREPORT_IN_POWER_MENU (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java4131 MOVED_TO_GLOBAL.add(Settings.Global.BUGREPORT_IN_POWER_MENU);
4624 * @deprecated Use {@link android.provider.Settings.Global#BUGREPORT_IN_POWER_MENU} instead
4628 public static final String BUGREPORT_IN_POWER_MENU = "bugreport_in_power_menu"; field in class:Settings.Secure
6424 BUGREPORT_IN_POWER_MENU, // moved to global
6946 public static final String BUGREPORT_IN_POWER_MENU = "bugreport_in_power_menu"; field in class:Settings.Global
8994 BUGREPORT_IN_POWER_MENU,
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java286 Settings.Global.BUGREPORT_IN_POWER_MENU, 0) != 0 && isCurrentUserOwner()) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java1588 String[] settingsToMove = { Settings.Global.BUGREPORT_IN_POWER_MENU };

Completed in 217 milliseconds