Searched refs:typeInt (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 5111 final int typeInt = getDataUsageFeedbackType(usageType.toLowerCase(), null); in updateFromMetaDataEntry() local 5116 usageStatsValues.put(DataUsageStatColumns.USAGE_TYPE_INT, typeInt); in updateFromMetaDataEntry() 5128 final int typeInt = getAggregationType(aggregationData.mType, null); in updateFromMetaDataEntry() local 5139 values.put(AggregationExceptions.TYPE, typeInt); in updateFromMetaDataEntry() 6364 final int typeInt = getDataUsageFeedbackType(typeParam, in queryLocal() local 6366 setTablesAndProjectionMapForData(qb, uri, projection, true, typeInt); in queryLocal() 6542 final int typeInt = getDataUsageFeedbackType(typeParam, in queryLocal() local 6544 setTablesAndProjectionMapForData(qb, uri, projection, true, typeInt); in queryLocal() 6808 final int typeInt = getDataUsageFeedbackType(usageType, USAGE_TYPE_ALL); in queryLocal() local 6809 setTablesAndProjectionMapForData(qb, uri, projection, false, typeInt); in queryLocal()
|