Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
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 …]
DNrQosSessionAttributes.aidl19 parcelable NrQosSessionAttributes;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DQosCallbackTracker.java30 import android.telephony.data.NrQosSessionAttributes;
433 NrQosSessionAttributes nrQosAttr = in sendSessionAvailable()
434 new NrQosSessionAttributes(qos.get5Qi(), qos.getQfi(), in sendSessionAvailable()
/frameworks/base/boot/
Dpreloaded-classes7804 android.telephony.data.NrQosSessionAttributes$1
7805 android.telephony.data.NrQosSessionAttributes
Dboot-image-profile.txt30212 Landroid/telephony/data/NrQosSessionAttributes$1;
30213 Landroid/telephony/data/NrQosSessionAttributes;
/frameworks/base/config/
Dpreloaded-classes7835 android.telephony.data.NrQosSessionAttributes$1
7836 android.telephony.data.NrQosSessionAttributes
Dboot-image-profile.txt40373 Landroid/telephony/data/NrQosSessionAttributes$1;
40374 Landroid/telephony/data/NrQosSessionAttributes;
/frameworks/base/core/api/
Dsystem-current.txt15924 …public final class NrQosSessionAttributes implements android.os.Parcelable android.net.QosSessionA…
15935 … static final android.os.Parcelable.Creator<android.telephony.data.NrQosSessionAttributes> CREATOR;