Home
last modified time | relevance | path

Searched refs:interopMatchName (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DInteropUtil.java83 public static boolean interopMatchName(InteropFeature feature, String name) { in interopMatchName() method in InteropUtil
99 boolean matched = adapterService.interopMatchName(feature, name); in interopMatchName()
DAdapterNativeInterface.java221 boolean interopMatchName(String featureName, String name) { in interopMatchName() method in AdapterNativeInterface
DAdapterService.java6837 public boolean interopMatchName(InteropFeature feature, String name) { in interopMatchName() method in AdapterService
6838 return mNativeInterface.interopMatchName(feature.name(), name); in interopMatchName()