HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_NOT_ACCEPTABLE (Results 1 - 7 of 7) 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";
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 625 public static final int STATUS_NOT_ACCEPTABLE = 406;
735 case STATUS_NOT_ACCEPTABLE: return "NOT_ACCEPTABLE";
  /frameworks/opt/telephony/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;
  /packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DrmConvertSession.java 122 * be accessed. Downloads.Impl.STATUS_NOT_ACCEPTABLE if a problem
135 result = Downloads.Impl.STATUS_NOT_ACCEPTABLE;

Completed in 151 milliseconds