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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java175 Settings.Global.getUriFor(Settings.Global.BUGREPORT_IN_POWER_MENU), false, this);
650 enabled = (Settings.Global.getInt(cr, Settings.Global.BUGREPORT_IN_POWER_MENU) != 0);
/frameworks/base/core/java/android/provider/
H A DSettings.java2754 MOVED_TO_GLOBAL.add(Settings.Global.BUGREPORT_IN_POWER_MENU);
3233 * @deprecated Use {@link android.provider.Settings.Global#BUGREPORT_IN_POWER_MENU} instead
3237 public static final String BUGREPORT_IN_POWER_MENU = "bugreport_in_power_menu"; field in class:Settings.Secure
4408 BUGREPORT_IN_POWER_MENU, // moved to global
4782 public static final String BUGREPORT_IN_POWER_MENU = "bugreport_in_power_menu"; field in class:Settings.Global
5955 BUGREPORT_IN_POWER_MENU,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java268 Settings.Global.BUGREPORT_IN_POWER_MENU, 0) != 0 && isCurrentUserOwner()) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java1529 String[] settingsToMove = { Settings.Global.BUGREPORT_IN_POWER_MENU };

Completed in 63 milliseconds