Searched refs:NrQosSessionAttributes (Results 1 – 8 of 8) sorted by relevance
42 public final class NrQosSessionAttributes implements Parcelable, QosSessionAttributes { class43 private static final String TAG = NrQosSessionAttributes.class.getSimpleName();167 public NrQosSessionAttributes(final int fiveQi, final int qfi, in NrQosSessionAttributes() method in NrQosSessionAttributes195 private NrQosSessionAttributes(@NonNull final Parcel in) { in NrQosSessionAttributes() method in NrQosSessionAttributes248 NrQosSessionAttributes nrQosAttr = (NrQosSessionAttributes) o; in equals()269 public static final Creator<NrQosSessionAttributes> CREATOR =270 new Creator<NrQosSessionAttributes>() {273 public NrQosSessionAttributes createFromParcel(@NonNull final Parcel in) {274 return new NrQosSessionAttributes(in);279 public NrQosSessionAttributes[] newArray(final int size) {[all …]
19 parcelable NrQosSessionAttributes;
30 import android.telephony.data.NrQosSessionAttributes;433 NrQosSessionAttributes nrQosAttr = in sendSessionAvailable()434 new NrQosSessionAttributes(qos.get5Qi(), qos.getQfi(), in sendSessionAvailable()
7804 android.telephony.data.NrQosSessionAttributes$17805 android.telephony.data.NrQosSessionAttributes
30212 Landroid/telephony/data/NrQosSessionAttributes$1;30213 Landroid/telephony/data/NrQosSessionAttributes;
7835 android.telephony.data.NrQosSessionAttributes$17836 android.telephony.data.NrQosSessionAttributes
40373 Landroid/telephony/data/NrQosSessionAttributes$1;40374 Landroid/telephony/data/NrQosSessionAttributes;
15924 …public final class NrQosSessionAttributes implements android.os.Parcelable android.net.QosSessionA…15935 … static final android.os.Parcelable.Creator<android.telephony.data.NrQosSessionAttributes> CREATOR;