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

/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
H A DDrmConvertSession.java121 * Downloads.Impl.STATUS_FILE_ERROR in case converted file can not
144 result = Downloads.Impl.STATUS_FILE_ERROR;
147 result = Downloads.Impl.STATUS_FILE_ERROR;
150 result = Downloads.Impl.STATUS_FILE_ERROR;
160 result = Downloads.Impl.STATUS_FILE_ERROR;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppReceiveFileInfo.java126 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
147 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
154 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
192 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
213 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
216 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
H A DBluetoothShare.java388 public static final int STATUS_FILE_ERROR = 492; field in class:BluetoothShare
H A DBluetoothOppSendFileInfo.java62 null, null, 0, null, BluetoothShare.STATUS_FILE_ERROR);
H A DBluetoothOppUtility.java301 } else if (statusCode == BluetoothShare.STATUS_FILE_ERROR) {
/packages/apps/Messaging/src/com/android/messaging/mmslib/
H A DDownloads.java678 public static final int STATUS_FILE_ERROR = 492; field in class:Downloads.Impl
742 case STATUS_FILE_ERROR: return "FILE_ERROR";
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java26 import static android.provider.Downloads.Impl.STATUS_FILE_ERROR;
591 throw new StopRequestException(STATUS_FILE_ERROR, e);
593 throw new StopRequestException(STATUS_FILE_ERROR, e);
605 throw new StopRequestException(STATUS_FILE_ERROR, e);
669 throw new StopRequestException(STATUS_FILE_ERROR, e);
671 throw new StopRequestException(STATUS_FILE_ERROR, e);
807 Downloads.Impl.STATUS_FILE_ERROR, "Failed to generate filename: " + e);
925 case STATUS_FILE_ERROR:

Completed in 124 milliseconds