replace temporary metrics categories with permanent ones.
Bug: 21114836 Change-Id: I05ca033e2e15fc1ae4330453bbe50aaa6cd1ea6c
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user