Package 

Class IOsmAndAidlCallback.Stub

  • All Implemented Interfaces:
    android.os.IBinder , android.os.IInterface , net.osmand.aidlapi.IOsmAndAidlCallback

    
    public abstract class IOsmAndAidlCallback.Stub
    extends Binder implements IOsmAndAidlCallback
                        

    Local-side IPC implementation stub class.

    • Constructor Summary

      Constructors 
      Constructor Description
      IOsmAndAidlCallback.Stub() Construct the stub at attach it to the interface.
    • Method Summary

      Modifier and Type Method Description
      static IOsmAndAidlCallback asInterface(IBinder obj) Cast an IBinder object into an net.osmand.aidlapi.IOsmAndAidlCallback interface,generating a proxy if needed.
      IBinder asBinder()
      boolean onTransact(int code, Parcel data, Parcel reply, int flags)
      • Methods inherited from class android.os.Binder

        attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath
      • Methods inherited from class android.os.IBinder

        getSuggestedMaxIpcSizeBytes
      • Methods inherited from class net.osmand.aidlapi.IOsmAndAidlCallback

        onAppInitialized, onContextMenuButtonClicked, onGpxBitmapCreated, onKeyEvent, onLogcatMessage, onSearchComplete, onUpdate, onVoiceRouterNotify, updateNavigationInfo
      • Methods inherited from class android.os.IInterface

        asBinder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IOsmAndAidlCallback.Stub

        IOsmAndAidlCallback.Stub()
        Construct the stub at attach it to the interface.