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.DeathRecipient

    Nested 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
    Constructor
    Description
    Construct the stub at attach it to the interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    android.os.IBinder
     
    asInterface​(android.os.IBinder obj)
    Cast an IBinder object into an com.uodis.opendevice.aidl.OpenDeviceIdentifierService interface, generating a proxy if needed.
    boolean
    onTransact​(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, unlinkToDeath

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

      public static OpenDeviceIdentifierService asInterface(android.os.IBinder obj)
      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:
      asBinder in interface android.os.IInterface
    • onTransact

      public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags) throws android.os.RemoteException
      Overrides:
      onTransact in class android.os.Binder
      Throws:
      android.os.RemoteException