Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsProvider.java627 String table, extraSelection = null; in delete() local
638 extraSelection = Mms._ID + "=" + uri.getLastPathSegment(); in delete()
649 extraSelection = Mms.MESSAGE_BOX + "=" + msgBox; in delete()
657 extraSelection = Part.MSG_ID + "=" + uri.getPathSegments().get(0); in delete()
661 extraSelection = Part._ID + "=" + uri.getPathSegments().get(1); in delete()
665 extraSelection = Addr.MSG_ID + "=" + uri.getPathSegments().get(0); in delete()
675 String finalSelection = concatSelections(selection, extraSelection); in delete()
831 String extraSelection = null; in update() local
844 extraSelection = Mms._ID + "=" + msgId; in update()
851 extraSelection = Part.MSG_ID + "=" + uri.getPathSegments().get(0); in update()
[all …]
DMmsSmsProvider.java383 String extraSelection = "_id=" + uri.getPathSegments().get(1); in query() local
385 ? extraSelection : extraSelection + " AND " + selection; in query()
475 String extraSelection = (proto != -1) ? in query() local
478 extraSelection += " AND " + PendingMessages.MSG_ID + "=" + msgId; in query()
482 ? extraSelection : ("(" + extraSelection + ") AND " + selection); in query()
1067 String extraSelection = "_id=" + threadIdString; in getConversationById() local
1068 String finalSelection = concatSelections(selection, extraSelection); in getConversationById()
1307 String extraSelection = "_id=" + uri.getPathSegments().get(1); in update() local
1309 ? extraSelection : extraSelection + " AND " + selection; in update()