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

Commit 44417302 authored by Hunsuk Choi's avatar Hunsuk Choi Committed by Android (Google) Code Review
Browse files

Merge "Add isVopsSupported to EmergencyRegResult"

parents ec5060aa bdb4be85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ parcelable EmergencyRegResult {
  android.hardware.radio.AccessNetwork accessNetwork;
  android.hardware.radio.network.RegState regState;
  android.hardware.radio.network.Domain emcDomain;
  boolean isVopsSupported;
  boolean isEmcBearerSupported;
  byte nwProvidedEmc;
  byte nwProvidedEmf;
+5 −0
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@ parcelable EmergencyRegResult {
     */
    Domain emcDomain;

    /**
     * This indicates whether the network supports voice over PS network.
     */
    boolean isVopsSupported;

    /**
     * This indicates if camped network support VoLTE emergency bearers.
     * This should only be set if the UE is in LTE mode.