Searched refs:DownloadOverMeteredDialog (Results 1 – 2 of 2) sorted by relevance
843 intent.setClass(context, DownloadOverMeteredDialog.class); in showDictionaryAvailableNotification()844 intent.putExtra(DownloadOverMeteredDialog.CLIENT_ID_KEY, clientId); in showDictionaryAvailableNotification()845 intent.putExtra(DownloadOverMeteredDialog.WORDLIST_TO_DOWNLOAD_KEY, in showDictionaryAvailableNotification()847 intent.putExtra(DownloadOverMeteredDialog.SIZE_KEY, in showDictionaryAvailableNotification()849 intent.putExtra(DownloadOverMeteredDialog.LOCALE_KEY, localeString); in showDictionaryAvailableNotification()
35 public final class DownloadOverMeteredDialog extends Activity { class