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

Commit 3239ea1d authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6329815 from 41dbedc8 to rvc-release

Change-Id: I31ebe29bc0723787c8cf99c6ce2eacdb3737bdce
parents 0410e7ab 41dbedc8
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -847,6 +847,19 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,

        s.append("\n\tTo address: ");
        s.append(Log.piiHandle(getHandle()));
        if (isIncoming()) {
            switch (mCallerNumberVerificationStatus) {
                case Connection.VERIFICATION_STATUS_FAILED:
                    s.append(" Verstat: fail");
                    break;
                case Connection.VERIFICATION_STATUS_NOT_VERIFIED:
                    s.append(" Verstat: not");
                    break;
                case Connection.VERIFICATION_STATUS_PASSED:
                    s.append(" Verstat: pass");
                    break;
            }
        }
        s.append(" Presentation: ");
        switch (getHandlePresentation()) {
            case TelecomManager.PRESENTATION_ALLOWED: