Package 

Class SMInterfaceImpl

  • All Implemented Interfaces:
    android.os.IBinder , android.os.IInterface , com.liux.android.sm.api.ISMInterface

    
    public class SMInterfaceImpl
    extends ISMInterface.Stub
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      SMInterfaceImpl(Context context)
    • Method Summary

      Modifier and Type Method Description
      IBinder getService(ComponentName componentName)
      void registerService(ComponentName componentName, IBinder iBinder)
      void unregisterService(ComponentName componentName)
      • Methods inherited from class com.liux.android.sm.api.ISMInterface.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.liux.android.sm.api.ISMInterface

        getService, registerService, unregisterService
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SMInterfaceImpl

        SMInterfaceImpl(Context context)
    • Method Detail

      • getService

         IBinder getService(ComponentName componentName)
      • registerService

         void registerService(ComponentName componentName, IBinder iBinder)