Home
last modified time | relevance | path

Searched refs:typeInt (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/presence/
DDataElementHeader.java156 for (int typeInt : typeIntList) {
157 res[index++] = (byte) typeInt;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java6717 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()