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.java805 String unionQuery = unionQueryBuilder.buildUnionQuery( in getDraftThread() local
810 outerQueryBuilder.setTables("(" + unionQuery + ")"); in getDraftThread()
869 String unionQuery = unionQueryBuilder.buildUnionQuery( in getConversations() local
874 outerQueryBuilder.setTables("(" + unionQuery + ")"); in getConversations()
922 String unionQuery = unionQueryBuilder.buildUnionQuery( in getFirstLockedMessage() local
925 Cursor cursor = mOpenHelper.getReadableDatabase().rawQuery(unionQuery, EMPTY_STRING_ARRAY); in getFirstLockedMessage()
928 Log.v("MmsSmsProvider", "getFirstLockedMessage query: " + unionQuery); in getFirstLockedMessage()
940 String unionQuery = buildConversationQuery(projection, selection, sortOrder, smsTable, in getCompleteConversations() local
943 return mOpenHelper.getReadableDatabase().rawQuery(unionQuery, EMPTY_STRING_ARRAY); in getCompleteConversations()
980 String unionQuery = buildConversationQuery(projection, finalSelection, sortOrder, smsTable, in getConversationMessages() local
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java6129 final String unionQuery = in queryLocal() local
6148 Cursor cursor = db.rawQuery(unionQuery, doubledSelectionArgs); in queryLocal()