public static abstract class IPackageVerificationApiService.Stub extends BaseStub
implements IPackageVerificationApiService
implements IPackageVerificationApiService
Nested Class Summary
class | IPackageVerificationApiService.Stub.Proxy |
Inherited Constant Summary
From interface android.os.IBinder
int | DUMP_TRANSACTION | |
int | FIRST_CALL_TRANSACTION | |
int | FLAG_ONEWAY | |
int | INTERFACE_TRANSACTION | |
int | LAST_CALL_TRANSACTION | |
int | LIKE_TRANSACTION | |
int | PING_TRANSACTION | |
int | TWEET_TRANSACTION |
Public Constructor Summary
Public Method Summary
static IPackageVerificationApiService |
asInterface(IBinder obj)
|
Protected Method Summary
boolean |
Inherited Method Summary
From class com.google.android.aidl.BaseStub
From class android.os.Binder
void | |
final static long |
clearCallingIdentity()
|
void | |
void | |
void | |
final static void |
flushPendingCommands()
|
final static int |
getCallingPid()
|
final static int |
getCallingUid()
|
final static UserHandle |
getCallingUserHandle()
|
String |
getInterfaceDescriptor()
|
boolean |
isBinderAlive()
|
final static void |
joinThreadPool()
|
void |
linkToDeath(IBinder.DeathRecipient
arg0, int arg1)
|
boolean | |
boolean |
pingBinder()
|
IInterface |
queryLocalInterface(String arg0)
|
final static void |
restoreCallingIdentity(long arg0)
|
final boolean | |
boolean |
unlinkToDeath(IBinder.DeathRecipient
arg0, int arg1)
|
From class java.lang.Object
From interface android.os.IInterface
abstract IBinder |
asBinder()
|
From interface android.os.IBinder
abstract void | |
abstract void | |
abstract String |
getInterfaceDescriptor()
|
abstract boolean |
isBinderAlive()
|
abstract void |
linkToDeath(IBinder.DeathRecipient
arg0, int arg1)
|
abstract boolean |
pingBinder()
|
abstract IInterface |
queryLocalInterface(String arg0)
|
abstract boolean | |
abstract boolean |
unlinkToDeath(IBinder.DeathRecipient
arg0, int arg1)
|
From interface
com.google.android.vending.verifier.IPackageVerificationApiService
abstract void |
getVerifyAppsData(IVerifyAppsDataCallback
callback, long flags)
This method can be used to get a variety of VerifyApps related data.
|
abstract void | |
abstract void |
listHarmfulApps(IListHarmfulAppsCallback
callback)
Get a list of the harmful apps that are currently installed on the
device.
|
Public Constructors
public IPackageVerificationApiService.Stub ()
Public Methods
public static IPackageVerificationApiService asInterface (IBinder obj)
Protected Methods
protected boolean dispatchTransaction (int code, Parcel data, Parcel reply, int flags)
Throws
RemoteException |
---|