Merge "API review: Additional comment for QosSession."

This commit is contained in:
Sewook Seo
2022-03-15 10:10:27 +00:00
committed by Gerrit Code Review

View File

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