Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DAppCompatActionBar.java193 ResourceReference menuId = menuIds.get(0); in inflateMenus() local
194 int id = mBridgeContext.getResourceId(menuId, -1); in inflateMenus()
DFrameworkActionBarWrapper.java126 for (ResourceReference menuId : mCallback.getMenuIds()) { in inflateMenus()
127 int id = mContext.getResourceId(menuId, -1); in inflateMenus()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java689 private void sendMenuSelection(int menuId, boolean helpRequired) { in sendMenuSelection() argument
711 buf.write(menuId); // menu identifier chosen in sendMenuSelection()