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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 437 // downloadSuccessful is not final because we may still have exceptions from now on
438 boolean downloadSuccessful = false;
441 downloadSuccessful = handleDownloadedFile(context, record, manager, fileId);
442 Log.i(TAG, "downloadFinished() : Success = " + downloadSuccessful);
445 final String resultMessage = downloadSuccessful ? "Success" : "Failure";
448 publishUpdateMetadataCompleted(context, downloadSuccessful);
452 publishUpdateWordListCompleted(context, downloadSuccessful, fileId,
471 * @param downloadSuccessful whether the download of the metadata was successful or not.
474 final boolean downloadSuccessful) {
480 listener.downloadedMetadata(downloadSuccessful);
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 374 return downloadSuccessful(enqueue);
383 if (!downloadSuccessful(enqueue)) {
413 private boolean downloadSuccessful(long enqueue) {

Completed in 187 milliseconds