Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java1312 final SparseIntArray currentEntryCount = new SparseIntArray(); in migrateGenericWithTypeColumn() local
1345 final int currentCount = currentEntryCount.get(typeForNewAccount, 0); in migrateGenericWithTypeColumn()
1349 currentEntryCount.put(typeForNewAccount, currentCount + 1); in migrateGenericWithTypeColumn()