Home
last modified time | relevance | path

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DIconCache.java32 private final Map<IconKey, HSIconFileElement> mCache =
33 new LinkedHashMap<IconKey, HSIconFileElement>() {
40 private static class IconKey { class in IconCache
47 private IconKey(OSUInfo osuInfo, String fileName) { in IconKey() method in IconCache.IconKey
68 IconKey that = (IconKey) thatObject; in equals()
94 private final IconKey mKey;
98 private QueryEntry(IconKey key) { in QueryEntry()
103 private IconKey getKey() { in getKey()
130 mEntries.addLast(new QueryEntry(new IconKey(osuInfo, iconInfo.getFileName()))); in QuerySet()
159 private IconKey updateIcon(String fileName, HSIconFileElement iconFileElement) { in updateIcon()
[all …]