Searched refs:PREF_KEY_COUNTER (Results 1 – 1 of 1) sorted by relevance
30 private static final String PREF_KEY_COUNTER = "counter"; field in Utils52 pref.edit().remove(PREF_KEY_COUNTER).apply(); in saveCounterToPreference()54 pref.edit().putInt(PREF_KEY_COUNTER, value).apply(); in saveCounterToPreference()64 return pref.getInt(PREF_KEY_COUNTER, 0); in getCounterFromPreference()