Home
last modified time | relevance | path

Searched refs:NrQosSessionAttributes (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DNrQosSessionAttributes.java42 public final class NrQosSessionAttributes implements Parcelable, QosSessionAttributes { class
43 private static final String TAG = NrQosSessionAttributes.class.getSimpleName();
167 public NrQosSessionAttributes(final int fiveQi, final int qfi, in NrQosSessionAttributes() method in NrQosSessionAttributes
195 private NrQosSessionAttributes(@NonNull final Parcel in) { in NrQosSessionAttributes() method in NrQosSessionAttributes
248 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 …]
H A DNrQosSessionAttributes.aidl19 parcelable NrQosSessionAttributes;
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes7635 android.telephony.data.NrQosSessionAttributes$1
7636 android.telephony.data.NrQosSessionAttributes
H A Dboot-image-profile.txt30433 Landroid/telephony/data/NrQosSessionAttributes$1;
30434 Landroid/telephony/data/NrQosSessionAttributes;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes7666 android.telephony.data.NrQosSessionAttributes$1
7667 android.telephony.data.NrQosSessionAttributes
H A Dboot-image-profile.txt40567 Landroid/telephony/data/NrQosSessionAttributes$1;
40568 Landroid/telephony/data/NrQosSessionAttributes;
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt15343 …public final class NrQosSessionAttributes implements android.os.Parcelable android.net.QosSessionA…
15354 … static final android.os.Parcelable.Creator<android.telephony.data.NrQosSessionAttributes> CREATOR;