Searched refs:anqpElementMap (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointProviderTest.java | 674 Map<ANQPElementType, ANQPElement> anqpElementMap = new HashMap<>(); in matchFQDNWithoutNAIRealm() local 675 anqpElementMap.put(ANQPElementType.ANQPDomName, in matchFQDNWithoutNAIRealm() 679 mProvider.match(anqpElementMap, mRoamingConsortium, createTestScanResult())); in matchFQDNWithoutNAIRealm() 696 Map<ANQPElementType, ANQPElement> anqpElementMap = new HashMap<>(); in matchFQDNWithNAIRealmMatch() local 697 anqpElementMap.put(ANQPElementType.ANQPDomName, in matchFQDNWithNAIRealmMatch() 699 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchFQDNWithNAIRealmMatch() 704 mProvider.match(anqpElementMap, mRoamingConsortium, createTestScanResult())); in matchFQDNWithNAIRealmMatch() 723 Map<ANQPElementType, ANQPElement> anqpElementMap = new HashMap<>(); in matchFQDNWithNAIRealmMismatch() local 724 anqpElementMap.put(ANQPElementType.ANQPDomName, in matchFQDNWithNAIRealmMismatch() 726 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchFQDNWithNAIRealmMismatch() [all …]
|
D | PasspointManagerTest.java | 522 Map<ANQPElementType, ANQPElement> anqpElementMap = new HashMap<>(); in anqpResponseSuccess() local 523 anqpElementMap.put(ANQPElementType.ANQPDomName, in anqpResponseSuccess() 527 mCallbacks.onANQPResponse(TEST_BSSID, anqpElementMap); in anqpResponseSuccess() 528 verify(mAnqpCache).addOrUpdateEntry(TEST_ANQP_KEY, anqpElementMap); in anqpResponseSuccess() 541 Map<ANQPElementType, ANQPElement> anqpElementMap = new HashMap<>(); in anqpResponseSuccessWithUnknownRequest() local 542 anqpElementMap.put(ANQPElementType.ANQPDomName, in anqpResponseSuccessWithUnknownRequest() 546 mCallbacks.onANQPResponse(TEST_BSSID, anqpElementMap); in anqpResponseSuccessWithUnknownRequest() 1176 Map<ANQPElementType, ANQPElement> anqpElementMap = new HashMap<>(); in getANQPElementsWithMatchFound() local 1177 anqpElementMap.put(ANQPElementType.ANQPDomName, in getANQPElementsWithMatchFound() 1179 ANQPData entry = new ANQPData(mClock, anqpElementMap); in getANQPElementsWithMatchFound() [all …]
|
D | PasspointProvisionerTest.java | 496 Map<Constants.ANQPElementType, ANQPElement> anqpElementMap = new HashMap<>(); in verifySelectBestOsuProviderForProvisioning() 498 anqpElementMap.put(Constants.ANQPElementType.HSOSUProviders, in verifySelectBestOsuProviderForProvisioning() 501 anqpElementMap.put(Constants.ANQPElementType.HSOSUProviders, in verifySelectBestOsuProviderForProvisioning() 504 return anqpElementMap; in verifySelectBestOsuProviderForProvisioning()
|