diff options
| author | 2022-03-16 03:20:55 +0000 | |
|---|---|---|
| committer | 2022-03-16 03:20:55 +0000 | |
| commit | 634b3fec766aafdea88e1a0806988a84c0825754 (patch) | |
| tree | b36d3acd156d2751f24ff1e0e8e73d38f1b8f4d8 | |
| parent | a7006818d3db220182e7ff31a1b9a2c7c22d43e8 (diff) | |
| parent | 81db932f12acfa03e43f5569a07eff47d1872f2d (diff) | |
Merge "API review: Additional comment for QosApi."
| -rw-r--r-- | telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java b/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java index fe4453081362..5ffee5638cfa 100644 --- a/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java +++ b/telephony/java/android/telephony/data/EpsBearerQosSessionAttributes.java @@ -32,7 +32,12 @@ import java.util.List; import java.util.Objects; /** - * Provides Qos attributes of an EPS bearer. + * Provides QOS attributes of an EPS bearer. + * + * <p> The dedicated EPS bearer along with QOS is allocated by the LTE network and notified to the + * device. The Telephony framework creates the {@link EpsBearerQosSessionAttributes} object which + * represents the QOS of the dedicated bearer and notifies the same to applications via + * {@link QosCallback}. * * {@hide} */ |