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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 359 public static final int STATUS_NOT_ACCEPTABLE = 406;
BluetoothOppObexClientSession.java 483 status = BluetoothShare.STATUS_NOT_ACCEPTABLE;
515 status = BluetoothShare.STATUS_NOT_ACCEPTABLE;
BluetoothOppUtility.java 270 } else if (statusCode == BluetoothShare.STATUS_NOT_ACCEPTABLE) {
  /frameworks/base/core/java/android/provider/
Downloads.java 626 public static final int STATUS_NOT_ACCEPTABLE = 406;
736 case STATUS_NOT_ACCEPTABLE: return "NOT_ACCEPTABLE";
  /frameworks/opt/mms/src/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;

Completed in 56 milliseconds