-
- 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 IBindergetService(ComponentName componentName)voidregisterService(ComponentName componentName, IBinder iBinder)voidunregisterService(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
-
-
Method Detail
-
getService
IBinder getService(ComponentName componentName)
-
registerService
void registerService(ComponentName componentName, IBinder iBinder)
-
unregisterService
void unregisterService(ComponentName componentName)
-
-
-
-