Searched refs:interopMatchAddr (Results 1 – 3 of 3) sorted by relevance
54 public static boolean interopMatchAddr(InteropFeature feature, String address) { in interopMatchAddr() method in InteropUtil70 boolean matched = adapterService.interopMatchAddr(feature, address); in interopMatchAddr()
217 boolean interopMatchAddr(String featureName, String address) { in interopMatchAddr() method in AdapterNativeInterface
6833 public boolean interopMatchAddr(InteropFeature feature, String address) { in interopMatchAddr() method in AdapterService6834 return mNativeInterface.interopMatchAddr(feature.name(), address); in interopMatchAddr()