-
- All Implemented Interfaces:
-
android.os.IInterface
public interface IRootServiceManager implements IInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIRootServiceManager.DefaultDefault implementation for IRootServiceManager.
public abstract classIRootServiceManager.StubLocal-side IPC implementation stub class.
public classIRootServiceManager._Parcel
-
Method Summary
Modifier and Type Method Description abstract voidbroadcast(int uid)abstract voidstop(ComponentName name, int uid)abstract voidconnect(IBinder binder)abstract IBinderbind(Intent intent)abstract voidunbind(ComponentName name)-
-
Method Detail
-
broadcast
abstract void broadcast(int uid)
-
stop
abstract void stop(ComponentName name, int uid)
-
unbind
abstract void unbind(ComponentName name)
-
-
-
-