Home
last modified time | relevance | path

Searched refs:importableContacts (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DSimImportFragment.java293 final ArrayList<SimContact> importableContacts = new ArrayList<>(checked.size()); in importCurrentSelections() local
298 importableContacts.add(mAdapter.getItem(checked.keyAt(i))); in importCurrentSelections()
301 SimImportService.startImport(getContext(), mSubscriptionId, importableContacts, in importCurrentSelections() local