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 362 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
378 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
542 int status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
BluetoothOppObexServerSession.java 440 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
493 status = BluetoothShare.STATUS_OBEX_DATA_ERROR;
BluetoothOppUtility.java 283 || (statusCode == BluetoothShare.STATUS_OBEX_DATA_ERROR)) {

Completed in 37 milliseconds