Searched refs:menu (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmPresetList.java116 public void onCreateContextMenu(ContextMenu menu, View v, argument
118 super.onCreateContextMenu(menu, v, menuInfo);
119 menu.setHeaderTitle("ContextMenu");
120 menu.add(0, MENU_SET_STATION, 0, "Set Station");
121 menu.add(0, MENU_UNSET_STATION, 0, "Unset Station");
122 menu.add(0, MENU_RENAME_STATION, 0, "Rename Station");
H A DFmRxApp.java72 sFmRadio.rxEnable() is called from FM application, when the user selects FM radio icon from main menu.
615 * when we are in the FM application main menu
2030 /* Creates the menu items */
2031 public boolean onCreateOptionsMenu(Menu menu) { argument
2033 super.onCreateOptionsMenu(menu);
2036 item = menu.add(0, MENU_CONFIGURE, 0, R.string.configure);
2039 item = menu.add(0, MENU_ABOUT, 0, R.string.about);
2042 item = menu.add(0, MENU_EXIT, 0, R.string.exit);
2045 item = menu.add(0, MENU_PRESET, 0, R.string.preset);
2048 item = menu
[all...]
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java222 public boolean onCreateOptionsMenu(Menu menu) { argument
224 super.onCreateOptionsMenu(menu);
227 item = menu.add(0, MENU_CONFIGURE, 0, R.string.configure);
231 /*item = menu.add(0, MENU_ADVANCED, 0, R.string.advanced);
234 item = menu.add(0, MENU_ABOUT, 0, R.string.about);
237 item = menu.add(0, MENU_EXIT, 0, R.string.exit);

Completed in 578 milliseconds