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

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DrmConvertSession.java 118 * 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;
DownloadThread.java 445 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
577 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
    [all...]
StorageManager.java 291 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
Helpers.java 363 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 119 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);
BluetoothOppSendFileInfo.java 134 BluetoothShare.STATUS_FILE_ERROR, dest);
141 BluetoothShare.STATUS_FILE_ERROR, dest);
153 BluetoothShare.STATUS_FILE_ERROR, dest);
BluetoothShare.java 388 public static final int STATUS_FILE_ERROR = 492;
BluetoothOppUtility.java 266 } else if (statusCode == BluetoothShare.STATUS_FILE_ERROR) {
267 ret = context.getString(R.string.status_file_error);
  /frameworks/base/core/java/android/provider/
Downloads.java 665 public static final int STATUS_FILE_ERROR = 492;
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]

Completed in 52 milliseconds