Loading radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/DataProfileInfo.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ parcelable DataProfileInfo { int mtuV6; boolean preferred; boolean persistent; boolean alwaysOn; const int ID_DEFAULT = 0; const int ID_TETHERED = 1; const int ID_IMS = 2; Loading radio/aidl/android/hardware/radio/data/DataProfileInfo.aidl +7 −0 Original line number Diff line number Diff line Loading @@ -115,4 +115,11 @@ parcelable DataProfileInfo { * If the same data profile exists, this data profile must overwrite it. */ boolean persistent; /** * Indicates the PDU session brought up by this data profile should be always-on. * An always-on PDU Session is a PDU Session for which User Plane resources have to be * activated during every transition from CM-IDLE mode to CM-CONNECTED state. * See 3GPP TS 23.501 section 5.6.13 for the details. */ boolean alwaysOn; } Loading
radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/DataProfileInfo.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ parcelable DataProfileInfo { int mtuV6; boolean preferred; boolean persistent; boolean alwaysOn; const int ID_DEFAULT = 0; const int ID_TETHERED = 1; const int ID_IMS = 2; Loading
radio/aidl/android/hardware/radio/data/DataProfileInfo.aidl +7 −0 Original line number Diff line number Diff line Loading @@ -115,4 +115,11 @@ parcelable DataProfileInfo { * If the same data profile exists, this data profile must overwrite it. */ boolean persistent; /** * Indicates the PDU session brought up by this data profile should be always-on. * An always-on PDU Session is a PDU Session for which User Plane resources have to be * activated during every transition from CM-IDLE mode to CM-CONNECTED state. * See 3GPP TS 23.501 section 5.6.13 for the details. */ boolean alwaysOn; }