Searched refs:iconEvent (Results 1 – 3 of 3) sorted by relevance
123 public void notifyIconDone(IconEvent iconEvent) { in notifyIconDone() argument124 if (iconEvent == null) return; in notifyIconDone()126 iconEvent.getBSSID(), iconEvent.getFileName(), iconEvent.getData()); in notifyIconDone()
875 public void notifyIconDone(IconEvent iconEvent) { in notifyIconDone() argument876 mPasspointEventHandler.notifyIconDone(iconEvent); in notifyIconDone()
361 public void broadcastIconDoneEvent(String iface, IconEvent iconEvent) { in broadcastIconDoneEvent() argument362 sendMessage(iface, RX_HS20_ANQP_ICON_EVENT, iconEvent); in broadcastIconDoneEvent()