Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DVolumeOptionMenuController.java168 final int menuId = menuItem.getItemId(); in onOptionsItemSelected() local
169 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()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestMenuInflater.java35 public void inflate(@MenuRes int menuId, Menu menu) { in inflate() argument
36 lastInflatedMenuId = menuId; in inflate()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DAppCompatActionBar.java209 ResourceReference menuId = menuIds.get(0); in inflateMenus() local
210 int id = mBridgeContext.getResourceId(menuId, -1); in inflateMenus()
H A DFrameworkActionBarWrapper.java126 for (ResourceReference menuId : mCallback.getMenuIds()) { in inflateMenus()
127 int id = mContext.getResourceId(menuId, -1); in inflateMenus()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java687 private void sendMenuSelection(int menuId, boolean helpRequired) { in sendMenuSelection() argument
709 buf.write(menuId); // menu identifier chosen in sendMenuSelection()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
H A DManageApplications.java754 int menuId = item.getItemId(); in onOptionsItemSelected() local
758 mApplications.rebuild(menuId); in onOptionsItemSelected()