summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/Settings.java
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-11-06 14:05:14 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-11-09 12:19:43 -0800
commit31834fd9dce777ac3719494c3f28a8c3851d2742 (patch)
tree5f6df70db0d5de7d04f1e72c486672ccbae4864e /core/java/android/provider/Settings.java
parent3ad7fc68ca4fe989ae6dd266320733501074b812 (diff)
downloadframeworks_base-31834fd9dce777ac3719494c3f28a8c3851d2742.zip
frameworks_base-31834fd9dce777ac3719494c3f28a8c3851d2742.tar.gz
frameworks_base-31834fd9dce777ac3719494c3f28a8c3851d2742.tar.bz2
fw: Utilize CMSettings for specific buttons settings.
Change-Id: Ie42d08a2a024634f9e0482e15d809c05ae16c681
Diffstat (limited to 'core/java/android/provider/Settings.java')
-rw-r--r--core/java/android/provider/Settings.java121
1 files changed, 0 insertions, 121 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index f3081ab..5b4b51c 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -3726,109 +3726,6 @@ public final class Settings {
public static final String WIFI_AUTO_CONNECT_TYPE = "wifi_auto_connect_type";
/**
- * Action to perform when the home key is long-pressed.
- * (Default can be configured via config_longPressOnHomeBehavior)
- * 0 - Nothing
- * 1 - Menu
- * 2 - App-switch
- * 3 - Search
- * 4 - Voice search
- * 5 - In-app search
- * 6 - Launch Camera
- * 7 - Action Sleep
- * 8 - Last app
- * @hide
- */
- public static final String KEY_HOME_LONG_PRESS_ACTION = "key_home_long_press_action";
-
- /**
- * Action to perform when the home key is double-tapped.
- * (Default can be configured via config_doubleTapOnHomeBehavior)
- * (See KEY_HOME_LONG_PRESS_ACTION for valid values)
- * @hide
- */
- public static final String KEY_HOME_DOUBLE_TAP_ACTION = "key_home_double_tap_action";
-
- /**
- * Action to perform when the menu key is pressed. (Default is 1)
- * (See KEY_HOME_LONG_PRESS_ACTION for valid values)
- * @hide
- */
- public static final String KEY_MENU_ACTION = "key_menu_action";
-
- /**
- * Action to perform when the menu key is long-pressed.
- * (Default is 0 on devices with a search key, 3 on devices without)
- * (See KEY_HOME_LONG_PRESS_ACTION for valid values)
- * @hide
- */
- public static final String KEY_MENU_LONG_PRESS_ACTION = "key_menu_long_press_action";
-
- /**
- * Action to perform when the assistant (search) key is pressed. (Default is 3)
- * (See KEY_HOME_LONG_PRESS_ACTION for valid values)
- * @hide
- */
- public static final String KEY_ASSIST_ACTION = "key_assist_action";
-
- /**
- * Action to perform when the assistant (search) key is long-pressed. (Default is 4)
- * (See KEY_HOME_LONG_PRESS_ACTION for valid values)
- * @hide
- */
- public static final String KEY_ASSIST_LONG_PRESS_ACTION = "key_assist_long_press_action";
-
- /**
- * Action to perform when the app switch key is pressed. (Default is 2)
- * (See KEY_HOME_LONG_PRESS_ACTION for valid values)
- * @hide
- */
- public static final String KEY_APP_SWITCH_ACTION = "key_app_switch_action";
-
- /**
- * Action to perform when the app switch key is long-pressed. (Default is 0)
- * (See KEY_HOME_LONG_PRESS_ACTION for valid values)
- * @hide
- */
- public static final String KEY_APP_SWITCH_LONG_PRESS_ACTION = "key_app_switch_long_press_action";
-
- /**
- * Whether to wake the screen with the home key, the value is boolean.
- * @hide
- */
- public static final String HOME_WAKE_SCREEN = "home_wake_screen";
-
- /**
- * Whether to wake the screen with the assist key, the value is boolean.
- * @hide
- */
- public static final String ASSIST_WAKE_SCREEN = "assist_wake_screen";
-
- /**
- * Whether to wake the screen with the app switch key, the value is boolean.
- * @hide
- */
- public static final String APP_SWITCH_WAKE_SCREEN = "app_switch_wake_screen";
-
- /**
- * Whether to wake the screen with the camera key half-press.
- * @hide
- */
- public static final String CAMERA_WAKE_SCREEN = "camera_wake_screen";
-
- /**
- * Whether or not to send device back to sleep if Camera button is released ("Peek")
- * @hide
- */
- public static final String CAMERA_SLEEP_ON_RELEASE = "camera_sleep_on_release";
-
- /**
- * Whether to launch secure camera app when key is longpressed
- * @hide
- */
- public static final String CAMERA_LAUNCH = "camera_launch";
-
- /**
* Color temperature of the display during the day
* @hide
*/
@@ -3918,24 +3815,6 @@ public final class Settings {
public static final String VOICE_LAUNCH_INTENT = "voice_launch_intent";
/**
- * Whether to wake the screen with the back key, the value is boolean.
- * @hide
- */
- public static final String BACK_WAKE_SCREEN = "back_wake_screen";
-
- /**
- * Whether to wake the screen with the menu key, the value is boolean.
- * @hide
- */
- public static final String MENU_WAKE_SCREEN = "menu_wake_screen";
-
- /**
- * Whether to wake the screen with the volume keys, the value is boolean.
- * @hide
- */
- public static final String VOLUME_WAKE_SCREEN = "volume_wake_screen";
-
- /**
* Whether navigation bar is placed on the left side in landscape mode
* @hide
*/