Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70f7af35 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Remove Vcard filter for call-logs am: 8ffc114c

am: 2b35f774

* commit '2b35f774':
  Remove Vcard filter for call-logs
parents 5cdaf110 2b35f774
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -623,7 +623,6 @@ public class BluetoothPbapVcardManager {
        HandlerForStringBuffer buffer = null;
        try {

            VCardFilter vcardfilter = new VCardFilter(ignorefilter ? null : filter);
            composer = new BluetoothPbapCallLogComposer(mContext);
            buffer = new HandlerForStringBuffer(op, ownerVCard);
            if (!composer.init(CallLog.Calls.CONTENT_URI, selection, null, CALLLOG_SORT_ORDER)
@@ -638,9 +637,6 @@ public class BluetoothPbapVcardManager {
                    break;
                }
                String vcard = composer.createOneEntry(vcardType21);
                if (vcard != null) {
                    vcard = vcardfilter.apply(vcard, vcardType21);
                }
                if (vcard == null) {
                    Log.e(TAG,
                            "Failed to read a contact. Error reason: " + composer.getErrorReason());