diff options
| author | 2011-01-17 09:11:21 -0800 | |
|---|---|---|
| committer | 2011-01-17 09:15:36 -0800 | |
| commit | ec7c9ff0bb1c98cb8bec3ec7bdacbae3a434fa53 (patch) | |
| tree | 9d4732962086f8f9737828afd46ef7150826dd30 /api/current.xml | |
| parent | 38f79d01db07f7cc3d3b49d594b675adfa8959d5 (diff) | |
Hide USB mass storage APIs in StorageManager
They appear to have been unhidden in a bad merge from gingerbread.
Change-Id: Ice0fc865425d5d885af3c2e90a7ffeaa1d623b80
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/api/current.xml b/api/current.xml index 6b7907472981..ef23af2ff000 100644 --- a/api/current.xml +++ b/api/current.xml @@ -147477,28 +147477,6 @@ deprecated="not deprecated" visibility="public" > -<method name="disableUsbMassStorage" - return="void" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> -<method name="enableUsbMassStorage" - return="void" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> <method name="getMountedObbPath" return="java.lang.String" abstract="false" @@ -147525,28 +147503,6 @@ <parameter name="filename" type="java.lang.String"> </parameter> </method> -<method name="isUsbMassStorageConnected" - return="boolean" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> -<method name="isUsbMassStorageEnabled" - return="boolean" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> <method name="mountObb" return="boolean" abstract="false" @@ -147564,19 +147520,6 @@ <parameter name="listener" type="android.os.storage.OnObbStateChangeListener"> </parameter> </method> -<method name="registerListener" - return="void" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="listener" type="android.os.storage.StorageEventListener"> -</parameter> -</method> <method name="unmountObb" return="boolean" abstract="false" @@ -147594,19 +147537,6 @@ <parameter name="listener" type="android.os.storage.OnObbStateChangeListener"> </parameter> </method> -<method name="unregisterListener" - return="void" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="listener" type="android.os.storage.StorageEventListener"> -</parameter> -</method> </class> <class name="StorageResultCode" extends="java.lang.Object" |