android.app
Interface IStatusBar
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IStatusBar.Stub
public interface IStatusBar
- extends IInterface
|
Nested Class Summary |
static class |
IStatusBar.Stub
Local-side IPC implementation stub class. |
activate
void activate()
throws RemoteException
- Throws:
RemoteException
deactivate
void deactivate()
throws RemoteException
- Throws:
RemoteException
toggle
void toggle()
throws RemoteException
- Throws:
RemoteException
disable
void disable(int what,
IBinder token,
String pkg)
throws RemoteException
- Throws:
RemoteException
addIcon
IBinder addIcon(String slot,
String iconPackage,
int iconId,
int iconLevel)
throws RemoteException
- Throws:
RemoteException
updateIcon
void updateIcon(IBinder key,
String slot,
String iconPackage,
int iconId,
int iconLevel)
throws RemoteException
- Throws:
RemoteException
removeIcon
void removeIcon(IBinder key)
throws RemoteException
- Throws:
RemoteException
Please submit a feedback, bug or feature