From 5f703feca148cf2c3a145b93f14d5b53024ca56a Mon Sep 17 00:00:00 2001 From: sewookseo Date: Thu, 10 Mar 2022 07:24:03 +0000 Subject: [PATCH] API review: Additional comment for QosSession. Additional comment on getSessionId in QosSession. Bug: 216368595 Test: build Change-Id: I0575253ef490e3d456e69816d52075c2d10813f0 --- framework/src/android/net/QosSession.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/framework/src/android/net/QosSession.java b/framework/src/android/net/QosSession.java index 93f2ff2bf7..25f3965f1e 100644 --- a/framework/src/android/net/QosSession.java +++ b/framework/src/android/net/QosSession.java @@ -58,12 +58,12 @@ public final class QosSession implements Parcelable { } /** - * Gets the session id that is unique within that type. + * Gets the {@link QosSession} identifier which is set by the actor providing the QoS. *

- * Note: The session id is set by the actor providing the qos. It can be either manufactured by - * the actor, but also may have a particular meaning within that type. For example, using the - * bearer id as the session id for {@link android.telephony.data.EpsBearerQosSessionAttributes} - * is a straight forward way to keep the sessions unique from one another within that type. + * Note: It can be either manufactured by the actor, but also may have a particular meaning + * within that type. For example, using the bearer id as the session id for + * {@link android.telephony.data.EpsBearerQosSessionAttributes} is a straight forward way to + * keep the sessions unique from one another within that type. * * @return the id of the session */