Searched refs:ADDRESS_LENGTH (Results 1 – 2 of 2) sorted by relevance
28 private static final int ADDRESS_LENGTH = 17; field in ShadowBluetoothAdapter177 if (address == null || address.length() != ADDRESS_LENGTH) { in checkBluetoothAddress()180 for (int i = 0; i < ADDRESS_LENGTH; i++) { in checkBluetoothAddress()
66 private static final int ADDRESS_LENGTH = 17; field in ShadowBluetoothAdapter420 if (address == null || address.length() != ADDRESS_LENGTH) { in checkBluetoothAddress()423 for (int i = 0; i < ADDRESS_LENGTH; i++) { in checkBluetoothAddress()