Searched refs:GLOBAL_SYNC_OFF_DISMISSES (Results 1 – 1 of 1) sorted by relevance
95 public static final String GLOBAL_SYNC_OFF_DISMISSES = "num-of-dismisses-auto-sync-off"; field in MailPrefs.PreferenceKeys424 return getSharedPreferences().getInt(PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, 0); in getNumOfDismissesForAutoSyncOff()429 PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, 0); in resetNumOfDismissesForAutoSyncOff()431 getEditor().putInt(PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, 0).apply(); in resetNumOfDismissesForAutoSyncOff()437 PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, 0); in incNumOfDismissesForAutoSyncOff()438 getEditor().putInt(PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, value + 1).apply(); in incNumOfDismissesForAutoSyncOff()