Searched refs:DeviceWorkArounds (Results 1 – 5 of 5) sorted by relevance
19 import com.android.bluetooth.DeviceWorkArounds;91 if (DeviceWorkArounds.addressStartsWith(remoteAddress, DeviceWorkArounds.PCM_CARKIT)) { in encode()95 } else if (DeviceWorkArounds.addressStartsWith( in encode()96 remoteAddress, DeviceWorkArounds.FORD_SYNC_CARKIT)) { in encode()100 } else if (DeviceWorkArounds.addressStartsWith( in encode()101 remoteAddress, DeviceWorkArounds.SYNC_CARKIT) in encode()
20 import com.android.bluetooth.DeviceWorkArounds;95 boolean isBenzCarkit = DeviceWorkArounds.addressStartsWith( in encode()97 DeviceWorkArounds.MERCEDES_BENZ_CARKIT); in encode()128 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService.getRemoteDevice().getAddress(), in encode()129 DeviceWorkArounds.BREZZA_ZDI_CARKIT)) { in encode()
17 import com.android.bluetooth.DeviceWorkArounds;277 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService in encode()278 .getRemoteDevice().getAddress(), DeviceWorkArounds in encode()
40 import com.android.bluetooth.DeviceWorkArounds;1324 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService.getRemoteDevice().getAddress(), in setSubject()1325 DeviceWorkArounds.HONDA_CARKIT) in setSubject()
22 public final class DeviceWorkArounds { class