Searched refs:SharedPreferencesCompat (Results 1 – 2 of 2) sorted by relevance
228 SharedPreferencesCompat.apply(mStorage.edit().putLong(name, time)); in getTimeBefore()242 SharedPreferencesCompat.apply( in setTriggerTimeMillis()254 SharedPreferencesCompat.apply(mStorage.edit() in setMoratoriumTimeMillis()290 SharedPreferencesCompat.apply( in setEnabledState()301 SharedPreferencesCompat.apply(mStorage.edit() in onSuccess()319 SharedPreferencesCompat.apply(editor); in onTransientError()329 SharedPreferencesCompat.apply(mStorage.edit().remove(PREFIX + "errorCount")); in resetTransientError()339 SharedPreferencesCompat.apply(mStorage.edit().putBoolean(PREFIX + "permanentError", true)); in onPermanentError()347 SharedPreferencesCompat.apply(mStorage.edit().remove(PREFIX + "permanentError")); in resetPermanentError()
28 public class SharedPreferencesCompat { class