Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java412 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in sendFile()
418 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in sendFile()
436 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in sendFile()
637 BluetoothShare.STATUS_OBEX_DATA_ERROR); in handleSendException()
DBluetoothShare.java412 public static final int STATUS_OBEX_DATA_ERROR = 496; field in BluetoothShare
DBluetoothOppObexServerSession.java438 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in receiveFile()
514 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in receiveFile()
DBluetoothOppUtility.java361 == BluetoothShare.STATUS_OBEX_DATA_ERROR)) { in getStatusDescription()