Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DSimImportFragment.java206 int importableCount = 0; in updateToolbarWithCurrentSelections() local
210 importableCount++; in updateToolbarWithCurrentSelections()
214 if (importableCount == 0) { in updateToolbarWithCurrentSelections()
218 mToolbar.setTitle(String.valueOf(importableCount)); in updateToolbarWithCurrentSelections()