Searched refs:MENU_ABOUT (Results 1 – 1 of 1) sorted by relevance
40 private static final int MENU_ABOUT = Menu.FIRST; field in SettingsFragment68 menu.add(NO_MENU_GROUP, MENU_ABOUT /* itemId */, MENU_ABOUT /* order */, aboutResId); in onCreateOptionsMenu()85 if (itemId == MENU_ABOUT) { in onOptionsItemSelected()