Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointEventHandler.java133 public void notifyIconDone(IconEvent iconEvent) { in notifyIconDone() argument
134 if (iconEvent == null) return; in notifyIconDone()
136 iconEvent.getBSSID(), iconEvent.getFileName(), iconEvent.getData()); in notifyIconDone()
H A DPasspointManager.java979 public void notifyIconDone(IconEvent iconEvent) { in notifyIconDone() argument
980 mPasspointEventHandler.notifyIconDone(iconEvent); in notifyIconDone()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMonitor.java376 public void broadcastIconDoneEvent(String iface, IconEvent iconEvent) { in broadcastIconDoneEvent() argument
377 sendMessage(iface, RX_HS20_ANQP_ICON_EVENT, iconEvent); in broadcastIconDoneEvent()