Searched refs:contentItemType (Results 1 – 2 of 2) sorted by relevance
1082 String contentItemType, int type, String stringType) { in findTypedData() argument1091 if (mimeType.equals(contentItemType)) { in findTypedData()1127 int type, String contentItemType) { in findUntypedData() argument1136 if (mimeType.equals(contentItemType)) { in findUntypedData()
1502 private Uri findFirstDataRow(long rawContactId, String contentItemType) { in findFirstDataRow() argument1503 long dataId = findFirstDataId(rawContactId, contentItemType); in findFirstDataRow()