Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactDeltaComparator.java48 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare() local
50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); in compare()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2909 String accountType1 = "accountType1"; in testUpdateFromMetadataEntry() local
2912 Account account1 = new Account(accountName1, accountType1); in testUpdateFromMetadataEntry()
2960 backupId, accountType1, accountName1, null); in testUpdateFromMetadataEntry()
2977 assertStoredValue(rawContactUri, RawContacts.ACCOUNT_TYPE, accountType1); in testUpdateFromMetadataEntry()
2989 assertStoredValue(rawContactUri, RawContacts.ACCOUNT_TYPE, accountType1); in testUpdateFromMetadataEntry()