summaryrefslogtreecommitdiff
path: root/telephony/java/android/telephony/PcoData.java
AgeCommit message (Collapse)Author
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
If they were null, then the Parcelable would fail to work. Bug: 126726802 Test: manual Change-Id: I7929ffa2f20e5de1c8e68e8263cca99496e9d014 Exempt-From-Owner-Approval: Trivial API annotations
2016-06-02Add support for UNSOL PCO Data.Robert Greenwalt
PCO is a container in data-call responses with a range of optional fields devoted to carrier-proprietary signalling. This change includes a class to contain this opaque info on its way to carrier apps. bug:28961371 bug:28567303 Change-Id: Ibfc304800bb3d5b8706d56c08400c1d0b4453a55