Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1290 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); in compare() local
1296 if (!type1.areContactsWritable() && type2.areContactsWritable()) { in compare()
1298 } else if (type1.areContactsWritable() && !type2.areContactsWritable()) { in compare()
1304 boolean isGoogleAccount1 = type1 instanceof GoogleAccountType; in compare()
1316 if (type1.accountType == null) { in compare()
1319 value = type1.accountType.compareTo(type2.accountType); in compare()
1324 if (type1.dataSet != null) { in compare()
1325 value = type1.dataSet.compareTo(type2.dataSet); in compare()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java563 int type1, String label1, String data1, String auxData1, boolean primary1, in assertContactMethodUpdate() argument
573 values.put(ContactMethods.TYPE, type1); in assertContactMethodUpdate()