Searched refs:matchValue (Results 1 – 2 of 2) sorted by relevance
1025 Map<ComponentName, ImsServiceController> searchMap, ImsServiceInfo matchValue) { in getControllerByServiceInfo() argument1027 .filter(c -> Objects.equals(c.getComponentName(), matchValue.name)) in getControllerByServiceInfo()1032 String matchValue) { in getInfoByPackageName() argument1034 .filter((i) -> Objects.equals(i.name.getPackageName(), matchValue)) in getInfoByPackageName()1039 Map<ComponentName, ImsServiceInfo> searchMap, ComponentName matchValue) { in getInfoByComponentName() argument1040 return searchMap.get(matchValue); in getInfoByComponentName()
2427 String matchValue) -> { in getEapSubjectMatch() argument2430 this.mEapSubjectMatch = matchValue; in getEapSubjectMatch()2451 String matchValue) -> { in getEapAltSubjectMatch() argument2454 this.mEapAltSubjectMatch = matchValue; in getEapAltSubjectMatch()2522 String matchValue) -> { in getEapDomainSuffixMatch() argument2525 this.mEapDomainSuffixMatch = matchValue; in getEapDomainSuffixMatch()