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

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 272 selection = concatSelections(
626 private static String concatSelections(String selection1, String selection2) {
700 concatSelections(selection, Mms.MESSAGE_BOX + "=" + Mms.MESSAGE_BOX_DRAFTS),
705 concatSelections(selection, Sms.TYPE + "=" + Sms.MESSAGE_TYPE_DRAFT),
764 concatSelections(selection, MMS_CONVERSATION_CONSTRAINT), selectionArgs,
769 concatSelections(selection, SMS_CONVERSATION_CONSTRAINT), selectionArgs,
    [all...]
MmsProvider.java 542 String finalSelection = concatSelections(selection, extraSelection);
703 String finalSelection = concatSelections(selection, extraSelection);
    [all...]

Completed in 83 milliseconds