Searched refs:addressStartsWith (Results 1 – 5 of 5) sorted by relevance
93 if (DeviceWorkArounds.addressStartsWith(remoteAddress, DeviceWorkArounds.PCM_CARKIT)) { in encode()97 } else if (DeviceWorkArounds.addressStartsWith( in encode()102 } else if (DeviceWorkArounds.addressStartsWith( in encode()
104 DeviceWorkArounds.addressStartsWith( in encode()151 && DeviceWorkArounds.addressStartsWith( in encode()
275 if (DeviceWorkArounds.addressStartsWith( in encode()
1278 DeviceWorkArounds.addressStartsWith( in setSubject()
27 public static boolean addressStartsWith(String bdAddr, String carkitAddr) { in addressStartsWith() method in DeviceWorkArounds