Searched defs:accountType (Results 51 - 52 of 52) sorted by relevance

123

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1741 String accountType = null;
1746 accountType = account.type;
1749 verifyColorExists(accountName, accountType, color_index, Colors.TYPE_EVENT);
2130 String accountType = null;
2133 accountType = account.type;
2135 int color = verifyColorExists(accountName, accountType, color_id,
2204 String accountType = values.getAsString(
2206 final Account account = new Account(accountName, accountType);
2213 String accountType = values.getAsString(Calendars.ACCOUNT_TYPE);
2214 int color = verifyColorExists(accountName, accountType, cal_color_i
2610 getColorByTypeIndex(String accountName, String accountType, long colorType, String colorIndex) argument
4139 verifyColorExists(String accountName, String accountType, String colorIndex, int colorType) argument
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1219 String accountType; field in class:ContactsProvider2.DirectoryInfo
2416 String accountType = getQueryParameter(uri, RawContacts.ACCOUNT_TYPE);
2417 final boolean partialUri = TextUtils.isEmpty(accountName) ^ TextUtils.isEmpty(accountType);
2438 && TextUtils.equals(accountType, valueAccountType);
2446 values.put(RawContacts.ACCOUNT_TYPE, accountType);
2449 accountType = valueAccountType;
2457 || !mAccount.type.equals(accountType)) {
2458 mAccount = new Account(accountName, accountType);
2981 String accountType = values.getAsString(Settings.ACCOUNT_TYPE);
2987 if (accountType !
[all...]

Completed in 438 milliseconds

123