public static class

IToken.Default

extends Object
implements IToken
java.lang.Object
   ↳ com.davidluoye.support.IToken.Default

Class Overview

Default implementation for IToken.

Summary

Public Constructors
Default()
Public Methods
IBinder asBinder()
String getCallerPackage()
int getCallerPid()
int getCallerUid()
String getValue(String key)
String setValue(String key, String value)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.IInterface
From interface com.davidluoye.support.IToken

Public Constructors

public Default ()

Public Methods

public IBinder asBinder ()

public String getCallerPackage ()

Throws
RemoteException

public int getCallerPid ()

Throws
RemoteException

public int getCallerUid ()

Throws
RemoteException

public String getValue (String key)

Throws
RemoteException

public String setValue (String key, String value)

Throws
RemoteException