Searched refs:iconEvent (Results 1 – 3 of 3) sorted by relevance
133 public void notifyIconDone(IconEvent iconEvent) { in notifyIconDone() argument134 if (iconEvent == null) return; in notifyIconDone()136 iconEvent.getBSSID(), iconEvent.getFileName(), iconEvent.getData()); in notifyIconDone()
979 public void notifyIconDone(IconEvent iconEvent) { in notifyIconDone() argument980 mPasspointEventHandler.notifyIconDone(iconEvent); in notifyIconDone()
376 public void broadcastIconDoneEvent(String iface, IconEvent iconEvent) { in broadcastIconDoneEvent() argument377 sendMessage(iface, RX_HS20_ANQP_ICON_EVENT, iconEvent); in broadcastIconDoneEvent()