Searched refs:ANQPNAIRealm (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointProviderTest.java | 690 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchFQDNWithNAIRealmMatch() 717 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchFQDNWithNAIRealmMismatch() 821 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumWithNAIRealmMatch() 847 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumWithNAIRealmMisMatch() 896 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumIeWithNAIRealmMatch() 927 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumIeWithNAIRealmMismatch() 979 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchThreeGPPNetworkWithNAIRealmMismatch() 1009 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchThreeGPPNetworkWithNAIRealmMatch() 1041 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchNothingIfSimMatchedByCarrierIdIsAbsent() 1069 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchNothingIfSimMatchedByImsiIsAbsent() [all …]
|
D | ANQPRequestManagerTest.java | 55 Constants.ANQPElementType.ANQPNAIRealm, 65 Constants.ANQPElementType.ANQPNAIRealm, 76 Constants.ANQPElementType.ANQPNAIRealm, 87 Constants.ANQPElementType.ANQPNAIRealm,
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/ |
D | Constants.java | 55 ANQPNAIRealm, enumConstant 82 sAnqpMap.put(ANQP_NAI_REALM, ANQPElementType.ANQPNAIRealm); in sAnqpMap.put() argument
|
D | NAIRealmElement.java | 43 super(Constants.ANQPElementType.ANQPNAIRealm); in NAIRealmElement()
|
D | ANQPParser.java | 67 case ANQPNAIRealm: in parseElement()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | AnqpEvent.java | 37 sWpsNames.put("anqp_nai_realm", Constants.ANQPElementType.ANQPNAIRealm);
|
D | ANQPRequestManager.java | 74 Constants.ANQPElementType.ANQPNAIRealm,
|
D | PasspointProvider.java | 463 (NAIRealmElement) anqpElements.get(ANQPElementType.ANQPNAIRealm), in match()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceCallbackImpl.java | 21 import static com.android.server.wifi.hotspot2.anqp.Constants.ANQPElementType.ANQPNAIRealm; 213 addAnqpElementToMap(elementsMap, ANQPNAIRealm, data.naiRealm); in onAnqpQueryDone()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
D | ANQPParserTest.java | 355 ANQPParser.parseElement(Constants.ANQPElementType.ANQPNAIRealm, buffer)); in parseNAIRealmElement()
|