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.java411 String extraSelection = "_id=" + uri.getPathSegments().get(1); in query() local
413 ? extraSelection : extraSelection + " AND " + selection; in query()
503 String extraSelection = (proto != -1) ? in query() local
506 extraSelection += " AND " + PendingMessages.MSG_ID + "=" + msgId; in query()
510 ? extraSelection : ("(" + extraSelection + ") AND " + selection); in query()
1096 String extraSelection = "_id=" + threadIdString; in getConversationById() local
1097 String finalSelection = concatSelections(selection, extraSelection); in getConversationById()
1336 String extraSelection = "_id=" + uri.getPathSegments().get(1); in update() local
1338 ? extraSelection : extraSelection + " AND " + selection; in update()