Searched refs:STATUS_FILE_ERROR (Results 1 - 8 of 8) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDrmConvertSession.java118 * Downloads.Impl.STATUS_FILE_ERROR in case converted file can not
141 result = Downloads.Impl.STATUS_FILE_ERROR;
144 result = Downloads.Impl.STATUS_FILE_ERROR;
147 result = Downloads.Impl.STATUS_FILE_ERROR;
157 result = Downloads.Impl.STATUS_FILE_ERROR;
H A DDownloadThread.java445 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
577 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
841 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
874 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
H A DStorageManager.java291 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
H A DHelpers.java363 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppReceiveFileInfo.java119 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
140 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
146 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
157 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
178 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
181 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
H A DBluetoothOppSendFileInfo.java134 BluetoothShare.STATUS_FILE_ERROR, dest);
141 BluetoothShare.STATUS_FILE_ERROR, dest);
153 BluetoothShare.STATUS_FILE_ERROR, dest);
H A DBluetoothShare.java388 public static final int STATUS_FILE_ERROR = 492; field in class:BluetoothShare
H A DBluetoothOppUtility.java266 } else if (statusCode == BluetoothShare.STATUS_FILE_ERROR) {

Completed in 121 milliseconds