HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_OBEX_DATA_ERROR (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 416 public static final int STATUS_OBEX_DATA_ERROR = 496;
BluetoothOppObexClientSession.java 364 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
380 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
545 int status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
BluetoothOppObexServerSession.java 441 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
494 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
BluetoothOppUtility.java 288 || (statusCode == BluetoothShare.STATUS_OBEX_DATA_ERROR)) {

Completed in 192 milliseconds