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 fromPackage()
abstract int fromPid()
abstract int fromUid()
abstract String getValue(String key)
abstract String setValue(String key, String value)
abstract String string()
[Expand]
Inherited Methods
From interface android.os.IInterface

Public Methods

public abstract String fromPackage ()

Throws
RemoteException

public abstract int fromPid ()

Throws
RemoteException

public abstract int fromUid ()

Throws
RemoteException

public abstract String getValue (String key)

Throws
RemoteException

public abstract String setValue (String key, String value)

Throws
RemoteException

public abstract String string ()

Throws
RemoteException