Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java1394 final Integer typeForNewAccount; in migrateGenericWithTypeColumn() local
1398 typeForNewAccount = defaultType.intValue(); in migrateGenericWithTypeColumn()
1404 typeForNewAccount = null; in migrateGenericWithTypeColumn()
1408 typeForNewAccount = oldType; in migrateGenericWithTypeColumn()
1410 if (typeForNewAccount != null) { in migrateGenericWithTypeColumn()
1411 final int specificMax = typeSpecificMaxMap.get(typeForNewAccount, 0); in migrateGenericWithTypeColumn()
1413 final int currentCount = currentEntryCount.get(typeForNewAccount, 0); in migrateGenericWithTypeColumn()
1417 currentEntryCount.put(typeForNewAccount, currentCount + 1); in migrateGenericWithTypeColumn()