Home
last modified time | relevance | path

Searched refs:menuId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DManageApplications.java1244 int menuId = item.getItemId(); in onOptionsItemSelected() local
1245 if ((menuId == SORT_ORDER_ALPHA) || (menuId == SORT_ORDER_SIZE)) { in onOptionsItemSelected()
1246 mSortOrder = menuId; in onOptionsItemSelected()
1250 } else if (menuId == SHOW_RUNNING_SERVICES) { in onOptionsItemSelected()
1255 } else if (menuId == SHOW_BACKGROUND_PROCESSES) { in onOptionsItemSelected()
1260 } else if (menuId == RESET_APP_PREFERENCES) { in onOptionsItemSelected()
DInstalledAppDetails.java538 int menuId = item.getItemId(); in onOptionsItemSelected() local
539 if (menuId == UNINSTALL_ALL_USERS_MENU) { in onOptionsItemSelected()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DToastBarOperation.java49 public ToastBarOperation(int count, int menuId, int type, boolean batch, in ToastBarOperation() argument
52 mAction = menuId; in ToastBarOperation()