annoint new constants

Bug: 21114836
Change-Id: I63fb1da67a6f6d8dfad076e7e1c2cef0783c17f9
This commit is contained in:
Chris Wren
2015-06-09 14:24:03 -04:00
parent c7581e8126
commit ca689aeada
4 changed files with 5 additions and 7 deletions

View File

@@ -26,10 +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 APPLICATIONS_MANAGE_ASSIST = UNDECLARED + 1;
public static final int PROCESS_STATS_SUMMARY = UNDECLARED + 2;
public static final int ACTION_ROTATION_LOCK = UNDECLARED + 3;
/**
* Declare the view of this category.
*