Package com.adjust.sdk.oaid
Class OpenDeviceIdentifierService.Stub
java.lang.Object
android.os.Binder
com.adjust.sdk.oaid.OpenDeviceIdentifierService.Stub
- All Implemented Interfaces:
android.os.IBinder,android.os.IInterface,OpenDeviceIdentifierService
- Enclosing interface:
- OpenDeviceIdentifierService
public abstract static class OpenDeviceIdentifierService.Stub
extends android.os.Binder
implements OpenDeviceIdentifierService
Local-side IPC implementation stub class.
-
Nested Class Summary
Nested classes/interfaces inherited from interface android.os.IBinder
android.os.IBinder.DeathRecipientNested classes/interfaces inherited from interface com.adjust.sdk.oaid.OpenDeviceIdentifierService
OpenDeviceIdentifierService.Stub -
Field Summary
Fields inherited from interface android.os.IBinder
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, LIKE_TRANSACTION, PING_TRANSACTION, TWEET_TRANSACTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionandroid.os.IBinderasBinder()static OpenDeviceIdentifierServiceasInterface(android.os.IBinder obj)Cast an IBinder object into an com.uodis.opendevice.aidl.OpenDeviceIdentifierService interface, generating a proxy if needed.booleanonTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags)Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeathMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.adjust.sdk.oaid.OpenDeviceIdentifierService
getOaid, isOaidTrackLimited
-
Constructor Details
-
Stub
public Stub()Construct the stub at attach it to the interface.
-
-
Method Details
-
asInterface
Cast an IBinder object into an com.uodis.opendevice.aidl.OpenDeviceIdentifierService interface, generating a proxy if needed. -
asBinder
public android.os.IBinder asBinder()- Specified by:
asBinderin interfaceandroid.os.IInterface
-
onTransact
public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags) throws android.os.RemoteException- Overrides:
onTransactin classandroid.os.Binder- Throws:
android.os.RemoteException
-