public interface

IToken

implements IInterface
com.davidluoye.support.IToken
Known Indirect Subclasses

Summary

Nested Classes
class IToken.Default Default implementation for IToken. 
class IToken.Stub Local-side IPC implementation stub class. 
Public Methods
abstract String getCallerPackage()
abstract int getCallerPid()
abstract int getCallerUid()
abstract String getValue(String key)
abstract String setValue(String key, String value)
[Expand]
Inherited Methods
From interface android.os.IInterface

Public Methods

public abstract String getCallerPackage ()

Throws
RemoteException

public abstract int getCallerPid ()

Throws
RemoteException

public abstract int getCallerUid ()

Throws
RemoteException

public abstract String getValue (String key)

Throws
RemoteException

public abstract String setValue (String key, String value)

Throws
RemoteException