Package 

Class RootServiceServer

    • Method Summary

      Modifier and Type Method Description
      static RootServiceServer getInstance(Context context)
      void run()
      void connect(IBinder binder)
      void broadcast(int uid)
      IBinder bind(Intent intent)
      void unbind(ComponentName name)
      void stop(ComponentName name, int uid)
      void selfStop(ComponentName name)
      void register(RootService service)
      • Methods inherited from class com.topjohnwu.superuser.internal.IRootServiceManager.Stub

        asBinder, asInterface, onTransact
      • Methods inherited from class android.os.Binder

        attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath
      • Methods inherited from class android.os.IBinder

        getSuggestedMaxIpcSizeBytes
      • Methods inherited from class com.topjohnwu.superuser.internal.IRootServiceManager

        bind, connect, stop, unbind
      • Methods inherited from class android.os.IInterface

        asBinder
      • Methods inherited from class java.lang.Runnable

        run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait