CMSettings : Remove AOSP settings

Change-Id: I73b3e057159113f111303e3fde822a533f8df8ed
This commit is contained in:
Danesh M 2015-11-17 14:11:03 -08:00
parent 68bd8bf3ea
commit 11e8316747
1 changed files with 0 additions and 40 deletions

View File

@ -1823,15 +1823,6 @@ public final class CMSettings {
public static final int RING_HOME_BUTTON_BEHAVIOR_DEFAULT =
RING_HOME_BUTTON_BEHAVIOR_DO_NOTHING;
/**
* When the user has enable the option to have a "bug report" command
* in the power menu.
* @deprecated Use {@link android.provider.Settings.Global#BUGREPORT_IN_POWER_MENU} instead
* @hide
*/
@Deprecated
public static final String BUGREPORT_IN_POWER_MENU = "bugreport_in_power_menu";
/**
* Performance profile
* @hide
@ -1857,36 +1848,6 @@ public final class CMSettings {
*/
public static final String DEVELOPMENT_SHORTCUT = "development_shortcut";
/**
* What happens when the user presses the Power button while in-call
* and the screen is on.<br/>
* <b>Values:</b><br/>
* 1 - The Power button turns off the screen and locks the device. (Default behavior)<br/>
* 2 - The Power button hangs up the current call.<br/>
*
* @hide
*/
public static final String INCALL_POWER_BUTTON_BEHAVIOR = "incall_power_button_behavior";
/**
* INCALL_POWER_BUTTON_BEHAVIOR value for "turn off screen".
* @hide
*/
public static final int INCALL_POWER_BUTTON_BEHAVIOR_SCREEN_OFF = 0x1;
/**
* INCALL_POWER_BUTTON_BEHAVIOR value for "hang up".
* @hide
*/
public static final int INCALL_POWER_BUTTON_BEHAVIOR_HANGUP = 0x2;
/**
* INCALL_POWER_BUTTON_BEHAVIOR default value.
* @hide
*/
public static final int INCALL_POWER_BUTTON_BEHAVIOR_DEFAULT =
INCALL_POWER_BUTTON_BEHAVIOR_SCREEN_OFF;
/**
* Whether to display the ADB notification.
* @hide
@ -1964,7 +1925,6 @@ public final class CMSettings {
CMSettings.Secure.NAVIGATION_RING_TARGETS[1],
CMSettings.Secure.NAVIGATION_RING_TARGETS[2],
CMSettings.Secure.RECENTS_LONG_PRESS_ACTIVITY,
CMSettings.Secure.INCALL_POWER_BUTTON_BEHAVIOR,
CMSettings.Secure.ADB_NOTIFY,
CMSettings.Secure.ADB_PORT,
CMSettings.Secure.DEVICE_HOSTNAME,