Searched refs:PREF_KEY_LAST_INDEX (Results 1 – 1 of 1) sorted by relevance
53 private static final String PREF_KEY_LAST_INDEX = "last_index"; field in WatchedHistoryManager68 if (key.equals(PREF_KEY_LAST_INDEX)) {69 final long lastIndex = mSharedPreferences.getLong(PREF_KEY_LAST_INDEX, -1);144 mLastIndex = mSharedPreferences.getLong(PREF_KEY_LAST_INDEX, -1); in loadWatchedHistory()176 editor.putLong(PREF_KEY_LAST_INDEX, mLastIndex).apply(); in onLoadFinished()204 .putLong(PREF_KEY_LAST_INDEX, mLastIndex) in logChannelViewStop()235 long lastIndex = mSharedPreferences.getLong(PREF_KEY_LAST_INDEX, -1); in getRecordFromSharedPreferences()