Home
last modified time | relevance | path

Searched refs:authSet (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPMatcherTest.java193 Set<AuthParam> authSet = new HashSet<>(); in matchNAIRealmWithExactMatch() local
194 authSet.add(authParam); in matchNAIRealmWithExactMatch()
196 authMap.put(authParam.getAuthTypeID(), authSet); in matchNAIRealmWithExactMatch() local
220 Set<AuthParam> authSet = new HashSet<>(); in matchNAIRealmWithEAPMethodMismatch() local
221 authSet.add(authParam); in matchNAIRealmWithEAPMethodMismatch()
223 authMap.put(authParam.getAuthTypeID(), authSet); in matchNAIRealmWithEAPMethodMismatch() local
248 Set<AuthParam> authSet = new HashSet<>(); in matchNAIRealmWithAuthTypeMismatch() local
249 authSet.add(authParam); in matchNAIRealmWithAuthTypeMismatch()
251 authMap.put(authParam.getAuthTypeID(), authSet); in matchNAIRealmWithAuthTypeMismatch() local
DPasspointProviderTest.java230 Set<AuthParam> authSet = new HashSet<>(); in createNAIRealmElement() local
231 authSet.add(authParam); in createNAIRealmElement()
232 authParamMap.put(authParam.getAuthTypeID(), authSet); in createNAIRealmElement() local