Searched refs:mInputStream (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/
H A DEasResponse.java49 private InputStream mInputStream; field in class:EasResponse
143 if (mInputStream != null || mClosed) {
163 mInputStream = is;
196 if (mInputStream instanceof GZIPInputStream) {
198 mInputStream.close();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppSendFileInfo.java68 public final FileInputStream mInputStream; field in class:BluetoothOppSendFileInfo
85 mInputStream = inputStream;
93 mInputStream = null;
H A DBluetoothOppUtility.java325 if (info != null && info.mInputStream != null) {
327 info.mInputStream.close();
H A DBluetoothOppObexClientSession.java400 BufferedInputStream a = new BufferedInputStream(fileInfo.mInputStream, 0x4000);
H A DBluetoothOppService.java611 if (sendFileInfo == null || sendFileInfo.mInputStream == null) {

Completed in 155 milliseconds