Searched refs:typeInt (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 5084 final int typeInt = getDataUsageFeedbackType(usageType.toLowerCase(), null); in updateFromMetaDataEntry() local 5089 usageStatsValues.put(DataUsageStatColumns.USAGE_TYPE_INT, typeInt); in updateFromMetaDataEntry() 5101 final int typeInt = getAggregationType(aggregationData.mType, null); in updateFromMetaDataEntry() local 5112 values.put(AggregationExceptions.TYPE, typeInt); in updateFromMetaDataEntry() 6284 final int typeInt = getDataUsageFeedbackType(typeParam, in queryLocal() local 6286 setTablesAndProjectionMapForData(qb, uri, projection, true, typeInt); in queryLocal() 6462 final int typeInt = getDataUsageFeedbackType(typeParam, in queryLocal() local 6464 setTablesAndProjectionMapForData(qb, uri, projection, true, typeInt); in queryLocal() 6728 final int typeInt = getDataUsageFeedbackType(usageType, USAGE_TYPE_ALL); in queryLocal() local 6729 setTablesAndProjectionMapForData(qb, uri, projection, false, typeInt); in queryLocal()
|