Searched refs:type2 (Results 1 – 2 of 2) sorted by relevance
1293 final AccountType type2 = accountTypes.getAccountType(accountType2, dataSet2); in compare() local1296 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()
564 int type2, String label2, String data2, String auxData2, boolean primary2) { in assertContactMethodUpdate() argument582 values.put(ContactMethods.TYPE, type2); in assertContactMethodUpdate()