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.java205 int importableCount = 0; in updateToolbarWithCurrentSelections() local
209 importableCount++; in updateToolbarWithCurrentSelections()
213 if (importableCount == 0) { in updateToolbarWithCurrentSelections()
217 mToolbar.setTitle(String.valueOf(importableCount)); in updateToolbarWithCurrentSelections()