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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 349 public static final int STATUS_BAD_REQUEST = 400;
BluetoothOppUtility.java 279 } else if ((statusCode == BluetoothShare.STATUS_BAD_REQUEST)
BluetoothOppService.java 579 Constants.updateShareStatus(this, info.mId, BluetoothShare.STATUS_BAD_REQUEST);
583 Constants.updateShareStatus(this, info.mId, BluetoothShare.STATUS_BAD_REQUEST);
    [all...]
  /frameworks/base/core/java/android/provider/
Downloads.java 615 public static final int STATUS_BAD_REQUEST = 400;
730 case STATUS_BAD_REQUEST: return "BAD_REQUEST";

Completed in 276 milliseconds