Searched refs:interopMatchName (Results 1 – 3 of 3) sorted by relevance
83 public static boolean interopMatchName(InteropFeature feature, String name) { in interopMatchName() method in InteropUtil99 boolean matched = adapterService.interopMatchName(feature, name); in interopMatchName()
221 boolean interopMatchName(String featureName, String name) { in interopMatchName() method in AdapterNativeInterface
6837 public boolean interopMatchName(InteropFeature feature, String name) { in interopMatchName() method in AdapterService6838 return mNativeInterface.interopMatchName(feature.name(), name); in interopMatchName()