Searched refs:entryExtractor (Results 1 – 1 of 1) sorted by relevance
244 SupplicantConfigExtractor entryExtractor = new SupplicantConfigExtractor( in getSupplicantEapMethod() local246 mEnterpriseConfig.saveToSupplicant(entryExtractor); in getSupplicantEapMethod()247 return entryExtractor.getValue(); in getSupplicantEapMethod()251 SupplicantConfigExtractor entryExtractor = new SupplicantConfigExtractor( in getSupplicantPhase2Method() local253 mEnterpriseConfig.saveToSupplicant(entryExtractor); in getSupplicantPhase2Method()254 return entryExtractor.getValue(); in getSupplicantPhase2Method()