Searched defs:bMsgStream (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessage.java476 public static BluetoothMapbMessage parse(InputStream bMsgStream, argument
507 while ((len = bMsgStream.read(buffer)) > 0) {
532 /* We failed to create the log-file, just continue using the original bMsgStream. */
534 /* overwrite the bMsgStream using the file written to the SD-Card */
536 bMsgStream.close();
540 /* Open the file and overwrite bMsgStream to read from the file */
542 bMsgStream = new FileInputStream(file);
552 reader = new BMsgReader(bMsgStream);
651 bMsgStream.close();

Completed in 28 milliseconds