Searched refs:mRoamingConsortium (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointProviderTest.java | 151 RoamingConsortium mRoamingConsortium; field in PasspointProviderTest 178 when(mRoamingConsortium.getRoamingConsortiums()).thenReturn(null); in setUp() 679 mProvider.match(anqpElementMap, mRoamingConsortium, createTestScanResult())); in matchFQDNWithoutNAIRealm() 704 mProvider.match(anqpElementMap, mRoamingConsortium, createTestScanResult())); in matchFQDNWithNAIRealmMatch() 730 mProvider.match(anqpElementMap, mRoamingConsortium, createTestScanResult())); in matchFQDNWithNAIRealmMismatch() 754 mProvider.match(anqpElementMap, mRoamingConsortium, createTestScanResult())); in matchFQDNWith3GPPNetworkDomainName() 783 mProvider.match(anqpElementMap, mRoamingConsortium, createTestScanResult())); in matchFQDNOverRoamingProvider() 808 mProvider.match(anqpElementMap, mRoamingConsortium, createTestScanResult())); in matchRoamingConsortiumWithoutNAIRealm() 841 mProvider.match(anqpElementMap, mRoamingConsortium, createTestScanResult())); in matchRoamingConsortiumWithNAIRealmMatch() 866 mProvider.match(anqpElementMap, mRoamingConsortium, createTestScanResult())); in matchRoamingConsortiumWithNAIRealmMisMatch() [all …]
|