Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiEnterpriseConfigTest.java244 SupplicantConfigExtractor entryExtractor = new SupplicantConfigExtractor( in getSupplicantEapMethod() local
246 mEnterpriseConfig.saveToSupplicant(entryExtractor); in getSupplicantEapMethod()
247 return entryExtractor.getValue(); in getSupplicantEapMethod()
251 SupplicantConfigExtractor entryExtractor = new SupplicantConfigExtractor( in getSupplicantPhase2Method() local
253 mEnterpriseConfig.saveToSupplicant(entryExtractor); in getSupplicantPhase2Method()
254 return entryExtractor.getValue(); in getSupplicantPhase2Method()