HomeSort by relevance Sort by last modified time
    Searched full:extraselection (Results 1 - 2 of 2) sorted by null

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 583 String table, extraSelection = null;
594 extraSelection = Mms._ID + "=" + uri.getLastPathSegment();
605 extraSelection = Mms.MESSAGE_BOX + "=" + msgBox;
613 extraSelection = Part.MSG_ID + "=" + uri.getPathSegments().get(0);
617 extraSelection = Part._ID + "=" + uri.getPathSegments().get(1);
621 extraSelection = Addr.MSG_ID + "=" + uri.getPathSegments().get(0);
631 String finalSelection = concatSelections(selection, extraSelection);
784 String extraSelection = null;
797 extraSelection = Mms._ID + "=" + msgId;
804 extraSelection = Part.MSG_ID + "=" + uri.getPathSegments().get(0)
    [all...]
MmsSmsProvider.java 379 String extraSelection = "_id=" + uri.getPathSegments().get(1);
381 ? extraSelection : extraSelection + " AND " + selection;
471 String extraSelection = (proto != -1) ?
474 extraSelection += " AND " + PendingMessages.MSG_ID + "=" + msgId;
478 ? extraSelection : ("(" + extraSelection + ") AND " + selection);
    [all...]

Completed in 93 milliseconds