Searched refs:typeInt (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/presence/ |
D | DataElementHeader.java | 156 for (int typeInt : typeIntList) { 157 res[index++] = (byte) typeInt;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 6717 final int typeInt = getDataUsageFeedbackType(typeParam, in queryLocal() local 6719 setTablesAndProjectionMapForData(qb, uri, projection, true, typeInt); in queryLocal() 6898 final int typeInt = getDataUsageFeedbackType(typeParam, in queryLocal() local 6900 setTablesAndProjectionMapForData(qb, uri, projection, true, typeInt); in queryLocal() 7164 final int typeInt = getDataUsageFeedbackType(usageType, USAGE_TYPE_ALL); in queryLocal() local 7165 setTablesAndProjectionMapForData(qb, uri, projection, false, typeInt); in queryLocal()
|