Home | History | Annotate | Download | only in phone

Lines Matching full:menu

39 import android.view.Menu;
56 // Menu item codes
162 public boolean onCreateOptionsMenu(Menu menu) {
163 super.onCreateOptionsMenu(menu);
167 // Added the icons to the context menu
168 menu.add(0, MENU_IMPORT, 0, r.getString(R.string.importToFDNfromContacts))
170 menu.add(0, MENU_DELETE, 0, r.getString(R.string.menu_delete))
176 * Allow the menu to be opened ONLY if we're not busy.
179 public boolean onPrepareOptionsMenu(Menu menu) {
180 boolean result = super.onPrepareOptionsMenu(menu);