Searched refs:importIntent (Results 1 – 1 of 1) sorted by relevance
168 Intent importIntent = new Intent(Intent.ACTION_VIEW); in doImportFromSim() local171 importIntent.putExtra("account_name", account.name); in doImportFromSim()172 importIntent.putExtra("account_type", account.type); in doImportFromSim()173 importIntent.putExtra("data_set", account.dataSet); in doImportFromSim()177 context.startActivity(importIntent); in doImportFromSim()183 importIntent.putExtra("account_name", account.name); in doImportFromVcfFile()184 importIntent.putExtra("account_type", account.type); in doImportFromVcfFile()185 importIntent.putExtra("data_set", account.dataSet); in doImportFromVcfFile()189 importIntent.setAction(Intent.ACTION_VIEW); in doImportFromVcfFile()190 importIntent.setData(mPath); in doImportFromVcfFile()[all …]