Searched refs:addressStartsWith (Results 1 – 5 of 5) sorted by relevance
91 if (DeviceWorkArounds.addressStartsWith(remoteAddress, DeviceWorkArounds.PCM_CARKIT)) { in encode()95 } else if (DeviceWorkArounds.addressStartsWith( in encode()100 } else if (DeviceWorkArounds.addressStartsWith( in encode()
95 boolean isBenzCarkit = DeviceWorkArounds.addressStartsWith( in encode()128 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService.getRemoteDevice().getAddress(), in encode()
277 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService in encode()
1324 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService.getRemoteDevice().getAddress(), in setSubject()
33 public static boolean addressStartsWith(String bdAddr, String carkitAddr) { in addressStartsWith() method in DeviceWorkArounds