Home
last modified time | relevance | path

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

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