Searched defs:unionQuery (Results 1 – 2 of 2) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsProvider.java | 958 String unionQuery = unionQueryBuilder.buildUnionQuery( in getDraftThread() local 1022 String unionQuery = unionQueryBuilder.buildUnionQuery( in getConversations() local 1075 String unionQuery = unionQueryBuilder.buildUnionQuery( in getFirstLockedMessage() local 1093 String unionQuery = buildConversationQuery(projection, selection, sortOrder, smsTable, in getCompleteConversations() local 1133 String unionQuery = buildConversationQuery(projection, finalSelection, sortOrder, smsTable, in getConversationMessages() local 1198 String unionQuery = unionQueryBuilder.buildUnionQuery( in getMessagesByPhoneNumber() local 1287 String unionQuery = unionQueryBuilder.buildUnionQuery( in getUndeliveredMessages() local 1350 String unionQuery = unionQueryBuilder.buildUnionQuery( in buildConversationQuery() local
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | MeasurementDao.java | 1923 String unionQuery = String.join(" UNION ", queries); in fetchFlexSourceIdsFor() local 1933 unionQuery), in fetchFlexSourceIdsFor() argument
|