Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/util/
H A DInterop.java38 Entry(int workaroundId, String address) { in Entry() argument
39 this.workaround_id = workaroundId; in Entry()
76 public static boolean matchByAddress(int workaroundId, String address) { in matchByAddress() argument
83 if (entry.workaround_id == workaroundId && entry.address.startsWith( in matchByAddress()