Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java1326 final Integer typeForNewAccount; in migrateGenericWithTypeColumn() local
1330 typeForNewAccount = defaultType.intValue(); in migrateGenericWithTypeColumn()
1336 typeForNewAccount = null; in migrateGenericWithTypeColumn()
1340 typeForNewAccount = oldType; in migrateGenericWithTypeColumn()
1342 if (typeForNewAccount != null) { in migrateGenericWithTypeColumn()
1343 final int specificMax = typeSpecificMaxMap.get(typeForNewAccount, 0); in migrateGenericWithTypeColumn()
1345 final int currentCount = currentEntryCount.get(typeForNewAccount, 0); in migrateGenericWithTypeColumn()
1349 currentEntryCount.put(typeForNewAccount, currentCount + 1); in migrateGenericWithTypeColumn()