Package 

Class IOsmAndAidlInterface.Stub

    • Constructor Summary

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

      Modifier and Type Method Description
      static IOsmAndAidlInterface asInterface(IBinder obj) Cast an IBinder object into an net.osmand.aidlapi.IOsmAndAidlInterface 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.IOsmAndAidlInterface

        addContextMenuButtons, addFavorite, addFavoriteGroup, addMapLayer, addMapMarker, addMapPoint, addMapWidget, addRoadBlock, addWidgetGroup, areOsmandSettingsCustomized, calculateRoute, changePluginState, copyFile, customizeOsmandSettings, executeQuickAction, exitApp, exportProfile, getActiveGpx, getActiveSqliteDbFiles, getAppInfo, getBitmapForGpx, getBlockedRoads, getImportedGpx, getPluginVersion, getPreference, getProfiles, getQuickActionsInfo, getSqliteDbFiles, getText, hideGpx, hideSqliteDbFile, importGpx, importProfile, isFragmentOpen, isMenuOpen, muteNavigation, navigate, navigateGpx, navigateSearch, pauseNavigation, refreshMap, regWidgetAvailability, regWidgetVisibility, registerForKeyEvents, registerForLogcatMessages, registerForNavigationUpdates, registerForOsmandInitListener, registerForUpdates, registerForVoiceRouterMessages, reloadIndexes, removeAllActiveMapMarkers, removeContextMenuButtons, removeFavorite, removeFavoriteGroup, removeGpx, removeMapLayer, removeMapMarker, removeMapPoint, removeMapWidget, removeRoadBlock, removeWidgetGroup, restoreOsmand, resumeNavigation, search, selectProfile, setCustomization, setDisabledIds, setDisabledPatterns, setEnabledIds, setEnabledPatterns, setLocation, setLockState, setMapLocation, setMapMargins, setNavDrawerFooterWithParams, setNavDrawerItems, setNavDrawerLogo, setNavDrawerLogoWithParams, setPreference, setZoomLimits, showGpx, showMapPoint, showSqliteDbFile, startAudioRecording, startGpxRecording, startVideoRecording, stopGpxRecording, stopNavigation, stopRecording, takePhotoNote, unmuteNavigation, unregisterFromUpdates, updateContextMenuButtons, updateFavorite, updateFavoriteGroup, updateMapLayer, updateMapMarker, updateMapPoint, updateMapWidget
      • 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

      • IOsmAndAidlInterface.Stub

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