HomeSort by relevance Sort by last modified time
    Searched full:stoprequestexception (Results 1 - 4 of 4) sorted by null

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StopRequestException.java 25 class StopRequestException extends Exception {
28 public StopRequestException(int finalStatus, String message) {
33 public StopRequestException(int finalStatus, String message, Throwable throwable) {
DownloadThread.java 186 } catch (StopRequestException error) {
231 throws StopRequestException, RetryDownload {
263 private void checkConnectivity() throws StopRequestException {
277 throw new StopRequestException(status,
289 throws StopRequestException {
314 private void finalizeDestinationFile(State state) throws StopRequestException {
390 private void checkPausedOrCanceled(State state) throws StopRequestException {
393 throw new StopRequestException(
397 throw new StopRequestException(Downloads.Impl.STATUS_CANCELED, "download canceled");
428 throws StopRequestException {
    [all...]
StorageManager.java 137 throws StopRequestException {
146 void verifySpace(int destination, String path, long length) throws StopRequestException {
191 throws StopRequestException {
198 throw new StopRequestException(Downloads.Impl.STATUS_DEVICE_NOT_FOUND_ERROR,
225 throw new StopRequestException(Downloads.Impl.STATUS_INSUFFICIENT_SPACE_ERROR,
247 throw new StopRequestException(Downloads.Impl.STATUS_INSUFFICIENT_SPACE_ERROR,
286 throws StopRequestException {
299 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,
Helpers.java 80 boolean isPublicApi, StorageManager storageManager) throws StopRequestException {
101 throws StopRequestException {
137 boolean isPublicApi) throws StopRequestException {
145 throw new StopRequestException(Downloads.Impl.STATUS_NOT_ACCEPTABLE,
170 throw new StopRequestException(Downloads.Impl.STATUS_NOT_ACCEPTABLE,
325 String extension, boolean recoveryDir) throws StopRequestException {
363 throw new StopRequestException(Downloads.Impl.STATUS_FILE_ERROR,

Completed in 155 milliseconds