Home
last modified time | relevance | path

Searched defs:workaround_id (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/util/
DInterop.java36 int workaround_id; field in Interop.Entry
38 public Entry(int workaround_id, String address) { in Entry()
74 public static boolean matchByAddress(int workaround_id, String address) { in matchByAddress()