Merge "API review: Additional comment for QosApi." am: 634b3fec76

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2019630

Change-Id: Id188f5f6dd8fe26e3c3b37da0319faf05d556ba6
This commit is contained in:
Sewook Seo
2022-03-16 03:52:34 +00:00
committed by Automerger Merge Worker

View File

@@ -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}
*/