Searched refs:type1 (Results 1 – 2 of 2) sorted by relevance
1290 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); in compare() local1296 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()
563 int type1, String label1, String data1, String auxData1, boolean primary1, in assertContactMethodUpdate() argument573 values.put(ContactMethods.TYPE, type1); in assertContactMethodUpdate()