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 410 public static final int STATUS_OBEX_DATA_ERROR = 496;
BluetoothOppObexClientSession.java 365 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
381 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
553 BluetoothShare.STATUS_OBEX_DATA_ERROR);
BluetoothOppObexServerSession.java 425 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
486 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
BluetoothOppUtility.java 309 || (statusCode == BluetoothShare.STATUS_OBEX_DATA_ERROR)) {

Completed in 54 milliseconds