Searched defs:help (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkInputActivity.java187 private void sendResponse(int resId, String input, boolean help) { argument
194 args.putBoolean(StkAppService.HELP, help);
204 menu.add(0, StkApp.MENU_ID_HELP, 2, R.string.help);
H A DStkMenuActivity.java187 menu.add(0, StkApp.MENU_ID_HELP, 2, R.string.help);
230 // send help needed response.
324 private void sendResponse(int resId, int itemId, boolean help) { argument
329 args.putBoolean(StkAppService.HELP, help);

Completed in 49 milliseconds