From 8b7dc08e775db599a1239a9d4a51d6912fee90d2 Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Wed, 13 May 2015 13:44:36 -0400 Subject: replace temporary metrics categories with permanent ones. Bug: 21114836 Change-Id: I05ca033e2e15fc1ae4330453bbe50aaa6cd1ea6c --- src/com/android/settings/InstrumentedFragment.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/com/android/settings/InstrumentedFragment.java') diff --git a/src/com/android/settings/InstrumentedFragment.java b/src/com/android/settings/InstrumentedFragment.java index 1ee7e730a..da2a340e1 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. -- cgit v1.2.3