aboutsummaryrefslogtreecommitdiffstats
path: root/sdk/src/java/cyanogenmod/providers/CMSettings.java
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/src/java/cyanogenmod/providers/CMSettings.java')
-rw-r--r--sdk/src/java/cyanogenmod/providers/CMSettings.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/sdk/src/java/cyanogenmod/providers/CMSettings.java b/sdk/src/java/cyanogenmod/providers/CMSettings.java
index cb1468c..8f72f05 100644
--- a/sdk/src/java/cyanogenmod/providers/CMSettings.java
+++ b/sdk/src/java/cyanogenmod/providers/CMSettings.java
@@ -2604,20 +2604,6 @@ public final class CMSettings {
public static final String QS_USE_MAIN_TILES = "sysui_qs_main_tiles";
/**
- * Global stats collection
- * @hide
- */
- public static final String STATS_COLLECTION = "stats_collection";
-
- /**
- * Whether the global stats collection setting has been successfully reported to server
- * @hide
- * @deprecated {@link org.cyanogenmod.cmparts.cmstats.AnonymousStats} no longer uses this
- */
- @Deprecated
- public static final String STATS_COLLECTION_REPORTED = "stats_collection_reported";
-
- /**
* Whether newly installed apps should run with privacy guard by default
* @hide
*/
@@ -2870,7 +2856,6 @@ public final class CMSettings {
CMSettings.Secure.DEV_FORCE_SHOW_NAVBAR,
CMSettings.Secure.KEYBOARD_BRIGHTNESS,
CMSettings.Secure.POWER_MENU_ACTIONS,
- CMSettings.Secure.STATS_COLLECTION,
CMSettings.Secure.QS_SHOW_BRIGHTNESS_SLIDER,
CMSettings.Secure.QS_TILES,
CMSettings.Secure.QS_USE_MAIN_TILES,