Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DReferenceWithHistory.java76 ReferenceWithHistory(@IntRange(from = 1) int maxHistorySize) { in ReferenceWithHistory()
77 this(maxHistorySize, String::valueOf); in ReferenceWithHistory()
86 ReferenceWithHistory(@IntRange(from = 1) int maxHistorySize, in ReferenceWithHistory()
88 if (maxHistorySize < 1) { in ReferenceWithHistory()
89 throw new IllegalArgumentException("maxHistorySize < 1: " + maxHistorySize); in ReferenceWithHistory()
91 mMaxHistorySize = maxHistorySize; in ReferenceWithHistory()
/packages/apps/TV/src/com/android/tv/data/
DWatchedHistoryManager.java107 WatchedHistoryManager(Context context, int maxHistorySize, Executor executor) { in WatchedHistoryManager() argument
109 mMaxHistorySize = maxHistorySize; in WatchedHistoryManager()