Searched refs:menuId (Results 1 – 6 of 6) sorted by relevance
168 final int menuId = menuItem.getItemId(); in onOptionsItemSelected() local169 if (menuId == R.id.storage_mount) { in onOptionsItemSelected()176 if (menuId == R.id.storage_unmount) { in onOptionsItemSelected()197 if (menuId == R.id.storage_rename) { in onOptionsItemSelected()205 if (menuId == R.id.storage_format) { in onOptionsItemSelected()213 if (menuId == R.id.storage_format_as_portable) { in onOptionsItemSelected()227 if (menuId == R.id.storage_format_as_internal) { in onOptionsItemSelected()235 if (menuId == R.id.storage_migrate) { in onOptionsItemSelected()244 if (menuId == R.id.storage_forget) { in onOptionsItemSelected()
35 public void inflate(@MenuRes int menuId, Menu menu) { in inflate() argument36 lastInflatedMenuId = menuId; in inflate()
209 ResourceReference menuId = menuIds.get(0); in inflateMenus() local210 int id = mBridgeContext.getResourceId(menuId, -1); in inflateMenus()
126 for (ResourceReference menuId : mCallback.getMenuIds()) { in inflateMenus()127 int id = mContext.getResourceId(menuId, -1); in inflateMenus()
687 private void sendMenuSelection(int menuId, boolean helpRequired) { in sendMenuSelection() argument709 buf.write(menuId); // menu identifier chosen in sendMenuSelection()
754 int menuId = item.getItemId(); in onOptionsItemSelected() local758 mApplications.rebuild(menuId); in onOptionsItemSelected()