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

Commit 6b1b5204 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "Add rejected calls to Incomming Call History"

am: d3a53dc1

Change-Id: I3351863c632270fac223726a624ae0fe2d8e0bf7
parents 6e7558d7 d3a53dc1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1042,7 +1042,8 @@ public class BluetoothPbapObexServer extends ServerRequestHandler {
        String selection = null;
        switch (type) {
            case ContentType.INCOMING_CALL_HISTORY:
                selection = Calls.TYPE + "=" + CallLog.Calls.INCOMING_TYPE;
                selection = "(" + Calls.TYPE + "=" + CallLog.Calls.INCOMING_TYPE + " OR "
                        + Calls.TYPE + "=" + CallLog.Calls.REJECTED_TYPE + ")";
                break;
            case ContentType.OUTGOING_CALL_HISTORY:
                selection = Calls.TYPE + "=" + CallLog.Calls.OUTGOING_TYPE;