Searched refs:eapMethodList (Results 1 – 1 of 1) sorted by relevance
85 List<EAPMethod> eapMethodList = new ArrayList<>(); in parse() local87 eapMethodList.add(EAPMethod.parse(payload)); in parse()90 return new NAIRealmData(realmList, eapMethodList); in parse()