Searched refs:menuId (Results 1 – 3 of 3) sorted by relevance
1244 int menuId = item.getItemId(); in onOptionsItemSelected() local1245 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()
538 int menuId = item.getItemId(); in onOptionsItemSelected() local539 if (menuId == UNINSTALL_ALL_USERS_MENU) { in onOptionsItemSelected()
49 public ToastBarOperation(int count, int menuId, int type, boolean batch, in ToastBarOperation() argument52 mAction = menuId; in ToastBarOperation()