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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapUtils.java205 Utils.safeCloseStream(is);
206 Utils.safeCloseStream(os);
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java176 public static void safeCloseStream(InputStream is) { method in class:Utils
186 public static void safeCloseStream(OutputStream os) { method in class:Utils

Completed in 101 milliseconds