Searched refs:STATUS_BAD_REQUEST (Results 1 – 4 of 4) sorted by relevance
19 import static android.provider.Downloads.Impl.STATUS_BAD_REQUEST;214 throw new StopRequestException(STATUS_BAD_REQUEST, e); in runInternal()
349 public static final int STATUS_BAD_REQUEST = 400; field in BluetoothShare
284 } else if ((statusCode == BluetoothShare.STATUS_BAD_REQUEST) in getStatusDescription()
613 Constants.updateShareStatus(this, info.mId, BluetoothShare.STATUS_BAD_REQUEST); in insertShare()