Searched defs:MENU_OPTIONS_BASE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java162 private static final int MENU_OPTIONS_BASE = 0; field in class:ManageApplications
164 public static final int FILTER_APPS_ALL = MENU_OPTIONS_BASE + 0;
165 public static final int FILTER_APPS_THIRD_PARTY = MENU_OPTIONS_BASE + 1;
166 public static final int FILTER_APPS_SDCARD = MENU_OPTIONS_BASE + 2;
167 public static final int FILTER_APPS_DISABLED = MENU_OPTIONS_BASE + 3;
169 public static final int SORT_ORDER_ALPHA = MENU_OPTIONS_BASE + 4;
170 public static final int SORT_ORDER_SIZE = MENU_OPTIONS_BASE + 5;
171 public static final int SHOW_RUNNING_SERVICES = MENU_OPTIONS_BASE + 6;
172 public static final int SHOW_BACKGROUND_PROCESSES = MENU_OPTIONS_BASE + 7;
173 public static final int RESET_APP_PREFERENCES = MENU_OPTIONS_BASE
[all...]

Completed in 29 milliseconds