Searched refs:STATUS_FILE_ERROR (Results 1 – 7 of 7) sorted by relevance
144 result = Downloads.Impl.STATUS_FILE_ERROR; in close()147 result = Downloads.Impl.STATUS_FILE_ERROR; in close()150 result = Downloads.Impl.STATUS_FILE_ERROR; in close()160 result = Downloads.Impl.STATUS_FILE_ERROR; in close()
28 import static android.provider.Downloads.Impl.STATUS_FILE_ERROR;562 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()564 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()585 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()641 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()786 Downloads.Impl.STATUS_FILE_ERROR, "Failed to generate filename: " + e); in parseOkHeaders()904 case STATUS_FILE_ERROR: in isStatusRetryable()
123 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()130 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()187 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()
390 public static final int STATUS_FILE_ERROR = 492; field in BluetoothShare
64 new BluetoothOppSendFileInfo(null, null, 0, null, BluetoothShare.STATUS_FILE_ERROR);
345 } else if (statusCode == BluetoothShare.STATUS_FILE_ERROR) { in getStatusDescription()
678 public static final int STATUS_FILE_ERROR = 492; field in Downloads.Impl742 case STATUS_FILE_ERROR: return "FILE_ERROR"; in statusToString()