Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81db932f authored by sewookseo's avatar sewookseo Committed by Sewook Seo
Browse files

API review: Additional comment for QosApi.

Adding comment to EpsBearerQosSessionAttribute javadoc.

Bug: 216368595
Test: build
Change-Id: Ie7b8722abb082743bb67f77797de900913cf2871
parent a4f24f08
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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}
 */