Lines Matching full:menu
56 import android.view.Menu;
508 public boolean onCreateOptionsMenu(Menu menu) {
509 mAddToContactMenuItem = menu.add(0, MENU_ADD_CONTACTS, 0, R.string.recentCalls_addToContact)
511 m2SecPauseMenuItem = menu.add(0, MENU_2S_PAUSE, 0, R.string.add_2sec_pause)
513 mWaitMenuItem = menu.add(0, MENU_WAIT, 0, R.string.add_wait)
519 public boolean onPrepareOptionsMenu(Menu menu) {
520 // We never show a menu if the "choose dialpad" UI is up.
539 // Check out whether to show Pause & Wait option menu items
836 // leaving the current activity (via the ENDCALL-longpress menu.)
1102 * Returns true whenever any one of the options from the menu is selected.
1195 * This function return true if Wait menu item can be shown