Searched refs:iconEvent (Results 1 – 3 of 3) sorted by relevance
134 public void notifyIconDone(IconEvent iconEvent) { in notifyIconDone() argument135 if (iconEvent == null) return; in notifyIconDone()137 iconEvent.getBSSID(), iconEvent.getFileName(), iconEvent.getData()); in notifyIconDone()
1014 public void notifyIconDone(IconEvent iconEvent) { in notifyIconDone() argument1015 mPasspointEventHandler.notifyIconDone(iconEvent); in notifyIconDone()
420 public void broadcastIconDoneEvent(String iface, IconEvent iconEvent) { in broadcastIconDoneEvent() argument421 sendMessage(iface, RX_HS20_ANQP_ICON_EVENT, iconEvent); in broadcastIconDoneEvent()