Searched refs:NrQosSessionAttributes (Results 1 – 7 of 7) 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;
7635 android.telephony.data.NrQosSessionAttributes$17636 android.telephony.data.NrQosSessionAttributes
30433 Landroid/telephony/data/NrQosSessionAttributes$1;30434 Landroid/telephony/data/NrQosSessionAttributes;
7666 android.telephony.data.NrQosSessionAttributes$17667 android.telephony.data.NrQosSessionAttributes
40567 Landroid/telephony/data/NrQosSessionAttributes$1;40568 Landroid/telephony/data/NrQosSessionAttributes;
15343 …public final class NrQosSessionAttributes implements android.os.Parcelable android.net.QosSessionA…15354 … static final android.os.Parcelable.Creator<android.telephony.data.NrQosSessionAttributes> CREATOR;