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

  /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 135 BluetoothShare.STATUS_FILE_ERROR, dest);
142 BluetoothShare.STATUS_FILE_ERROR, dest);
154 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 506 public static final int STATUS_FILE_ERROR = 492;
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 444 throw new StopRequest(Downloads.Impl.STATUS_FILE_ERROR,
559 throw new StopRequest(Downloads.Impl.STATUS_FILE_ERROR,
796 throw new StopRequest(Downloads.Impl.STATUS_FILE_ERROR,
    [all...]
Helpers.java 248 throw new GenerateSaveFileError(Downloads.Impl.STATUS_FILE_ERROR,
476 throw new GenerateSaveFileError(Downloads.Impl.STATUS_FILE_ERROR,
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]

Completed in 102 milliseconds