HomeSort by relevance Sort by last modified time
    Searched refs:MENU_SYNC_CANCEL_ID (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/accounts/
ManageAccountsSettings.java 68 private static final int MENU_SYNC_CANCEL_ID = Menu.FIRST + 1;
160 MenuItem syncCancel = menu.add(0, MENU_SYNC_CANCEL_ID, 0,
171 menu.findItem(MENU_SYNC_CANCEL_ID).setVisible(syncActive && mFirstAccount != null);
180 case MENU_SYNC_CANCEL_ID:
AccountSyncSettings.java 68 private static final int MENU_SYNC_CANCEL_ID = Menu.FIRST + 1;
235 MenuItem syncCancel = menu.add(0, MENU_SYNC_CANCEL_ID, 0,
260 menu.findItem(MENU_SYNC_CANCEL_ID).setVisible(syncActive);
269 case MENU_SYNC_CANCEL_ID:

Completed in 169 milliseconds