Searched refs:DownloadOverMeteredDialog (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDownloadOverMeteredDialog.java35 public final class DownloadOverMeteredDialog extends Activity { class in inherits:Activity
H A DUpdateHandler.java843 intent.setClass(context, DownloadOverMeteredDialog.class);
844 intent.putExtra(DownloadOverMeteredDialog.CLIENT_ID_KEY, clientId);
845 intent.putExtra(DownloadOverMeteredDialog.WORDLIST_TO_DOWNLOAD_KEY,
847 intent.putExtra(DownloadOverMeteredDialog.SIZE_KEY,
849 intent.putExtra(DownloadOverMeteredDialog.LOCALE_KEY, localeString);

Completed in 59 milliseconds