IVerifyAppsDataCallback.Stub
Stay organized with collections
Save and categorize content based on your preferences.
-
The IVerifyAppsDataCallback.Stub class is an abstract class extending BaseStub and implementing IVerifyAppsDataCallback.
-
It includes a nested class called Proxy.
-
The Stub class has a public constructor and a public static method asInterface that takes an IBinder object and returns an IVerifyAppsDataCallback.
-
There is a protected method dispatchTransaction for handling transactions.
-
This class inherits various constants and methods from IBinder, BaseStub, Binder, Object, and IInterface.
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
Inherited Method Summary
From class com.google.android.aidl.BaseStub
|
IBinder
|
asBinder()
|
| boolean |
dispatchTransaction(int arg0, Parcel arg1,
Parcel arg2,
int arg3)
|
| boolean |
|
| boolean |
routeToSuperOrEnforceInterface(int arg0,
Parcel arg1,
Parcel arg2,
int arg3)
|
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 |
|
| boolean |
|
| boolean |
pingBinder()
|
|
IInterface
|
queryLocalInterface( String arg0)
|
| final static void |
restoreCallingIdentity(long arg0)
|
| final boolean |
|
| boolean |
|
From class java.lang.Object
|
Object
|
clone()
|
| boolean |
|
| void |
finalize()
|
|
final Class<?>
|
getClass()
|
| int |
hashCode()
|
| final void |
notify()
|
| final void |
notifyAll()
|
|
String
|
toString()
|
| final void |
wait(long arg0, int arg1)
|
| final void |
wait(long arg0)
|
| final void |
wait()
|
From interface android.os.IInterface
From interface android.os.IBinder
| abstract void |
|
| abstract void |
|
|
abstract String
|
getInterfaceDescriptor()
|
| abstract boolean |
isBinderAlive()
|
| abstract void |
|
| abstract boolean |
pingBinder()
|
|
abstract IInterface
|
queryLocalInterface( String arg0)
|
| abstract boolean |
|
| abstract boolean |
|
Public Constructors
public IVerifyAppsDataCallback.Stub ()
Protected Methods
protected boolean dispatchTransaction (int code,
Parcel data,
Parcel reply, int
flags)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[],[]]