Searched refs:MENU_SYNC_CANCEL_ID (Results 1 – 1 of 1) sorted by relevance
69 private static final int MENU_SYNC_CANCEL_ID = Menu.FIRST + 1; field in AccountSyncSettings222 MenuItem syncCancel = menu.add(0, MENU_SYNC_CANCEL_ID, 0, in onCreateOptionsMenu()240 menu.findItem(MENU_SYNC_CANCEL_ID).setVisible(syncActive); in onPrepareOptionsMenu()249 case MENU_SYNC_CANCEL_ID: in onOptionsItemSelected()