diff options
author | Gloria Wang <gwang@google.com> | 2011-03-14 12:04:15 -0700 |
---|---|---|
committer | Gloria Wang <gwang@google.com> | 2011-03-14 15:29:08 -0700 |
commit | 27b277779c89251f2aafcc7a56db95d264900c9d (patch) | |
tree | 9bec6bf81a5b201b570c8d1a3255c50905679d47 /api | |
parent | 3ec9d06f070db3a8899ad235736abd0ffaf6f578 (diff) | |
download | frameworks_base-27b277779c89251f2aafcc7a56db95d264900c9d.zip frameworks_base-27b277779c89251f2aafcc7a56db95d264900c9d.tar.gz frameworks_base-27b277779c89251f2aafcc7a56db95d264900c9d.tar.bz2 |
For issue 4082089
Add more info and error events into the DRM framework
Change-Id: I0bb3251c5947fc8e977d478e1ba46b242cb97e9d
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 5bc2dd3..3f8b5fe 100644 --- a/api/current.xml +++ b/api/current.xml @@ -72665,6 +72665,17 @@ <parameter name="message" type="java.lang.String"> </parameter> </constructor> +<field name="TYPE_ACQUIRE_DRM_INFO_FAILED" + type="int" + transient="false" + volatile="false" + value="2008" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="TYPE_NOT_SUPPORTED" type="int" transient="false" @@ -73018,6 +73029,17 @@ visibility="public" > </field> +<field name="TYPE_RIGHTS_REMOVED" + type="int" + transient="false" + volatile="false" + value="6" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="TYPE_WAIT_FOR_RIGHTS" type="int" transient="false" |