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