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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 353 public static final int STATUS_NOT_ACCEPTABLE = 406;
BluetoothOppObexClientSession.java 471 status = BluetoothShare.STATUS_NOT_ACCEPTABLE;
502 status = BluetoothShare.STATUS_NOT_ACCEPTABLE;
BluetoothOppUtility.java 260 } else if (statusCode == BluetoothShare.STATUS_NOT_ACCEPTABLE) {
  /frameworks/base/core/java/android/provider/
Downloads.java 463 public static final int STATUS_NOT_ACCEPTABLE = 406;
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 183 throw new GenerateSaveFileError(Downloads.Impl.STATUS_NOT_ACCEPTABLE,
208 throw new GenerateSaveFileError(Downloads.Impl.STATUS_NOT_ACCEPTABLE,
  /frameworks/base/core/java/android/net/
Downloads.java 70 public static final int STATUS_NOT_ACCEPTABLE = 406;

Completed in 49 milliseconds