Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java91 if (DeviceWorkArounds.addressStartsWith(remoteAddress, DeviceWorkArounds.PCM_CARKIT)) { in encode()
95 } else if (DeviceWorkArounds.addressStartsWith( in encode()
100 } else if (DeviceWorkArounds.addressStartsWith( in encode()
DBluetoothMapMessageListing.java95 boolean isBenzCarkit = DeviceWorkArounds.addressStartsWith( in encode()
128 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService.getRemoteDevice().getAddress(), in encode()
DBluetoothMapMessageListingElement.java277 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService in encode()
DBluetoothMapContent.java1324 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService.getRemoteDevice().getAddress(), in setSubject()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DDeviceWorkArounds.java33 public static boolean addressStartsWith(String bdAddr, String carkitAddr) { in addressStartsWith() method in DeviceWorkArounds