diff options
author | Christopher Tate <ctate@google.com> | 2010-04-09 13:05:16 -0700 |
---|---|---|
committer | Christopher Tate <ctate@google.com> | 2010-04-12 14:15:37 -0700 |
commit | fc922f115325371aaadd4e423472476303039a72 (patch) | |
tree | 93a28ff7a19244125fa51959336f38daa56cee76 /api | |
parent | 290a48b365479eccd16023b5de0d92063bb68b4d (diff) | |
download | frameworks_base-fc922f115325371aaadd4e423472476303039a72.zip frameworks_base-fc922f115325371aaadd4e423472476303039a72.tar.gz frameworks_base-fc922f115325371aaadd4e423472476303039a72.tar.bz2 |
API CHANGE: remove obsolete constants and hide some methods
This change removes some unused constants from BackupDataOutput
and hides a few methods that do not actually need to be exposed.
Change-Id: I47a9a107a5b58f4d53b5a2fcf9b73a765b1c5dd8
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/api/current.xml b/api/current.xml index a2063b5..8cffff1 100644 --- a/api/current.xml +++ b/api/current.xml @@ -27062,19 +27062,6 @@ deprecated="not deprecated" visibility="public" > -<method name="setKeyPrefix" - return="void" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="keyPrefix" type="java.lang.String"> -</parameter> -</method> <method name="writeEntityData" return="int" abstract="false" @@ -27109,28 +27096,6 @@ <exception name="IOException" type="java.io.IOException"> </exception> </method> -<field name="OP_DELETE" - type="int" - transient="false" - volatile="false" - value="2" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> -<field name="OP_UPDATE" - type="int" - transient="false" - volatile="false" - value="1" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> </class> <interface name="BackupHelper" abstract="true" |