Searched refs:AnqpEvent (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | AnqpEvent.java | 28 public class AnqpEvent { class 56 public AnqpEvent(long bssid, Map<Constants.ANQPElementType, ANQPElement> elements) { in AnqpEvent() method in AnqpEvent
|
D | PasspointEventHandler.java | 123 public void notifyANQPDone(AnqpEvent anqpEvent) { in notifyANQPDone()
|
D | PasspointManager.java | 1005 public void notifyANQPDone(AnqpEvent anqpEvent) { in notifyANQPDone()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMonitorTest.java | 48 import com.android.server.wifi.hotspot2.AnqpEvent; 236 mWifiMonitor.broadcastAnqpDoneEvent(WLAN_IFACE_NAME, new AnqpEvent(bssid, null)); in testBroadcastAnqpDoneEvent() 242 assertEquals(bssid, ((AnqpEvent) messageCaptor.getValue().obj).getBssid()); in testBroadcastAnqpDoneEvent() 243 assertNull(((AnqpEvent) messageCaptor.getValue().obj).getElements()); in testBroadcastAnqpDoneEvent()
|
D | SupplicantStaIfaceHalHidlImplTest.java | 93 import com.android.server.wifi.hotspot2.AnqpEvent; 1043 ArgumentCaptor<AnqpEvent> anqpEventCaptor = ArgumentCaptor.forClass(AnqpEvent.class); in testAnqpDoneCallback() 1069 ArgumentCaptor<AnqpEvent> anqpEventCaptor = ArgumentCaptor.forClass(AnqpEvent.class); in testAnqpDoneCallback_1_4()
|
D | SupplicantStaIfaceHalAidlImplTest.java | 130 import com.android.server.wifi.hotspot2.AnqpEvent; 878 ArgumentCaptor<AnqpEvent> anqpEventCaptor = ArgumentCaptor.forClass(AnqpEvent.class); in testAnqpDoneCallback()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiMonitor.java | 37 import com.android.server.wifi.hotspot2.AnqpEvent; 410 public void broadcastAnqpDoneEvent(String iface, AnqpEvent anqpEvent) { in broadcastAnqpDoneEvent()
|
D | SupplicantStaIfaceCallbackHidlImpl.java | 41 import com.android.server.wifi.hotspot2.AnqpEvent; 231 mIfaceName, new AnqpEvent(NativeUtil.macAddressToLong(bssid), elementsMap)); in onAnqpQueryDone()
|
D | SupplicantStaIfaceCallbackAidlImpl.java | 72 import com.android.server.wifi.hotspot2.AnqpEvent; 283 mIfaceName, new AnqpEvent(NativeUtil.macAddressToLong(bssid), elementsMap)); in onAnqpQueryDone()
|
D | ClientModeImpl.java | 145 import com.android.server.wifi.hotspot2.AnqpEvent; 4966 mPasspointManager.notifyANQPDone((AnqpEvent) message.obj); in processMessageImpl()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointEventHandlerTest.java | 160 mHandler.notifyANQPDone(new AnqpEvent(BSSID, null)); in anqpRequestCompletedWithError()
|
/packages/modules/Wifi/service/tests/wifitests/ |
D | Android.bp | 878 "com.android.server.wifi.hotspot2.AnqpEvent", 879 "com.android.server.wifi.hotspot2.AnqpEvent$*", 880 "com.android.server.wifi.hotspot2.AnqpEvent.**",
|