summaryrefslogtreecommitdiff
path: root/core/java/android/net/QosCallbackException.java
Commit message (Collapse)AuthorAgeFilesLines
* Move QoS API classes to ConnectivityRemi NGUYEN VAN2021-03-011-110/+0
| | | | | | | | | | The classes were added in S and are used to back ConnectivityManager APIs. Add them to the connectivity boundary as they belong together with ConnectivityManager. Bug: 181512874 Test: m Change-Id: I03b5978949b200a72813d1ebc4812d851fe3df37
* Add Qos Callback supportDaniel Bright2021-01-211-0/+110
* Provide App Developers Qos related info associated to a bound socket through ConnectivityManager * Qos sessions are generated and filtered by Network Agents and sent back through the Connectivity Service to the API consumer. * The structure of the code within com.android.server is designed to support different types of filters in the the future. * The first type of Qos Attributes are related to EPS Bearers in order support RCS. Bug: 155176305 Test: Added to cts/NetworkAgentTest Test: Added to ConnectivityServiceTest Change-Id: I145dd065d9deeee449eb9695ab3f6c8556ee7c09