Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1293 final AccountType type2 = accountTypes.getAccountType(accountType2, dataSet2); in compare() local
1296 if (!type1.areContactsWritable() && type2.areContactsWritable()) { in compare()
1298 } else if (type1.areContactsWritable() && !type2.areContactsWritable()) { in compare()
1305 boolean isGoogleAccount2 = type2 instanceof GoogleAccountType; in compare()
1319 value = type1.accountType.compareTo(type2.accountType); in compare()
1325 value = type1.dataSet.compareTo(type2.dataSet); in compare()
1329 } else if (type2.dataSet != null) { in compare()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java564 int type2, String label2, String data2, String auxData2, boolean primary2) { in assertContactMethodUpdate() argument
582 values.put(ContactMethods.TYPE, type2); in assertContactMethodUpdate()