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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java416 public static final int STATUS_OBEX_DATA_ERROR = 496; field in class:BluetoothShare
H A DBluetoothOppObexClientSession.java364 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
380 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
545 int status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
H A DBluetoothOppObexServerSession.java441 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
494 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
H A DBluetoothOppUtility.java288 || (statusCode == BluetoothShare.STATUS_OBEX_DATA_ERROR)) {

Completed in 16 milliseconds