import new view enums into MetricsLogger

Bug: 21114836
Change-Id: I9a6e00ab8d85726ca6505a28ca7a52aef5aa1e1a
This commit is contained in:
Chris Wren
2015-07-10 17:19:58 -04:00
parent 7ba46433ae
commit ef94267afd
3 changed files with 3 additions and 5 deletions

View File

@@ -26,9 +26,6 @@ public abstract class InstrumentedFragment extends PreferenceFragment {
// Declare new temporary categories here, starting after this value.
public static final int UNDECLARED = 100000;
public static final int ABOUT_LEGAL_SETTINGS = UNDECLARED + 1;
public static final int ACTION_SEARCH_RESULTS = UNDECLARED + 2;
/**
* Declare the view of this category.
*