Searched refs:contentItemType (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java1077 * @param contentItemType the mime type we're looking for
1082 String contentItemType, int type, String stringType) {
1091 if (mimeType.equals(contentItemType)) {
1122 * @param contentItemType the mime type we're looking for
1127 int type, String contentItemType) {
1136 if (mimeType.equals(contentItemType)) {
1081 findTypedData(ArrayList<NamedContentValues> list, String contentItemType, int type, String stringType) argument
1126 findUntypedData(ArrayList<NamedContentValues> list, int type, String contentItemType) argument
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java1502 private Uri findFirstDataRow(long rawContactId, String contentItemType) { argument
1503 long dataId = findFirstDataId(rawContactId, contentItemType);

Completed in 120 milliseconds