Searched refs:requestVenueUrlAnqpElement (Results 1 – 6 of 6) sorted by relevance
379 public void requestVenueUrlAnqpElement() throws Exception { in requestVenueUrlAnqpElement() method in ANQPRequestManagerTest381 assertTrue(mManager.requestVenueUrlAnqpElement(TEST_BSSID, TEST_ANQP_KEY)); in requestVenueUrlAnqpElement()
2783 mManager.requestVenueUrlAnqpElement(scanResult); in verifyRequestVenueUrlAnqpElement()2784 verify(mAnqpRequestManager).requestVenueUrlAnqpElement(eq(bssid), any()); in verifyRequestVenueUrlAnqpElement()
206 public boolean requestVenueUrlAnqpElement(long bssid, ANQPNetworkKey anqpNetworkKey) { in requestVenueUrlAnqpElement() method in ANQPRequestManager
1525 public void requestVenueUrlAnqpElement(@NonNull ScanResult scanResult) { in requestVenueUrlAnqpElement() method in PasspointManager1540 mAnqpRequestManager.requestVenueUrlAnqpElement(bssid, anqpKey); in requestVenueUrlAnqpElement()
8183 verify(mPasspointManager).requestVenueUrlAnqpElement(any(ScanResult.class)); in testVenueUrlRequestForPasspointNetworks()8193 verify(mPasspointManager, never()).requestVenueUrlAnqpElement(any(ScanResult.class)); in testVenueUrlNotRequestedForNonPasspointNetworks()
5840 mPasspointManager.requestVenueUrlAnqpElement(scanResult); in processMessageImpl()