Searched refs:safeCloseStream (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapUtils.java203 Utils.safeCloseStream(is);
204 Utils.safeCloseStream(os);
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java161 public static void safeCloseStream(InputStream is) { method in class:Utils
171 public static void safeCloseStream(OutputStream os) { method in class:Utils

Completed in 185 milliseconds