Home
last modified time | relevance | path

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DIconCache.java132 private int update(long bssid, HSIconFileElement iconFileElement) { in update() argument
138 osuInfo.setIconFileElement(iconFileElement, mFileName); in update()
189 HSIconFileElement iconFileElement = get(key, fileName); in resolveIcons() local
190 if (iconFileElement != null) { in resolveIcons()
191 osuInfo.setIconFileElement(iconFileElement, fileName); in resolveIcons()
243 HSIconFileElement iconFileElement; in notifyIconReceived() local
245 iconFileElement = new HSIconFileElement(HSIconFile, in notifyIconReceived()
261 updates = fileEntry.update(bssid, iconFileElement); in notifyIconReceived()
263 put(entry.getKey(), fileName, iconFileElement); in notifyIconReceived() local
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
DOSUInfo.java159 public void setIconFileElement(HSIconFileElement iconFileElement, String fileName) { in setIconFileElement() argument
161 mIconFileElement = iconFileElement; in setIconFileElement()