summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/InstrumentedFragment.java
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2015-05-13 13:44:36 -0400
committerChris Wren <cwren@android.com>2015-05-13 13:44:36 -0400
commit8b7dc08e775db599a1239a9d4a51d6912fee90d2 (patch)
tree255462eb0b8abe76091880827c5b668d468ca54d /src/com/android/settings/InstrumentedFragment.java
parent370e44d72d7ff6d5ed36bbfe4fd1272c74bf5f52 (diff)
downloadpackages_apps_Settings-8b7dc08e775db599a1239a9d4a51d6912fee90d2.zip
packages_apps_Settings-8b7dc08e775db599a1239a9d4a51d6912fee90d2.tar.gz
packages_apps_Settings-8b7dc08e775db599a1239a9d4a51d6912fee90d2.tar.bz2
replace temporary metrics categories with permanent ones.
Bug: 21114836 Change-Id: I05ca033e2e15fc1ae4330453bbe50aaa6cd1ea6c
Diffstat (limited to 'src/com/android/settings/InstrumentedFragment.java')
-rw-r--r--src/com/android/settings/InstrumentedFragment.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/com/android/settings/InstrumentedFragment.java b/src/com/android/settings/InstrumentedFragment.java
index 1ee7e73..da2a340 100644
--- a/src/com/android/settings/InstrumentedFragment.java
+++ b/src/com/android/settings/InstrumentedFragment.java
@@ -24,13 +24,7 @@ import com.android.internal.logging.MetricsLogger;
*/
public abstract class InstrumentedFragment extends PreferenceFragment {
// Declare new temporary categories here, starting after this value.
- public static final int VIEW_CATEGORY_UNDECLARED = 100000;
-
- public static final int VIEW_CATEGORY_DEFAULT_APPS = VIEW_CATEGORY_UNDECLARED + 1;
- public static final int VIEW_CATEGORY_STORAGE_APPS = VIEW_CATEGORY_UNDECLARED + 2;
- public static final int VIEW_CATEGORY_USAGE_ACCESS_DETAIL = VIEW_CATEGORY_UNDECLARED + 3;
- public static final int VIEW_CATEGORY_HIGH_POWER_DETAILS = VIEW_CATEGORY_UNDECLARED + 4;
- public static final int VIEW_CATEGORY_HIGH_POWER_APPS = VIEW_CATEGORY_UNDECLARED + 5;
+ public static final int UNDECLARED = 100000;
/**
* Declare the view of this category.