|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMountService
WARNING! Update IMountService.h and IMountService.cpp if you change this file. In particular, the ordering of the methods below must match the _TRANSACTION enum in IMountService.cpp
| Nested Class Summary | |
|---|---|
static class |
IMountService.Stub
Local-side IPC implementation stub class. |
| Method Summary | |
|---|---|
boolean |
getMassStorageConnected()
Is mass storage connected? |
boolean |
getMassStorageEnabled()
Is mass storage support enabled? |
void |
mountMedia(String mountPoint)
Mount external storage at given mount point. |
void |
setMassStorageEnabled(boolean enabled)
Enable or disable mass storage support. |
void |
unmountMedia(String mountPoint)
Safely unmount external storage at given mount point. |
| Methods inherited from interface android.os.IInterface |
|---|
asBinder |
| Method Detail |
|---|
boolean getMassStorageEnabled()
throws RemoteException
RemoteException
void setMassStorageEnabled(boolean enabled)
throws RemoteException
RemoteException
boolean getMassStorageConnected()
throws RemoteException
RemoteException
void mountMedia(String mountPoint)
throws RemoteException
RemoteException
void unmountMedia(String mountPoint)
throws RemoteException
RemoteException
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||