Home
last modified time | relevance | path

Searched refs:MENU_ID_HELP (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkInputActivity.java316 menu.add(0, StkApp.MENU_ID_HELP, 2, R.string.help); in createOptionsMenuInternal()
328 menu.findItem(StkApp.MENU_ID_HELP).setVisible(mStkInput.helpAvailable); in prepareOptionsMenuInternal()
349 case StkApp.MENU_ID_HELP: in optionsItemSelectedInternal()
DStkApp.java33 static final int MENU_ID_HELP = android.view.Menu.FIRST + 2; field in StkApp