Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDownloadOverMeteredDialog.java83 UpdateHandler.installIfNeverRequested(this, mClientId, mWordListToDownload); in onClickAllow()
DDictionaryProvider.java408 UpdateHandler.installIfNeverRequested(context, clientId, wordListId); in getDictionaryWordListsForLocale()
DUpdateHandler.java910 public static void installIfNeverRequested(final Context context, final String clientId, in installIfNeverRequested() method in UpdateHandler