Home
last modified time | relevance | path

Searched refs:STATUS_NOT_ACCEPTABLE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java625 public static final int STATUS_NOT_ACCEPTABLE = 406; field in Downloads.Impl
735 case STATUS_NOT_ACCEPTABLE: return "NOT_ACCEPTABLE"; in statusToString()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java355 public static final int STATUS_NOT_ACCEPTABLE = 406; field in BluetoothShare
DBluetoothOppObexClientSession.java554 status = BluetoothShare.STATUS_NOT_ACCEPTABLE; in sendFile()
596 status = BluetoothShare.STATUS_NOT_ACCEPTABLE; in sendFile()
DBluetoothOppUtility.java339 } else if (statusCode == BluetoothShare.STATUS_NOT_ACCEPTABLE) { in getStatusDescription()
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DDrmConvertSession.java135 result = Downloads.Impl.STATUS_NOT_ACCEPTABLE; in close()