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

Commit b79e00ad authored by Ajay Panicker's avatar Ajay Panicker
Browse files

Add timestamp to rejected calls for PBAP

Bug: 64379209
Test: Reject a call on test device and see that the call log has a timestamp
      for the call.

Change-Id: I422cba8e28567c0364e13dab4452c97df1c9b76c
parent 55463b79
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -217,6 +217,7 @@ public class BluetoothPbapCallLogComposer {
        final int callLogType = mCursor.getInt(CALL_TYPE_COLUMN_INDEX);
        final String callLogTypeStr;
        switch (callLogType) {
            case Calls.REJECTED_TYPE:
            case Calls.INCOMING_TYPE: {
                callLogTypeStr = VCARD_PROPERTY_CALLTYPE_INCOMING;
                break;