Searched refs:anqpEvent (Results 1 – 3 of 3) sorted by relevance
112 public void notifyANQPDone(AnqpEvent anqpEvent) { in notifyANQPDone() argument113 if (anqpEvent == null) return; in notifyANQPDone()114 mCallbacks.onANQPResponse(anqpEvent.getBssid(), anqpEvent.getElements()); in notifyANQPDone()
809 public void notifyANQPDone(AnqpEvent anqpEvent) { in notifyANQPDone() argument810 mPasspointEventHandler.notifyANQPDone(anqpEvent); in notifyANQPDone()
351 public void broadcastAnqpDoneEvent(String iface, AnqpEvent anqpEvent) { in broadcastAnqpDoneEvent() argument352 sendMessage(iface, ANQP_DONE_EVENT, anqpEvent); in broadcastAnqpDoneEvent()