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

Commit d5349d8c authored by Shriram Ganesh's avatar Shriram Ganesh
Browse files

Add handover information as extra in Call Details

1. Add handover information for a call as extra key with a
value for LTE to IWLAN failure.

Change-Id: I71428db8849a74047694898f66f538b9ee4190f0
CRs-Fixed: 601334
parent 9a6ba331
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -137,6 +137,8 @@ public class CallDetails {

    public static final String EXTRAS_IS_CONFERENCE_URI = "isConferenceUri";
    public static final String EXTRAS_PARENT_CALL_ID = "parentCallId";
    public static final String EXTRAS_HANDOVER_INFORMATION = "handoverInfo";
    public static final int EXTRA_TYPE_LTE_TO_IWLAN_HO_FAIL = 1;

    public int call_type;
    public int call_domain;