Home
last modified time | relevance | path

Searched refs:STATUS_LENGTH_REQUIRED (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java636 public static final int STATUS_LENGTH_REQUIRED = 411; field in Downloads.Impl
736 case STATUS_LENGTH_REQUIRED: return "LENGTH_REQUIRED"; in statusToString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java285 public static final int STATUS_LENGTH_REQUIRED = 411; field in BluetoothShare
DBluetoothOppUtility.java411 || (statusCode == BluetoothShare.STATUS_LENGTH_REQUIRED) in getStatusDescription()