Searched refs:interopMatchAddrOrName (Results 1 – 4 of 4) sorted by relevance
113 public static boolean interopMatchAddrOrName(InteropFeature feature, String address) { in interopMatchAddrOrName() method in InteropUtil129 boolean matched = adapterService.interopMatchAddrOrName(feature, address); in interopMatchAddrOrName()
225 boolean interopMatchAddrOrName(String featureName, String address) { in interopMatchAddrOrName() method in AdapterNativeInterface
6841 public boolean interopMatchAddrOrName(InteropFeature feature, String address) { in interopMatchAddrOrName() method in AdapterService6842 return mNativeInterface.interopMatchAddrOrName(feature.name(), address); in interopMatchAddrOrName()
469 InteropUtil.interopMatchAddrOrName( in handleNotificationTask()