Home
last modified time | relevance | path

Searched refs:GLOBAL_SYNC_OFF_DISMISSES (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DMailPrefs.java105 public static final String GLOBAL_SYNC_OFF_DISMISSES = "num-of-dismisses-auto-sync-off"; field in MailPrefs.PreferenceKeys
465 return getSharedPreferences().getInt(PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, 0); in getNumOfDismissesForAutoSyncOff()
470 PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, 0); in resetNumOfDismissesForAutoSyncOff()
472 getEditor().putInt(PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, 0).apply(); in resetNumOfDismissesForAutoSyncOff()
478 PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, 0); in incNumOfDismissesForAutoSyncOff()
479 getEditor().putInt(PreferenceKeys.GLOBAL_SYNC_OFF_DISMISSES, value + 1).apply(); in incNumOfDismissesForAutoSyncOff()