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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 359 public static final int STATUS_NOT_ACCEPTABLE = 406;
BluetoothOppObexClientSession.java 481 status = BluetoothShare.STATUS_NOT_ACCEPTABLE;
512 status = BluetoothShare.STATUS_NOT_ACCEPTABLE;
BluetoothOppUtility.java 265 } else if (statusCode == BluetoothShare.STATUS_NOT_ACCEPTABLE) {
  /frameworks/base/core/java/android/provider/
Downloads.java 621 public static final int STATUS_NOT_ACCEPTABLE = 406;
731 case STATUS_NOT_ACCEPTABLE: return "NOT_ACCEPTABLE";
  /frameworks/base/core/java/com/google/android/mms/util/
DrmConvertSession.java 120 * be accessed. Downloads.Impl.STATUS_NOT_ACCEPTABLE if a problem
133 result = Downloads.Impl.STATUS_NOT_ACCEPTABLE;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DrmConvertSession.java 119 * be accessed. Downloads.Impl.STATUS_NOT_ACCEPTABLE if a problem
132 result = Downloads.Impl.STATUS_NOT_ACCEPTABLE;
Helpers.java 145 throw new StopRequestException(Downloads.Impl.STATUS_NOT_ACCEPTABLE,
170 throw new StopRequestException(Downloads.Impl.STATUS_NOT_ACCEPTABLE,
DownloadThread.java 556 throw new StopRequestException(Downloads.Impl.STATUS_NOT_ACCEPTABLE, "Mimetype "
    [all...]

Completed in 639 milliseconds