Searched refs:STATUS_OBEX_DATA_ERROR (Results 1 – 5 of 5) sorted by relevance
427 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()
322 public static final int STATUS_OBEX_DATA_ERROR = 496; field in BluetoothShare
486 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in receiveFile()583 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in receiveFile()
414 || (statusCode == BluetoothShare.STATUS_OBEX_DATA_ERROR)) { in getStatusDescription()
204 assertThat(thread.sendFile(sendFileInfo)).isEqualTo(BluetoothShare.STATUS_OBEX_DATA_ERROR); in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()