HomeSort by relevance Sort by last modified time
    Searched refs:bodyFragments (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 73 ArrayList<byte[]> bodyFragments = new ArrayList<byte[]>();
80 bodyFragments.add(tmpBody.getBytes("UTF-8"));
84 bodyFragments.add(encodeBinary(pdu.getData(),pdu.getScAddress()).getBytes("UTF-8"));
87 bodyFragments.add(new byte[0]); // TODO: Is this allowed? (An empty message)
90 return encodeGeneric(bodyFragments);
BluetoothMapbMessageMmsEmail.java 378 ArrayList<byte[]> bodyFragments = new ArrayList<byte[]>();
401 bodyFragments.add(tmpBody.getBytes("UTF-8"));
403 bodyFragments.add(new byte[0]);
406 return encodeGeneric(bodyFragments);
BluetoothMapbMessage.java     [all...]

Completed in 40 milliseconds