Searched refs:DownloadOverMeteredDialog (Results 1 – 2 of 2) sorted by relevance
856 intent.setClass(context, DownloadOverMeteredDialog.class); in showDictionaryAvailableNotification()857 intent.putExtra(DownloadOverMeteredDialog.CLIENT_ID_KEY, clientId); in showDictionaryAvailableNotification()858 intent.putExtra(DownloadOverMeteredDialog.WORDLIST_TO_DOWNLOAD_KEY, in showDictionaryAvailableNotification()860 intent.putExtra(DownloadOverMeteredDialog.SIZE_KEY, in showDictionaryAvailableNotification()862 intent.putExtra(DownloadOverMeteredDialog.LOCALE_KEY, localeString); in showDictionaryAvailableNotification()
37 public final class DownloadOverMeteredDialog extends Activity { class