Searched refs:byteLength (Results 1 – 4 of 4) sorted by relevance
222 int byteLength = Array.getLength(array) * sizeOfT; in toByteArray() local226 return Arrays.copyOf((byte[])array, byteLength); in toByteArray()229 ByteBuffer byteBuffer = ByteBuffer.allocate(byteLength).order(ByteOrder.nativeOrder()); in toByteArray()
573 + byteLength(data.getServiceData().get(uuid));577 + byteLength(data.getManufacturerSpecificData().valueAt(i));591 private int byteLength(byte[] array) {
1128 int byteLength = in.readInt(); in restoreNetworkPolicies() local1129 byte[] policyData = new byte[byteLength]; in restoreNetworkPolicies()1130 in.read(policyData, 0, byteLength); in restoreNetworkPolicies()
12233 Landroid/bluetooth/le/BluetoothLeAdvertiser;->byteLength([B)I