Searched refs:matchValue (Results 1 – 2 of 2) sorted by relevance
803 Map<ComponentName, ImsServiceController> searchMap, ImsServiceInfo matchValue) { in getControllerByServiceInfo() argument805 .filter(c -> Objects.equals(c.getComponentName(), matchValue.name)) in getControllerByServiceInfo()810 String matchValue) { in getInfoByPackageName() argument812 .filter((i) -> Objects.equals(i.name.getPackageName(), matchValue)) in getInfoByPackageName()817 Map<ComponentName, ImsServiceInfo> searchMap, ComponentName matchValue) { in getInfoByComponentName() argument818 return searchMap.get(matchValue); in getInfoByComponentName()
2435 String matchValue) -> { in getEapSubjectMatch() argument2438 this.mEapSubjectMatch = matchValue; in getEapSubjectMatch()2459 String matchValue) -> { in getEapAltSubjectMatch() argument2462 this.mEapAltSubjectMatch = matchValue; in getEapAltSubjectMatch()2530 String matchValue) -> { in getEapDomainSuffixMatch() argument2533 this.mEapDomainSuffixMatch = matchValue; in getEapDomainSuffixMatch()