Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java450 ClientOperation putOperation = null; in sendEventHandler() local
472 putOperation = (ClientOperation) clientSession.put(request); in sendEventHandler()
487 outputStream = putOperation.openOutputStream(); in sendEventHandler()
502 maxChunkSize = putOperation.getMaxPacketSize(); in sendEventHandler()
514 putOperation.abort(); in sendEventHandler()
548 if ((!error) && (putOperation != null)) { in sendEventHandler()
549 responseCode = putOperation.getResponseCode(); in sendEventHandler()
557 if (putOperation != null) { in sendEventHandler()
558 putOperation.close(); in sendEventHandler()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java400 ClientOperation putOperation = null; in sendFile() local
419 putOperation = (ClientOperation) mCs.put(request); in sendFile()
452 outputStream = putOperation.openOutputStream(); in sendFile()
453 inputStream = putOperation.openInputStream(); in sendFile()
482 int outputBufferSize = putOperation.getMaxPacketSize(); in sendFile()
510 responseCode = putOperation.getResponseCode(); in sendFile()
540 responseCode = putOperation.getResponseCode(); in sendFile()
596 putOperation.abort(); in sendFile()
648 responseCode = putOperation.getResponseCode(); in sendFile()
673 if (putOperation != null) { in sendFile()
[all …]