HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_FILE_ERROR (Results 1 - 10 of 10) sorted by null

  /frameworks/opt/mms/src/java/com/google/android/mms/util/
DrmConvertSession.java 119 * Downloads.Impl.STATUS_FILE_ERROR in case converted file can not
142 result = Downloads.Impl.STATUS_FILE_ERROR;
145 result = Downloads.Impl.STATUS_FILE_ERROR;
148 result = Downloads.Impl.STATUS_FILE_ERROR;
158 result = Downloads.Impl.STATUS_FILE_ERROR;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 120 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
141 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
148 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
162 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
183 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
186 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR);
BluetoothShare.java 394 public static final int STATUS_FILE_ERROR = 492;
BluetoothOppSendFileInfo.java 62 null, null, 0, null, BluetoothShare.STATUS_FILE_ERROR);
BluetoothOppUtility.java 276 } else if (statusCode == BluetoothShare.STATUS_FILE_ERROR) {
277 ret = context.getString(R.string.status_file_error);
  /frameworks/base/core/java/android/provider/
Downloads.java 679 public static final int STATUS_FILE_ERROR = 492;
743 case STATUS_FILE_ERROR: return "FILE_ERROR";
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 21 import static android.provider.Downloads.Impl.STATUS_FILE_ERROR;
407 throw new StopRequestException(STATUS_FILE_ERROR, e);
419 throw new StopRequestException(STATUS_FILE_ERROR, e);
591 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
761 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
    [all...]
Helpers.java 146 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
339 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
StorageManager.java 282 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]

Completed in 968 milliseconds