Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointEventHandler.java123 public void notifyIconDone(IconEvent iconEvent) { in notifyIconDone() argument
124 if (iconEvent == null) return; in notifyIconDone()
126 iconEvent.getBSSID(), iconEvent.getFileName(), iconEvent.getData()); in notifyIconDone()
DPasspointManager.java875 public void notifyIconDone(IconEvent iconEvent) { in notifyIconDone() argument
876 mPasspointEventHandler.notifyIconDone(iconEvent); in notifyIconDone()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java361 public void broadcastIconDoneEvent(String iface, IconEvent iconEvent) { in broadcastIconDoneEvent() argument
362 sendMessage(iface, RX_HS20_ANQP_ICON_EVENT, iconEvent); in broadcastIconDoneEvent()