Searched refs:importIntent (Results 1 – 1 of 1) sorted by relevance
168 Intent importIntent = new Intent(Intent.ACTION_VIEW); in doImportFromSim() local169 importIntent.setType("vnd.android.cursor.item/sim-contact"); in doImportFromSim()171 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()175 importIntent.putExtra("subscription_id", (Integer) subscriptionId); in doImportFromSim()176 importIntent.setClassName("com.android.phone", "com.android.phone.SimContacts"); in doImportFromSim()177 context.startActivity(importIntent); in doImportFromSim()181 Intent importIntent = new Intent(activity, ImportVCardActivity.class); in doImportFromVcfFile() local183 importIntent.putExtra("account_name", account.name); in doImportFromVcfFile()[all …]