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.java73 UpdateHandler.installIfNeverRequested(this, mClientId, mWordListToDownload, in onClickAllow()
DDictionaryProvider.java416 UpdateHandler.installIfNeverRequested(context, clientId, wordListId, in getDictionaryWordListsForLocale()
DUpdateHandler.java897 public static void installIfNeverRequested(final Context context, final String clientId, in installIfNeverRequested() method in UpdateHandler