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 380 String finalSelection = TextUtils.isEmpty(selection)
384 finalSelection,
477 String finalSelection = TextUtils.isEmpty(selection)
482 finalSelection, selectionArgs, null, null, finalOrder);
    [all...]
MmsProvider.java 636 String finalSelection = concatSelections(selection, extraSelection);
641 deletedRows = deleteMessages(getContext(), db, finalSelection,
644 deletedRows = deleteParts(db, finalSelection, selectionArgs);
646 deletedRows = deleteTempDrmData(db, finalSelection, selectionArgs);
648 deletedRows = db.delete(table, finalSelection, selectionArgs);
824 String finalSelection = concatSelections(selection, extraSelection);
    [all...]

Completed in 37 milliseconds