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 365 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
381 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
BluetoothOppObexServerSession.java 445 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
498 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
BluetoothOppUtility.java 288 || (statusCode == BluetoothShare.STATUS_OBEX_DATA_ERROR)) {

Completed in 360 milliseconds