Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java768 String unionQuery = unionQueryBuilder.buildUnionQuery( in getDraftThread() local
773 outerQueryBuilder.setTables("(" + unionQuery + ")"); in getDraftThread()
832 String unionQuery = unionQueryBuilder.buildUnionQuery( in getConversations() local
837 outerQueryBuilder.setTables("(" + unionQuery + ")"); in getConversations()
885 String unionQuery = unionQueryBuilder.buildUnionQuery( in getFirstLockedMessage() local
888 Cursor cursor = mOpenHelper.getReadableDatabase().rawQuery(unionQuery, EMPTY_STRING_ARRAY); in getFirstLockedMessage()
891 Log.v("MmsSmsProvider", "getFirstLockedMessage query: " + unionQuery); in getFirstLockedMessage()
903 String unionQuery = buildConversationQuery(projection, selection, sortOrder); in getCompleteConversations() local
905 return mOpenHelper.getReadableDatabase().rawQuery(unionQuery, EMPTY_STRING_ARRAY); in getCompleteConversations()
942 String unionQuery = buildConversationQuery(projection, finalSelection, sortOrder); in getConversationMessages() local
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5493 final String unionQuery = in queryLocal() local
5512 Cursor cursor = db.rawQuery(unionQuery, doubledSelectionArgs); in queryLocal()