Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryDownloadProgressBar.java84 final UpdaterThread updaterThread = in updateReporterThreadRunningStatusAccordingToVisibility()
85 new UpdaterThread(getContext(), downloadManagerPendingId); in updateReporterThreadRunningStatusAccordingToVisibility()
107 private class UpdaterThread extends Thread { class in DictionaryDownloadProgressBar
111 public UpdaterThread(final Context context, final int id) { in UpdaterThread() method in DictionaryDownloadProgressBar.UpdaterThread