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

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 346 String finalSelection = TextUtils.isEmpty(selection)
350 finalSelection,
441 String finalSelection = TextUtils.isEmpty(selection)
446 finalSelection, selectionArgs, null, null, finalOrder);
    [all...]
MmsProvider.java 607 String finalSelection = concatSelections(selection, extraSelection);
612 deletedRows = deleteMessages(getContext(), db, finalSelection,
615 deletedRows = deleteParts(db, finalSelection, selectionArgs);
617 deletedRows = deleteTempDrmData(db, finalSelection, selectionArgs);
619 deletedRows = db.delete(table, finalSelection, selectionArgs);
792 String finalSelection = concatSelections(selection, extraSelection);
794 int count = db.update(table, finalValues, finalSelection, selectionArgs);
    [all...]

Completed in 43 milliseconds