Home
last modified time | relevance | path

Searched refs:ANQPNAIRealm (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java690 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 …]
DANQPRequestManagerTest.java55 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/
DConstants.java55 ANQPNAIRealm, enumConstant
82 sAnqpMap.put(ANQP_NAI_REALM, ANQPElementType.ANQPNAIRealm); in sAnqpMap.put() argument
DNAIRealmElement.java43 super(Constants.ANQPElementType.ANQPNAIRealm); in NAIRealmElement()
DANQPParser.java67 case ANQPNAIRealm: in parseElement()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DAnqpEvent.java37 sWpsNames.put("anqp_nai_realm", Constants.ANQPElementType.ANQPNAIRealm);
DANQPRequestManager.java74 Constants.ANQPElementType.ANQPNAIRealm,
DPasspointProvider.java463 (NAIRealmElement) anqpElements.get(ANQPElementType.ANQPNAIRealm), in match()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackImpl.java21 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/
DANQPParserTest.java355 ANQPParser.parseElement(Constants.ANQPElementType.ANQPNAIRealm, buffer)); in parseNAIRealmElement()