OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRecordFromSharedPreferences
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/tests/unit/src/com/android/tv/data/
WatchedHistoryManagerTest.java
86
mWatchedHistoryManager.
getRecordFromSharedPreferences
(0);
108
mWatchedHistoryManager.
getRecordFromSharedPreferences
(i);
114
assertEquals(mWatchedHistoryManager.
getRecordFromSharedPreferences
(0),
115
mWatchedHistoryManager.
getRecordFromSharedPreferences
(MAX_HISTORY_SIZE));
/packages/apps/TV/src/com/android/tv/data/
WatchedHistoryManager.java
259
WatchedRecord
getRecordFromSharedPreferences
(int reverseIndex) {
Completed in 56 milliseconds