Searched refs:typeInt (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4967 final int typeInt = getAggregationType(aggregationData.mType, null); in updateFromMetaDataEntry() local 4978 values.put(AggregationExceptions.TYPE, typeInt); in updateFromMetaDataEntry() 6174 final int typeInt = getDataUsageFeedbackType(typeParam, in queryLocal() local 6176 setTablesAndProjectionMapForData(qb, uri, projection, true, typeInt); in queryLocal() 6352 final int typeInt = getDataUsageFeedbackType(typeParam, in queryLocal() local 6354 setTablesAndProjectionMapForData(qb, uri, projection, true, typeInt); in queryLocal() 6618 final int typeInt = getDataUsageFeedbackType(usageType, USAGE_TYPE_ALL); in queryLocal() local 6619 setTablesAndProjectionMapForData(qb, uri, projection, false, typeInt); in queryLocal()
|