Searched refs:anqpEvent (Results 1 – 3 of 3) sorted by relevance
122 public void notifyANQPDone(AnqpEvent anqpEvent) { in notifyANQPDone() argument123 if (anqpEvent == null) return; in notifyANQPDone()124 mCallbacks.onANQPResponse(anqpEvent.getBssid(), anqpEvent.getElements()); in notifyANQPDone()
970 public void notifyANQPDone(AnqpEvent anqpEvent) { in notifyANQPDone() argument971 mPasspointEventHandler.notifyANQPDone(anqpEvent); in notifyANQPDone()
366 public void broadcastAnqpDoneEvent(String iface, AnqpEvent anqpEvent) { in broadcastAnqpDoneEvent() argument367 sendMessage(iface, ANQP_DONE_EVENT, anqpEvent); in broadcastAnqpDoneEvent()