Home
last modified time | relevance | path

Searched refs:DownloadRecord (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDownloadRecord.java24 public class DownloadRecord { class
30 public DownloadRecord(final String clientId, final ContentValues attributes) { in DownloadRecord() method in DownloadRecord
DUpdateHandler.java382 private static ArrayList<DownloadRecord> getDownloadRecordsForCompletedDownloadInfo( in getDownloadRecordsForCompletedDownloadInfo()
386 final ArrayList<DownloadRecord> downloadRecords = in getDownloadRecordsForCompletedDownloadInfo()
391 for (DownloadRecord record : downloadRecords) { in getDownloadRecordsForCompletedDownloadInfo()
426 final ArrayList<DownloadRecord> recordList = in downloadFinished()
436 for (final DownloadRecord record : recordList) { in downloadFinished()
518 final DownloadRecord downloadRecord, final DownloadManagerWrapper manager, in handleDownloadedFile()
620 final InputStream inputStream, final DownloadRecord downloadRecord) in handleWordList()
DMetadataDbHelper.java673 public static ArrayList<DownloadRecord> getDownloadRecordsForDownloadId(final Context context, in getDownloadRecordsForDownloadId()
676 final ArrayList<DownloadRecord> results = new ArrayList<>(); in getDownloadRecordsForDownloadId()
687 results.add(new DownloadRecord(clientId, null)); in getDownloadRecordsForDownloadId()
692 results.add(new DownloadRecord(clientId, valuesForThisClient)); in getDownloadRecordsForDownloadId()