Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java93 if (DeviceWorkArounds.addressStartsWith(remoteAddress, DeviceWorkArounds.PCM_CARKIT)) { in encode()
97 } else if (DeviceWorkArounds.addressStartsWith( in encode()
102 } else if (DeviceWorkArounds.addressStartsWith( in encode()
DBluetoothMapMessageListing.java104 DeviceWorkArounds.addressStartsWith( in encode()
151 && DeviceWorkArounds.addressStartsWith( in encode()
DBluetoothMapMessageListingElement.java275 if (DeviceWorkArounds.addressStartsWith( in encode()
DBluetoothMapContent.java1278 DeviceWorkArounds.addressStartsWith( in setSubject()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DDeviceWorkArounds.java27 public static boolean addressStartsWith(String bdAddr, String carkitAddr) { in addressStartsWith() method in DeviceWorkArounds