Searched refs:byteValue (Results 1 – 9 of 9) sorted by relevance
335 int byteValue; in bytesToString() local337 byteValue = bytes[offset + j] & 0xFF; in bytesToString()338 chars[j * 2] = hexChars[byteValue >>> 4]; in bytesToString()339 chars[j * 2 + 1] = hexChars[byteValue & 0x0F]; in bytesToString()
508 int byteValue; in bytesToString() local510 byteValue = bytes[offset + j] & 0xFF; in bytesToString()511 chars[j * 2] = hexChars[byteValue >>> 4]; in bytesToString()512 chars[j * 2 + 1] = hexChars[byteValue & 0x0F]; in bytesToString()
76 final String byteValue = getString(key, null); in getBytes() local77 return byteValue == null ? null : Base64.decode(byteValue, Base64.DEFAULT); in getBytes()
292 byte[] byteValue = new byte[MAX_BYTES]; in writeCharacteristic()295 byteValue[i] = (byte) value; in writeCharacteristic()298 characteristic.setValue(byteValue); in writeCharacteristic()
479 return setValue(((Byte) obj).byteValue()); in setValue()509 fin[i] = (arr[i] == null) ? 0 : arr[i].byteValue(); in setValue()
6662 public byte byteValue();6988 public byte byteValue();7069 public byte byteValue();7148 public byte byteValue();7213 public byte byteValue();7275 public byte byteValue();7376 public byte byteValue();
661 setVol = i.byteValue(); in handleMessage()