Home
last modified time | relevance | path

Searched refs:STATUS_OBEX_DATA_ERROR (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java427 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in sendFile()
439 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in sendFile()
461 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in sendFile()
702 mContext1, mInfo.mId, BluetoothShare.STATUS_OBEX_DATA_ERROR); in handleSendException()
DBluetoothShare.java322 public static final int STATUS_OBEX_DATA_ERROR = 496; field in BluetoothShare
DBluetoothOppObexServerSession.java486 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in receiveFile()
583 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in receiveFile()
DBluetoothOppUtility.java414 || (statusCode == BluetoothShare.STATUS_OBEX_DATA_ERROR)) { in getStatusDescription()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSessionTest.java204 assertThat(thread.sendFile(sendFileInfo)).isEqualTo(BluetoothShare.STATUS_OBEX_DATA_ERROR); in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()