app

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2026 License: CC0-1.0 Imports: 5 Imported by: 35

Documentation

Overview

Package app provides Go bindings for android.app.

Index

Constants

View Source
const (
	DisplayHomeAsUp                                 = consts.DisplayHomeAsUp
	DisplayShowCustom                               = consts.DisplayShowCustom
	DisplayShowHome                                 = consts.DisplayShowHome
	DisplayShowTitle                                = consts.DisplayShowTitle
	NavigationModeList                              = consts.NavigationModeList
	NavigationModeStandard                          = consts.NavigationModeStandard
	NavigationModeTabs                              = consts.NavigationModeTabs
	InvalidPosition                                 = consts.InvalidPosition
	Creator                                         = consts.Creator
	TypeBedtime                                     = consts.TypeBedtime
	TypeDriving                                     = consts.TypeDriving
	TypeImmersive                                   = consts.TypeImmersive
	TypeManaged                                     = consts.TypeManaged
	TypeOther                                       = consts.TypeOther
	TypeScheduleCalendar                            = consts.TypeScheduleCalendar
	TypeScheduleTime                                = consts.TypeScheduleTime
	TypeTheater                                     = consts.TypeTheater
	TypeUnknown                                     = consts.TypeUnknown
	ModeAllowed                                     = consts.ModeAllowed
	ModeDefault                                     = consts.ModeDefault
	ModeErrored                                     = consts.ModeErrored
	ModeForeground                                  = consts.ModeForeground
	ModeIgnored                                     = consts.ModeIgnored
	OpNotedCallbackFlagIgnoreAsync                  = consts.OpNotedCallbackFlagIgnoreAsync
	WatchForegroundChanges                          = consts.WatchForegroundChanges
	FlagQueryRefinement                             = consts.FlagQueryRefinement
	MenuKey                                         = consts.MenuKey
	MenuKeycode                                     = consts.MenuKeycode
	DefaultKeysDialer                               = consts.DefaultKeysDialer
	DefaultKeysDisable                              = consts.DefaultKeysDisable
	DefaultKeysSearchGlobal                         = consts.DefaultKeysSearchGlobal
	DefaultKeysSearchLocal                          = consts.DefaultKeysSearchLocal
	DefaultKeysShortcut                             = consts.DefaultKeysShortcut
	FullscreenModeRequestEnter                      = consts.FullscreenModeRequestEnter
	FullscreenModeRequestExit                       = consts.FullscreenModeRequestExit
	OverrideTransitionClose                         = consts.OverrideTransitionClose
	OverrideTransitionOpen                          = consts.OverrideTransitionOpen
	ResultCanceled                                  = consts.ResultCanceled
	ResultFirstUser                                 = consts.ResultFirstUser
	ResultOk                                        = consts.ResultOk
	LockTaskModeLocked                              = consts.LockTaskModeLocked
	LockTaskModeNone                                = consts.LockTaskModeNone
	LockTaskModePinned                              = consts.LockTaskModePinned
	MoveTaskNoUserAction                            = consts.MoveTaskNoUserAction
	MoveTaskWithHome                                = consts.MoveTaskWithHome
	RecentIgnoreUnavailable                         = consts.RecentIgnoreUnavailable
	RecentWithExcluded                              = consts.RecentWithExcluded
	Crashed                                         = consts.Crashed
	NotResponding                                   = consts.NotResponding
	NoError                                         = consts.NoError
	ImportanceBackground                            = consts.ImportanceBackground
	ImportanceCached                                = consts.ImportanceCached
	ImportanceCantSaveState                         = consts.ImportanceCantSaveState
	ImportanceEmpty                                 = consts.ImportanceEmpty
	ImportanceForeground                            = consts.ImportanceForeground
	ImportanceForegroundService                     = consts.ImportanceForegroundService
	ImportanceGone                                  = consts.ImportanceGone
	ImportancePerceptible                           = consts.ImportancePerceptible
	ImportancePerceptiblePre26                      = consts.ImportancePerceptiblePre26
	ImportanceService                               = consts.ImportanceService
	ImportanceTopSleeping                           = consts.ImportanceTopSleeping
	ImportanceTopSleepingPre28                      = consts.ImportanceTopSleepingPre28
	ImportanceVisible                               = consts.ImportanceVisible
	ReasonProviderInUse                             = consts.ReasonProviderInUse
	ReasonServiceInUse                              = consts.ReasonServiceInUse
	ReasonUnknown                                   = consts.ReasonUnknown
	FlagForeground                                  = consts.FlagForeground
	FlagPersistentProcess                           = consts.FlagPersistentProcess
	FlagStarted                                     = consts.FlagStarted
	FlagSystemProcess                               = consts.FlagSystemProcess
	FlagLock                                        = consts.FlagLock
	FlagSystem                                      = consts.FlagSystem
	DeferralPolicyDefault                           = consts.DeferralPolicyDefault
	DeferralPolicyNone                              = consts.DeferralPolicyNone
	DeferralPolicyUntilActive                       = consts.DeferralPolicyUntilActive
	DeliveryGroupPolicyAll                          = consts.DeliveryGroupPolicyAll
	DeliveryGroupPolicyMostRecent                   = consts.DeliveryGroupPolicyMostRecent
	StartContinuationMask                           = consts.StartContinuationMask
	StartFlagRedelivery                             = consts.StartFlagRedelivery
	StartFlagRetry                                  = consts.StartFlagRetry
	StartNotSticky                                  = consts.StartNotSticky
	StartRedeliverIntent                            = consts.StartRedeliverIntent
	StartSticky                                     = consts.StartSticky
	StartStickyCompatibility                        = consts.StartStickyCompatibility
	StopForegroundDetach                            = consts.StopForegroundDetach
	StopForegroundLegacy                            = consts.StopForegroundLegacy
	StopForegroundRemove                            = consts.StopForegroundRemove
	GameModeBattery                                 = consts.GameModeBattery
	GameModeCustom                                  = consts.GameModeCustom
	GameModePerformance                             = consts.GameModePerformance
	GameModeStandard                                = consts.GameModeStandard
	GameModeUnsupported                             = consts.GameModeUnsupported
	ModeContent                                     = consts.ModeContent
	ModeGameplayInterruptible                       = consts.ModeGameplayInterruptible
	ModeGameplayUninterruptible                     = consts.ModeGameplayUninterruptible
	ModeNone                                        = consts.ModeNone
	ModeUnknown                                     = consts.ModeUnknown
	Empty                                           = consts.Empty
	TileAddRequestErrorAppNotInForeground           = consts.TileAddRequestErrorAppNotInForeground
	TileAddRequestErrorBadComponent                 = consts.TileAddRequestErrorBadComponent
	TileAddRequestErrorMismatchedPackage            = consts.TileAddRequestErrorMismatchedPackage
	TileAddRequestErrorNotCurrentUser               = consts.TileAddRequestErrorNotCurrentUser
	TileAddRequestErrorNoStatusBarService           = consts.TileAddRequestErrorNoStatusBarService
	TileAddRequestErrorRequestInProgress            = consts.TileAddRequestErrorRequestInProgress
	TileAddRequestResultTileAdded                   = consts.TileAddRequestResultTileAdded
	TileAddRequestResultTileAlreadyAdded            = consts.TileAddRequestResultTileAlreadyAdded
	TileAddRequestResultTileNotAdded                = consts.TileAddRequestResultTileNotAdded
	CaptureContentForNoteBlockedByAdmin             = consts.CaptureContentForNoteBlockedByAdmin
	CaptureContentForNoteFailed                     = consts.CaptureContentForNoteFailed
	CaptureContentForNoteSuccess                    = consts.CaptureContentForNoteSuccess
	CaptureContentForNoteUserCanceled               = consts.CaptureContentForNoteUserCanceled
	CaptureContentForNoteWindowModeUnsupported      = consts.CaptureContentForNoteWindowModeUnsupported
	ChooserContentTypeAlbum                         = consts.ChooserContentTypeAlbum
	ExtraDockStateCar                               = consts.ExtraDockStateCar
	ExtraDockStateDesk                              = consts.ExtraDockStateDesk
	ExtraDockStateHeDesk                            = consts.ExtraDockStateHeDesk
	ExtraDockStateLeDesk                            = consts.ExtraDockStateLeDesk
	ExtraDockStateUndocked                          = consts.ExtraDockStateUndocked
	FillInAction                                    = consts.FillInAction
	FillInCategories                                = consts.FillInCategories
	FillInClipData                                  = consts.FillInClipData
	FillInComponent                                 = consts.FillInComponent
	FillInData                                      = consts.FillInData
	FillInIdentifier                                = consts.FillInIdentifier
	FillInPackage                                   = consts.FillInPackage
	FillInSelector                                  = consts.FillInSelector
	FillInSourceBounds                              = consts.FillInSourceBounds
	FlagActivityBroughtToFront                      = consts.FlagActivityBroughtToFront
	FlagActivityClearTask                           = consts.FlagActivityClearTask
	FlagActivityClearTop                            = consts.FlagActivityClearTop
	FlagActivityClearWhenTaskReset                  = consts.FlagActivityClearWhenTaskReset
	FlagActivityExcludeFromRecents                  = consts.FlagActivityExcludeFromRecents
	FlagActivityForwardResult                       = consts.FlagActivityForwardResult
	FlagActivityLaunchedFromHistory                 = consts.FlagActivityLaunchedFromHistory
	FlagActivityLaunchAdjacent                      = consts.FlagActivityLaunchAdjacent
	FlagActivityMatchExternal                       = consts.FlagActivityMatchExternal
	FlagActivityMultipleTask                        = consts.FlagActivityMultipleTask
	FlagActivityNewDocument                         = consts.FlagActivityNewDocument
	FlagActivityNewTask                             = consts.FlagActivityNewTask
	FlagActivityNoAnimation                         = consts.FlagActivityNoAnimation
	FlagActivityNoHistory                           = consts.FlagActivityNoHistory
	FlagActivityNoUserAction                        = consts.FlagActivityNoUserAction
	FlagActivityPreviousIsTop                       = consts.FlagActivityPreviousIsTop
	FlagActivityReorderToFront                      = consts.FlagActivityReorderToFront
	FlagActivityRequireDefault                      = consts.FlagActivityRequireDefault
	FlagActivityRequireNonBrowser                   = consts.FlagActivityRequireNonBrowser
	FlagActivityResetTaskIfNeeded                   = consts.FlagActivityResetTaskIfNeeded
	FlagActivityRetainInRecents                     = consts.FlagActivityRetainInRecents
	FlagActivitySingleTop                           = consts.FlagActivitySingleTop
	FlagActivityTaskOnHome                          = consts.FlagActivityTaskOnHome
	FlagDebugLogResolution                          = consts.FlagDebugLogResolution
	FlagDirectBootAuto                              = consts.FlagDirectBootAuto
	FlagExcludeStoppedPackages                      = consts.FlagExcludeStoppedPackages
	FlagFromBackground                              = consts.FlagFromBackground
	FlagGrantPersistableUriPermission               = consts.FlagGrantPersistableUriPermission
	FlagGrantPrefixUriPermission                    = consts.FlagGrantPrefixUriPermission
	FlagGrantReadUriPermission                      = consts.FlagGrantReadUriPermission
	FlagGrantWriteUriPermission                     = consts.FlagGrantWriteUriPermission
	FlagIncludeStoppedPackages                      = consts.FlagIncludeStoppedPackages
	FlagReceiverForeground                          = consts.FlagReceiverForeground
	FlagReceiverNoAbort                             = consts.FlagReceiverNoAbort
	FlagReceiverRegisteredOnly                      = consts.FlagReceiverRegisteredOnly
	FlagReceiverReplacePending                      = consts.FlagReceiverReplacePending
	FlagReceiverVisibleToInstantApps                = consts.FlagReceiverVisibleToInstantApps
	UriAllowUnsafe                                  = consts.UriAllowUnsafe
	UriAndroidAppScheme                             = consts.UriAndroidAppScheme
	UriIntentScheme                                 = consts.UriIntentScheme
	ThemeDeviceDefaultDark                          = consts.ThemeDeviceDefaultDark
	ThemeDeviceDefaultLight                         = consts.ThemeDeviceDefaultLight
	ThemeHoloDark                                   = consts.ThemeHoloDark
	ThemeHoloLight                                  = consts.ThemeHoloLight
	ThemeTraditional                                = consts.ThemeTraditional
	StatusNotSpecified                              = consts.StatusNotSpecified
	StatusParsingFailed                             = consts.StatusParsingFailed
	StatusSuccess                                   = consts.StatusSuccess
	BindAboveClient                                 = consts.BindAboveClient
	BindAdjustWithActivity                          = consts.BindAdjustWithActivity
	BindAllowActivityStarts                         = consts.BindAllowActivityStarts
	BindAllowOomManagement                          = consts.BindAllowOomManagement
	BindAutoCreate                                  = consts.BindAutoCreate
	BindDebugUnbind                                 = consts.BindDebugUnbind
	BindExternalService                             = consts.BindExternalService
	BindImportant                                   = consts.BindImportant
	BindIncludeCapabilities                         = consts.BindIncludeCapabilities
	BindNotForeground                               = consts.BindNotForeground
	BindNotPerceptible                              = consts.BindNotPerceptible
	BindPackageIsolatedProcess                      = consts.BindPackageIsolatedProcess
	BindSharedIsolatedProcess                       = consts.BindSharedIsolatedProcess
	BindWaivePriority                               = consts.BindWaivePriority
	ContextIgnoreSecurity                           = consts.ContextIgnoreSecurity
	ContextIncludeCode                              = consts.ContextIncludeCode
	ContextRestricted                               = consts.ContextRestricted
	DeviceIdDefault                                 = consts.DeviceIdDefault
	DeviceIdInvalid                                 = consts.DeviceIdInvalid
	ModeAppend                                      = consts.ModeAppend
	ModeEnableWriteAheadLogging                     = consts.ModeEnableWriteAheadLogging
	ModeMultiProcess                                = consts.ModeMultiProcess
	ModeNoLocalizedCollators                        = consts.ModeNoLocalizedCollators
	ModePrivate                                     = consts.ModePrivate
	ModeWorldReadable                               = consts.ModeWorldReadable
	ModeWorldWriteable                              = consts.ModeWorldWriteable
	ReceiverExported                                = consts.ReceiverExported
	ReceiverNotExported                             = consts.ReceiverNotExported
	ReceiverVisibleToInstantApps                    = consts.ReceiverVisibleToInstantApps
	EditChoicesBeforeSendingAuto                    = consts.EditChoicesBeforeSendingAuto
	EditChoicesBeforeSendingDisabled                = consts.EditChoicesBeforeSendingDisabled
	EditChoicesBeforeSendingEnabled                 = consts.EditChoicesBeforeSendingEnabled
	SourceChoice                                    = consts.SourceChoice
	SourceFreeFormInput                             = consts.SourceFreeFormInput
	ReasonAnr                                       = consts.ReasonAnr
	ReasonCrash                                     = consts.ReasonCrash
	ReasonCrashNative                               = consts.ReasonCrashNative
	ReasonDependencyDied                            = consts.ReasonDependencyDied
	ReasonExcessiveResourceUsage                    = consts.ReasonExcessiveResourceUsage
	ReasonExitSelf                                  = consts.ReasonExitSelf
	ReasonFreezer                                   = consts.ReasonFreezer
	ReasonInitializationFailure                     = consts.ReasonInitializationFailure
	ReasonLowMemory                                 = consts.ReasonLowMemory
	ReasonOther                                     = consts.ReasonOther
	ReasonPackageStateChange                        = consts.ReasonPackageStateChange
	ReasonPackageUpdated                            = consts.ReasonPackageUpdated
	ReasonPermissionChange                          = consts.ReasonPermissionChange
	ReasonSignaled                                  = consts.ReasonSignaled
	ReasonUserRequested                             = consts.ReasonUserRequested
	ReasonUserStopped                               = consts.ReasonUserStopped
	HintSupportsDarkText                            = consts.HintSupportsDarkText
	HintSupportsDarkTheme                           = consts.HintSupportsDarkTheme
	TransitEnterMask                                = consts.TransitEnterMask
	TransitExitMask                                 = consts.TransitExitMask
	TransitFragmentClose                            = consts.TransitFragmentClose
	TransitFragmentFade                             = consts.TransitFragmentFade
	TransitFragmentOpen                             = consts.TransitFragmentOpen
	TransitNone                                     = consts.TransitNone
	TransitUnset                                    = consts.TransitUnset
	TypeAnr                                         = consts.TypeAnr
	TypeBattery                                     = consts.TypeBattery
	TypeCrash                                       = consts.TypeCrash
	TypeNone                                        = consts.TypeNone
	TypeRunningService                              = consts.TypeRunningService
	DisableCarModeGoHome                            = consts.DisableCarModeGoHome
	EnableCarModeAllowSleep                         = consts.EnableCarModeAllowSleep
	EnableCarModeGoCarHome                          = consts.EnableCarModeGoCarHome
	ModeNightAuto                                   = consts.ModeNightAuto
	ModeNightCustom                                 = consts.ModeNightCustom
	ModeNightNo                                     = consts.ModeNightNo
	ModeNightYes                                    = consts.ModeNightYes
	FlagAllowUnsafeImplicitIntent                   = consts.FlagAllowUnsafeImplicitIntent
	FlagCancelCurrent                               = consts.FlagCancelCurrent
	FlagImmutable                                   = consts.FlagImmutable
	FlagMutable                                     = consts.FlagMutable
	FlagNoCreate                                    = consts.FlagNoCreate
	FlagOneShot                                     = consts.FlagOneShot
	FlagUpdateCurrent                               = consts.FlagUpdateCurrent
	StyleHorizontal                                 = consts.StyleHorizontal
	StyleSpinner                                    = consts.StyleSpinner
	StyleNormal                                     = consts.StyleNormal
	StyleNoFrame                                    = consts.StyleNoFrame
	StyleNoInput                                    = consts.StyleNoInput
	StyleNoTitle                                    = consts.StyleNoTitle
	ModeBackgroundActivityStartAllowed              = consts.ModeBackgroundActivityStartAllowed
	ModeBackgroundActivityStartAllowAlways          = consts.ModeBackgroundActivityStartAllowAlways
	ModeBackgroundActivityStartAllowIfVisible       = consts.ModeBackgroundActivityStartAllowIfVisible
	ModeBackgroundActivityStartDenied               = consts.ModeBackgroundActivityStartDenied
	ModeBackgroundActivityStartSystemDefined        = consts.ModeBackgroundActivityStartSystemDefined
	PopBackStackInclusive                           = consts.PopBackStackInclusive
	FlagDontSuppressAccessibilityServices           = consts.FlagDontSuppressAccessibilityServices
	FlagDontUseAccessibility                        = consts.FlagDontUseAccessibility
	RotationFreeze0                                 = consts.RotationFreeze0
	RotationFreeze180                               = consts.RotationFreeze180
	RotationFreeze270                               = consts.RotationFreeze270
	RotationFreeze90                                = consts.RotationFreeze90
	RotationFreezeCurrent                           = consts.RotationFreezeCurrent
	RotationUnfreeze                                = consts.RotationUnfreeze
	LaunchModeSingleInstance                        = consts.LaunchModeSingleInstance
	LaunchModeSingleInstancePerTask                 = consts.LaunchModeSingleInstancePerTask
	LaunchModeSingleTask                            = consts.LaunchModeSingleTask
	LaunchModeSingleTop                             = consts.LaunchModeSingleTop
	LaunchModeStandard                              = consts.LaunchModeStandard
	StartupStateError                               = consts.StartupStateError
	StartupStateFirstFrameDrawn                     = consts.StartupStateFirstFrameDrawn
	StartupStateStarted                             = consts.StartupStateStarted
	StartComponentActivity                          = consts.StartComponentActivity
	StartComponentBroadcast                         = consts.StartComponentBroadcast
	StartComponentContentProvider                   = consts.StartComponentContentProvider
	StartComponentOther                             = consts.StartComponentOther
	StartComponentService                           = consts.StartComponentService
	StartReasonAlarm                                = consts.StartReasonAlarm
	StartReasonBackup                               = consts.StartReasonBackup
	StartReasonBootComplete                         = consts.StartReasonBootComplete
	StartReasonBroadcast                            = consts.StartReasonBroadcast
	StartReasonContentProvider                      = consts.StartReasonContentProvider
	StartReasonJob                                  = consts.StartReasonJob
	StartReasonLauncher                             = consts.StartReasonLauncher
	StartReasonLauncherRecents                      = consts.StartReasonLauncherRecents
	StartReasonOther                                = consts.StartReasonOther
	StartReasonPush                                 = consts.StartReasonPush
	StartReasonService                              = consts.StartReasonService
	StartReasonStartActivity                        = consts.StartReasonStartActivity
	StartTimestampApplicationOncreate               = consts.StartTimestampApplicationOncreate
	StartTimestampBindApplication                   = consts.StartTimestampBindApplication
	StartTimestampFirstFrame                        = consts.StartTimestampFirstFrame
	StartTimestampFork                              = consts.StartTimestampFork
	StartTimestampFullyDrawn                        = consts.StartTimestampFullyDrawn
	StartTimestampInitialRenderthreadFrame          = consts.StartTimestampInitialRenderthreadFrame
	StartTimestampLaunch                            = consts.StartTimestampLaunch
	StartTimestampReservedRangeDeveloper            = consts.StartTimestampReservedRangeDeveloper
	StartTimestampReservedRangeDeveloperStart       = consts.StartTimestampReservedRangeDeveloperStart
	StartTimestampReservedRangeSystem               = consts.StartTimestampReservedRangeSystem
	StartTimestampSurfaceflingerCompositionComplete = consts.StartTimestampSurfaceflingerCompositionComplete
	StartTypeCold                                   = consts.StartTypeCold
	StartTypeHot                                    = consts.StartTypeHot
	StartTypeUnset                                  = consts.StartTypeUnset
	StartTypeWarm                                   = consts.StartTypeWarm
)
View Source
const (
	OpstrAddVoicemail                         = consts.OpstrAddVoicemail
	OpstrAnswerPhoneCalls                     = consts.OpstrAnswerPhoneCalls
	OpstrBodySensors                          = consts.OpstrBodySensors
	OpstrCallPhone                            = consts.OpstrCallPhone
	OpstrCamera                               = consts.OpstrCamera
	OpstrCoarseLocation                       = consts.OpstrCoarseLocation
	OpstrFineLocation                         = consts.OpstrFineLocation
	OpstrGetUsageStats                        = consts.OpstrGetUsageStats
	OpstrMockLocation                         = consts.OpstrMockLocation
	OpstrMonitorHighPowerLocation             = consts.OpstrMonitorHighPowerLocation
	OpstrMonitorLocation                      = consts.OpstrMonitorLocation
	OpstrPictureInPicture                     = consts.OpstrPictureInPicture
	OpstrProcessOutgoingCalls                 = consts.OpstrProcessOutgoingCalls
	OpstrReadCalendar                         = consts.OpstrReadCalendar
	OpstrReadCallLog                          = consts.OpstrReadCallLog
	OpstrReadCellBroadcasts                   = consts.OpstrReadCellBroadcasts
	OpstrReadContacts                         = consts.OpstrReadContacts
	OpstrReadExternalStorage                  = consts.OpstrReadExternalStorage
	OpstrReadPhoneNumbers                     = consts.OpstrReadPhoneNumbers
	OpstrReadPhoneState                       = consts.OpstrReadPhoneState
	OpstrReadSms                              = consts.OpstrReadSms
	OpstrReceiveMms                           = consts.OpstrReceiveMms
	OpstrReceiveSms                           = consts.OpstrReceiveSms
	OpstrReceiveWapPush                       = consts.OpstrReceiveWapPush
	OpstrRecordAudio                          = consts.OpstrRecordAudio
	OpstrSendSms                              = consts.OpstrSendSms
	OpstrSystemAlertWindow                    = consts.OpstrSystemAlertWindow
	OpstrUseFingerprint                       = consts.OpstrUseFingerprint
	OpstrUseSip                               = consts.OpstrUseSip
	OpstrWriteCalendar                        = consts.OpstrWriteCalendar
	OpstrWriteCallLog                         = consts.OpstrWriteCallLog
	OpstrWriteContacts                        = consts.OpstrWriteContacts
	OpstrWriteExternalStorage                 = consts.OpstrWriteExternalStorage
	OpstrWriteSettings                        = consts.OpstrWriteSettings
	ActionKey                                 = consts.ActionKey
	ActionMsg                                 = consts.ActionMsg
	AppData                                   = consts.AppData
	CursorExtraKeyInProgress                  = consts.CursorExtraKeyInProgress
	ExtraDataKey                              = consts.ExtraDataKey
	ExtraNewSearch                            = consts.ExtraNewSearch
	ExtraSelectQuery                          = consts.ExtraSelectQuery
	ExtraWebSearchPendingintent               = consts.ExtraWebSearchPendingintent
	IntentActionGlobalSearch                  = consts.IntentActionGlobalSearch
	IntentActionSearchablesChanged            = consts.IntentActionSearchablesChanged
	IntentActionSearchSettings                = consts.IntentActionSearchSettings
	IntentActionSearchSettingsChanged         = consts.IntentActionSearchSettingsChanged
	IntentActionWebSearchSettings             = consts.IntentActionWebSearchSettings
	IntentGlobalSearchActivityChanged         = consts.IntentGlobalSearchActivityChanged
	Query                                     = consts.Query
	ShortcutMimeType                          = consts.ShortcutMimeType
	SuggestColumnAudioChannelConfig           = consts.SuggestColumnAudioChannelConfig
	SuggestColumnContentType                  = consts.SuggestColumnContentType
	SuggestColumnDuration                     = consts.SuggestColumnDuration
	SuggestColumnFlags                        = consts.SuggestColumnFlags
	SuggestColumnFormat                       = consts.SuggestColumnFormat
	SuggestColumnIcon1                        = consts.SuggestColumnIcon1
	SuggestColumnIcon2                        = consts.SuggestColumnIcon2
	SuggestColumnIntentAction                 = consts.SuggestColumnIntentAction
	SuggestColumnIntentData                   = consts.SuggestColumnIntentData
	SuggestColumnIntentDataId                 = consts.SuggestColumnIntentDataId
	SuggestColumnIntentExtraData              = consts.SuggestColumnIntentExtraData
	SuggestColumnIsLive                       = consts.SuggestColumnIsLive
	SuggestColumnLastAccessHint               = consts.SuggestColumnLastAccessHint
	SuggestColumnProductionYear               = consts.SuggestColumnProductionYear
	SuggestColumnPurchasePrice                = consts.SuggestColumnPurchasePrice
	SuggestColumnQuery                        = consts.SuggestColumnQuery
	SuggestColumnRatingScore                  = consts.SuggestColumnRatingScore
	SuggestColumnRatingStyle                  = consts.SuggestColumnRatingStyle
	SuggestColumnRentalPrice                  = consts.SuggestColumnRentalPrice
	SuggestColumnResultCardImage              = consts.SuggestColumnResultCardImage
	SuggestColumnShortcutId                   = consts.SuggestColumnShortcutId
	SuggestColumnSpinnerWhileRefreshing       = consts.SuggestColumnSpinnerWhileRefreshing
	SuggestColumnText1                        = consts.SuggestColumnText1
	SuggestColumnText2                        = consts.SuggestColumnText2
	SuggestColumnText2Url                     = consts.SuggestColumnText2Url
	SuggestColumnVideoHeight                  = consts.SuggestColumnVideoHeight
	SuggestColumnVideoWidth                   = consts.SuggestColumnVideoWidth
	SuggestMimeType                           = consts.SuggestMimeType
	SuggestNeverMakeShortcut                  = consts.SuggestNeverMakeShortcut
	SuggestParameterLimit                     = consts.SuggestParameterLimit
	SuggestUriPathQuery                       = consts.SuggestUriPathQuery
	SuggestUriPathShortcut                    = consts.SuggestUriPathShortcut
	UserQuery                                 = consts.UserQuery
	ActionReportHeapLimit                     = consts.ActionReportHeapLimit
	MetaHomeAlternate                         = consts.MetaHomeAlternate
	ActionChangeLiveWallpaper                 = consts.ActionChangeLiveWallpaper
	ActionCropAndSetWallpaper                 = consts.ActionCropAndSetWallpaper
	ActionLiveWallpaperChooser                = consts.ActionLiveWallpaperChooser
	CommandDrop                               = consts.CommandDrop
	CommandSecondaryTap                       = consts.CommandSecondaryTap
	CommandTap                                = consts.CommandTap
	ExtraLiveWallpaperComponent               = consts.ExtraLiveWallpaperComponent
	WallpaperPreviewMetaData                  = consts.WallpaperPreviewMetaData
	ActionAirplaneModeChanged                 = consts.ActionAirplaneModeChanged
	ActionAllApps                             = consts.ActionAllApps
	ActionAnswer                              = consts.ActionAnswer
	ActionApplicationLocaleChanged            = consts.ActionApplicationLocaleChanged
	ActionApplicationPreferences              = consts.ActionApplicationPreferences
	ActionApplicationRestrictionsChanged      = consts.ActionApplicationRestrictionsChanged
	ActionAppError                            = consts.ActionAppError
	ActionAssist                              = consts.ActionAssist
	ActionAttachData                          = consts.ActionAttachData
	ActionAutoRevokePermissions               = consts.ActionAutoRevokePermissions
	ActionBatteryChanged                      = consts.ActionBatteryChanged
	ActionBatteryLow                          = consts.ActionBatteryLow
	ActionBatteryOkay                         = consts.ActionBatteryOkay
	ActionBootCompleted                       = consts.ActionBootCompleted
	ActionBugReport                           = consts.ActionBugReport
	ActionCall                                = consts.ActionCall
	ActionCallButton                          = consts.ActionCallButton
	ActionCameraButton                        = consts.ActionCameraButton
	ActionCarrierSetup                        = consts.ActionCarrierSetup
	ActionChooser                             = consts.ActionChooser
	ActionCloseSystemDialogs                  = consts.ActionCloseSystemDialogs
	ActionConfigurationChanged                = consts.ActionConfigurationChanged
	ActionCreateDocument                      = consts.ActionCreateDocument
	ActionCreateNote                          = consts.ActionCreateNote
	ActionCreateReminder                      = consts.ActionCreateReminder
	ActionCreateShortcut                      = consts.ActionCreateShortcut
	ActionDateChanged                         = consts.ActionDateChanged
	ActionDefault                             = consts.ActionDefault
	ActionDefine                              = consts.ActionDefine
	ActionDelete                              = consts.ActionDelete
	ActionDeviceStorageLow                    = consts.ActionDeviceStorageLow
	ActionDeviceStorageOk                     = consts.ActionDeviceStorageOk
	ActionDial                                = consts.ActionDial
	ActionDockEvent                           = consts.ActionDockEvent
	ActionDreamingStarted                     = consts.ActionDreamingStarted
	ActionDreamingStopped                     = consts.ActionDreamingStopped
	ActionEdit                                = consts.ActionEdit
	ActionExternalApplicationsAvailable       = consts.ActionExternalApplicationsAvailable
	ActionExternalApplicationsUnavailable     = consts.ActionExternalApplicationsUnavailable
	ActionFactoryTest                         = consts.ActionFactoryTest
	ActionGetContent                          = consts.ActionGetContent
	ActionGetRestrictionEntries               = consts.ActionGetRestrictionEntries
	ActionGtalkServiceConnected               = consts.ActionGtalkServiceConnected
	ActionGtalkServiceDisconnected            = consts.ActionGtalkServiceDisconnected
	ActionHeadsetPlug                         = consts.ActionHeadsetPlug
	ActionInputMethodChanged                  = consts.ActionInputMethodChanged
	ActionInsert                              = consts.ActionInsert
	ActionInsertOrEdit                        = consts.ActionInsertOrEdit
	ActionInstallFailure                      = consts.ActionInstallFailure
	ActionInstallPackage                      = consts.ActionInstallPackage
	ActionLaunchCaptureContentActivityForNote = consts.ActionLaunchCaptureContentActivityForNote
	ActionLocaleChanged                       = consts.ActionLocaleChanged
	ActionLockedBootCompleted                 = consts.ActionLockedBootCompleted
	ActionMain                                = consts.ActionMain
	ActionManagedProfileAdded                 = consts.ActionManagedProfileAdded
	ActionManagedProfileAvailable             = consts.ActionManagedProfileAvailable
	ActionManagedProfileRemoved               = consts.ActionManagedProfileRemoved
	ActionManagedProfileUnavailable           = consts.ActionManagedProfileUnavailable
	ActionManagedProfileUnlocked              = consts.ActionManagedProfileUnlocked
	ActionManageNetworkUsage                  = consts.ActionManageNetworkUsage
	ActionManagePackageStorage                = consts.ActionManagePackageStorage
	ActionManageUnusedApps                    = consts.ActionManageUnusedApps
	ActionMediaBadRemoval                     = consts.ActionMediaBadRemoval
	ActionMediaButton                         = consts.ActionMediaButton
	ActionMediaChecking                       = consts.ActionMediaChecking
	ActionMediaEject                          = consts.ActionMediaEject
	ActionMediaMounted                        = consts.ActionMediaMounted
	ActionMediaNofs                           = consts.ActionMediaNofs
	ActionMediaRemoved                        = consts.ActionMediaRemoved
	ActionMediaScannerFinished                = consts.ActionMediaScannerFinished
	ActionMediaScannerScanFile                = consts.ActionMediaScannerScanFile
	ActionMediaScannerStarted                 = consts.ActionMediaScannerStarted
	ActionMediaShared                         = consts.ActionMediaShared
	ActionMediaUnmountable                    = consts.ActionMediaUnmountable
	ActionMediaUnmounted                      = consts.ActionMediaUnmounted
	ActionMyPackageReplaced                   = consts.ActionMyPackageReplaced
	ActionMyPackageSuspended                  = consts.ActionMyPackageSuspended
	ActionMyPackageUnsuspended                = consts.ActionMyPackageUnsuspended
	ActionNewOutgoingCall                     = consts.ActionNewOutgoingCall
	ActionOpenDocument                        = consts.ActionOpenDocument
	ActionOpenDocumentTree                    = consts.ActionOpenDocumentTree
	ActionPackagesSuspended                   = consts.ActionPackagesSuspended
	ActionPackagesUnsuspended                 = consts.ActionPackagesUnsuspended
	ActionPackageAdded                        = consts.ActionPackageAdded
	ActionPackageChanged                      = consts.ActionPackageChanged
	ActionPackageDataCleared                  = consts.ActionPackageDataCleared
	ActionPackageFirstLaunch                  = consts.ActionPackageFirstLaunch
	ActionPackageFullyRemoved                 = consts.ActionPackageFullyRemoved
	ActionPackageInstall                      = consts.ActionPackageInstall
	ActionPackageNeedsVerification            = consts.ActionPackageNeedsVerification
	ActionPackageRemoved                      = consts.ActionPackageRemoved
	ActionPackageReplaced                     = consts.ActionPackageReplaced
	ActionPackageRestarted                    = consts.ActionPackageRestarted
	ActionPackageUnstopped                    = consts.ActionPackageUnstopped
	ActionPackageVerified                     = consts.ActionPackageVerified
	ActionPaste                               = consts.ActionPaste
	ActionPick                                = consts.ActionPick
	ActionPickActivity                        = consts.ActionPickActivity
	ActionPowerConnected                      = consts.ActionPowerConnected
	ActionPowerDisconnected                   = consts.ActionPowerDisconnected
	ActionPowerUsageSummary                   = consts.ActionPowerUsageSummary
	ActionProcessText                         = consts.ActionProcessText
	ActionProfileAccessible                   = consts.ActionProfileAccessible
	ActionProfileAdded                        = consts.ActionProfileAdded
	ActionProfileAvailable                    = consts.ActionProfileAvailable
	ActionProfileInaccessible                 = consts.ActionProfileInaccessible
	ActionProfileRemoved                      = consts.ActionProfileRemoved
	ActionProfileUnavailable                  = consts.ActionProfileUnavailable
	ActionProviderChanged                     = consts.ActionProviderChanged
	ActionQuickClock                          = consts.ActionQuickClock
	ActionQuickView                           = consts.ActionQuickView
	ActionReboot                              = consts.ActionReboot
	ActionRun                                 = consts.ActionRun
	ActionSafetyCenter                        = consts.ActionSafetyCenter
	ActionScreenOff                           = consts.ActionScreenOff
	ActionScreenOn                            = consts.ActionScreenOn
	ActionSearch                              = consts.ActionSearch
	ActionSearchLongPress                     = consts.ActionSearchLongPress
	ActionSend                                = consts.ActionSend
	ActionSendto                              = consts.ActionSendto
	ActionSendMultiple                        = consts.ActionSendMultiple
	ActionSetWallpaper                        = consts.ActionSetWallpaper
	ActionShowAppInfo                         = consts.ActionShowAppInfo
	ActionShowWorkApps                        = consts.ActionShowWorkApps
	ActionShutdown                            = consts.ActionShutdown
	ActionSync                                = consts.ActionSync
	ActionSystemTutorial                      = consts.ActionSystemTutorial
	ActionTimezoneChanged                     = consts.ActionTimezoneChanged
	ActionTimeChanged                         = consts.ActionTimeChanged
	ActionTimeTick                            = consts.ActionTimeTick
	ActionTranslate                           = consts.ActionTranslate
	ActionUidRemoved                          = consts.ActionUidRemoved
	ActionUmsConnected                        = consts.ActionUmsConnected
	ActionUmsDisconnected                     = consts.ActionUmsDisconnected
	ActionUnarchivePackage                    = consts.ActionUnarchivePackage
	ActionUninstallPackage                    = consts.ActionUninstallPackage
	ActionUserBackground                      = consts.ActionUserBackground
	ActionUserForeground                      = consts.ActionUserForeground
	ActionUserInitialize                      = consts.ActionUserInitialize
	ActionUserPresent                         = consts.ActionUserPresent
	ActionUserUnlocked                        = consts.ActionUserUnlocked
	ActionView                                = consts.ActionView
	ActionViewLocus                           = consts.ActionViewLocus
	ActionViewPermissionUsage                 = consts.ActionViewPermissionUsage
	ActionViewPermissionUsageForPeriod        = consts.ActionViewPermissionUsageForPeriod
	ActionVoiceCommand                        = consts.ActionVoiceCommand
	ActionWallpaperChanged                    = consts.ActionWallpaperChanged
	ActionWebSearch                           = consts.ActionWebSearch
	CategoryAccessibilityShortcutTarget       = consts.CategoryAccessibilityShortcutTarget
	CategoryAlternative                       = consts.CategoryAlternative
	CategoryAppBrowser                        = consts.CategoryAppBrowser
	CategoryAppCalculator                     = consts.CategoryAppCalculator
	CategoryAppCalendar                       = consts.CategoryAppCalendar
	CategoryAppContacts                       = consts.CategoryAppContacts
	CategoryAppEmail                          = consts.CategoryAppEmail
	CategoryAppFiles                          = consts.CategoryAppFiles
	CategoryAppFitness                        = consts.CategoryAppFitness
	CategoryAppGallery                        = consts.CategoryAppGallery
	CategoryAppMaps                           = consts.CategoryAppMaps
	CategoryAppMarket                         = consts.CategoryAppMarket
	CategoryAppMessaging                      = consts.CategoryAppMessaging
	CategoryAppMusic                          = consts.CategoryAppMusic
	CategoryAppWeather                        = consts.CategoryAppWeather
	CategoryBrowsable                         = consts.CategoryBrowsable
	CategoryCarDock                           = consts.CategoryCarDock
	CategoryCarMode                           = consts.CategoryCarMode
	CategoryDefault                           = consts.CategoryDefault
	CategoryDeskDock                          = consts.CategoryDeskDock
	CategoryDevelopmentPreference             = consts.CategoryDevelopmentPreference
	CategoryEmbed                             = consts.CategoryEmbed
	CategoryFrameworkInstrumentationTest      = consts.CategoryFrameworkInstrumentationTest
	CategoryHeDeskDock                        = consts.CategoryHeDeskDock
	CategoryHome                              = consts.CategoryHome
	CategoryInfo                              = consts.CategoryInfo
	CategoryLauncher                          = consts.CategoryLauncher
	CategoryLeanbackLauncher                  = consts.CategoryLeanbackLauncher
	CategoryLeDeskDock                        = consts.CategoryLeDeskDock
	CategoryMonkey                            = consts.CategoryMonkey
	CategoryOpenable                          = consts.CategoryOpenable
	CategoryPreference                        = consts.CategoryPreference
	CategorySampleCode                        = consts.CategorySampleCode
	CategorySecondaryHome                     = consts.CategorySecondaryHome
	CategorySelectedAlternative               = consts.CategorySelectedAlternative
	CategoryTab                               = consts.CategoryTab
	CategoryTest                              = consts.CategoryTest
	CategoryTypedOpenable                     = consts.CategoryTypedOpenable
	CategoryUnitTest                          = consts.CategoryUnitTest
	CategoryVoice                             = consts.CategoryVoice
	CategoryVrHome                            = consts.CategoryVrHome
	ExtraAlarmCount                           = consts.ExtraAlarmCount
	ExtraAllowMultiple                        = consts.ExtraAllowMultiple
	ExtraAllowReplace                         = consts.ExtraAllowReplace
	ExtraAlternateIntents                     = consts.ExtraAlternateIntents
	ExtraArchival                             = consts.ExtraArchival
	ExtraAssistContext                        = consts.ExtraAssistContext
	ExtraAssistInputDeviceId                  = consts.ExtraAssistInputDeviceId
	ExtraAssistInputHintKeyboard              = consts.ExtraAssistInputHintKeyboard
	ExtraAssistPackage                        = consts.ExtraAssistPackage
	ExtraAssistUid                            = consts.ExtraAssistUid
	ExtraAttributionTags                      = consts.ExtraAttributionTags
	ExtraAutoLaunchSingleChoice               = consts.ExtraAutoLaunchSingleChoice
	ExtraBcc                                  = consts.ExtraBcc
	ExtraBugReport                            = consts.ExtraBugReport
	ExtraCaptureContentForNoteStatusCode      = consts.ExtraCaptureContentForNoteStatusCode
	ExtraCc                                   = consts.ExtraCc
	ExtraChangedComponentName                 = consts.ExtraChangedComponentName
	ExtraChangedComponentNameList             = consts.ExtraChangedComponentNameList
	ExtraChangedPackageList                   = consts.ExtraChangedPackageList
	ExtraChangedUidList                       = consts.ExtraChangedUidList
	ExtraChooserAdditionalContentUri          = consts.ExtraChooserAdditionalContentUri
	ExtraChooserContentTypeHint               = consts.ExtraChooserContentTypeHint
	ExtraChooserCustomActions                 = consts.ExtraChooserCustomActions
	ExtraChooserFocusedItemPosition           = consts.ExtraChooserFocusedItemPosition
	ExtraChooserModifyShareAction             = consts.ExtraChooserModifyShareAction
	ExtraChooserRefinementIntentSender        = consts.ExtraChooserRefinementIntentSender
	ExtraChooserResult                        = consts.ExtraChooserResult
	ExtraChooserResultIntentSender            = consts.ExtraChooserResultIntentSender
	ExtraChooserTargets                       = consts.ExtraChooserTargets
	ExtraChosenComponent                      = consts.ExtraChosenComponent
	ExtraChosenComponentIntentSender          = consts.ExtraChosenComponentIntentSender
	ExtraComponentName                        = consts.ExtraComponentName
	ExtraContentAnnotations                   = consts.ExtraContentAnnotations
	ExtraContentQuery                         = consts.ExtraContentQuery
	ExtraDataRemoved                          = consts.ExtraDataRemoved
	ExtraDockState                            = consts.ExtraDockState
	ExtraDontKillApp                          = consts.ExtraDontKillApp
	ExtraDurationMillis                       = consts.ExtraDurationMillis
	ExtraEmail                                = consts.ExtraEmail
	ExtraEndTime                              = consts.ExtraEndTime
	ExtraExcludeComponents                    = consts.ExtraExcludeComponents
	ExtraFromStorage                          = consts.ExtraFromStorage
	ExtraHtmlText                             = consts.ExtraHtmlText
	ExtraIndex                                = consts.ExtraIndex
	ExtraInitialIntents                       = consts.ExtraInitialIntents
	ExtraInstallerPackageName                 = consts.ExtraInstallerPackageName
	ExtraIntent                               = consts.ExtraIntent
	ExtraKeyEvent                             = consts.ExtraKeyEvent
	ExtraLocaleList                           = consts.ExtraLocaleList
	ExtraLocalOnly                            = consts.ExtraLocalOnly
	ExtraLocusId                              = consts.ExtraLocusId
	ExtraMetadataText                         = consts.ExtraMetadataText
	ExtraMimeTypes                            = consts.ExtraMimeTypes
	ExtraNotUnknownSource                     = consts.ExtraNotUnknownSource
	ExtraOriginatingUri                       = consts.ExtraOriginatingUri
	ExtraPackages                             = consts.ExtraPackages
	ExtraPackageName                          = consts.ExtraPackageName
	ExtraPermissionGroupName                  = consts.ExtraPermissionGroupName
	ExtraPhoneNumber                          = consts.ExtraPhoneNumber
	ExtraProcessText                          = consts.ExtraProcessText
	ExtraProcessTextReadonly                  = consts.ExtraProcessTextReadonly
	ExtraQuickViewFeatures                    = consts.ExtraQuickViewFeatures
	ExtraQuietMode                            = consts.ExtraQuietMode
	ExtraReferrer                             = consts.ExtraReferrer
	ExtraReferrerName                         = consts.ExtraReferrerName
	ExtraRemoteIntentToken                    = consts.ExtraRemoteIntentToken
	ExtraReplacementExtras                    = consts.ExtraReplacementExtras
	ExtraReplacing                            = consts.ExtraReplacing
	ExtraRestrictionsBundle                   = consts.ExtraRestrictionsBundle
	ExtraRestrictionsIntent                   = consts.ExtraRestrictionsIntent
	ExtraRestrictionsList                     = consts.ExtraRestrictionsList
	ExtraResultReceiver                       = consts.ExtraResultReceiver
	ExtraReturnResult                         = consts.ExtraReturnResult
	ExtraShortcutIcon                         = consts.ExtraShortcutIcon
	ExtraShortcutIconResource                 = consts.ExtraShortcutIconResource
	ExtraShortcutId                           = consts.ExtraShortcutId
	ExtraShortcutIntent                       = consts.ExtraShortcutIntent
	ExtraShortcutName                         = consts.ExtraShortcutName
	ExtraShutdownUserspaceOnly                = consts.ExtraShutdownUserspaceOnly
	ExtraSplitName                            = consts.ExtraSplitName
	ExtraStartTime                            = consts.ExtraStartTime
	ExtraStream                               = consts.ExtraStream
	ExtraSubject                              = consts.ExtraSubject
	ExtraSuspendedPackageExtras               = consts.ExtraSuspendedPackageExtras
	ExtraTemplate                             = consts.ExtraTemplate
	ExtraText                                 = consts.ExtraText
	ExtraTime                                 = consts.ExtraTime
	ExtraTimezone                             = consts.ExtraTimezone
	ExtraTitle                                = consts.ExtraTitle
	ExtraUid                                  = consts.ExtraUid
	ExtraUser                                 = consts.ExtraUser
	ExtraUserInitiated                        = consts.ExtraUserInitiated
	ExtraUseStylusMode                        = consts.ExtraUseStylusMode
	MetadataDockHome                          = consts.MetadataDockHome
	TagLocale                                 = consts.TagLocale
	TagLocaleConfig                           = consts.TagLocaleConfig
	AccessibilityService                      = consts.AccessibilityService
	AccountService                            = consts.AccountService
	ActivityService                           = consts.ActivityService
	AdvancedProtectionService                 = consts.AdvancedProtectionService
	AlarmService                              = consts.AlarmService
	AppwidgetService                          = consts.AppwidgetService
	AppFunctionService                        = consts.AppFunctionService
	AppOpsService                             = consts.AppOpsService
	AppSearchService                          = consts.AppSearchService
	AudioService                              = consts.AudioService
	BatteryService                            = consts.BatteryService
	BiometricService                          = consts.BiometricService
	BlobStoreService                          = consts.BlobStoreService
	BluetoothService                          = consts.BluetoothService
	BugreportService                          = consts.BugreportService
	CameraService                             = consts.CameraService
	CaptioningService                         = consts.CaptioningService
	CarrierConfigService                      = consts.CarrierConfigService
	ClipboardService                          = consts.ClipboardService
	CompanionDeviceService                    = consts.CompanionDeviceService
	ConnectivityDiagnosticsService            = consts.ConnectivityDiagnosticsService
	ConnectivityService                       = consts.ConnectivityService
	ConsumerIrService                         = consts.ConsumerIrService
	ContactKeysService                        = consts.ContactKeysService
	CredentialService                         = consts.CredentialService
	CrossProfileAppsService                   = consts.CrossProfileAppsService
	DeviceLockService                         = consts.DeviceLockService
	DevicePolicyService                       = consts.DevicePolicyService
	DisplayHashService                        = consts.DisplayHashService
	DisplayService                            = consts.DisplayService
	DomainVerificationService                 = consts.DomainVerificationService
	DownloadService                           = consts.DownloadService
	DropboxService                            = consts.DropboxService
	EuiccService                              = consts.EuiccService
	FileIntegrityService                      = consts.FileIntegrityService
	FingerprintService                        = consts.FingerprintService
	GameService                               = consts.GameService
	GrammaticalInflectionService              = consts.GrammaticalInflectionService
	HardwarePropertiesService                 = consts.HardwarePropertiesService
	HealthconnectService                      = consts.HealthconnectService
	InputMethodService                        = consts.InputMethodService
	InputService                              = consts.InputService
	IpsecService                              = consts.IpsecService
	JobSchedulerService                       = consts.JobSchedulerService
	KeyguardService                           = consts.KeyguardService
	KeystoreService                           = consts.KeystoreService
	LauncherAppsService                       = consts.LauncherAppsService
	LayoutInflaterService                     = consts.LayoutInflaterService
	LocaleService                             = consts.LocaleService
	LocationService                           = consts.LocationService
	MediaCommunicationService                 = consts.MediaCommunicationService
	MediaMetricsService                       = consts.MediaMetricsService
	MediaProjectionService                    = consts.MediaProjectionService
	MediaQualityService                       = consts.MediaQualityService
	MediaRouterService                        = consts.MediaRouterService
	MediaSessionService                       = consts.MediaSessionService
	MidiService                               = consts.MidiService
	NetworkStatsService                       = consts.NetworkStatsService
	NfcService                                = consts.NfcService
	NotificationService                       = consts.NotificationService
	NsdService                                = consts.NsdService
	OverlayService                            = consts.OverlayService
	PeopleService                             = consts.PeopleService
	PerformanceHintService                    = consts.PerformanceHintService
	PersistentDataBlockService                = consts.PersistentDataBlockService
	PowerService                              = consts.PowerService
	PrintService                              = consts.PrintService
	ProfilingService                          = consts.ProfilingService
	RestrictionsService                       = consts.RestrictionsService
	RoleService                               = consts.RoleService
	SatelliteService                          = consts.SatelliteService
	SearchService                             = consts.SearchService
	SecurityStateService                      = consts.SecurityStateService
	SensorService                             = consts.SensorService
	ShortcutService                           = consts.ShortcutService
	StatusBarService                          = consts.StatusBarService
	StorageService                            = consts.StorageService
	StorageStatsService                       = consts.StorageStatsService
	SystemHealthService                       = consts.SystemHealthService
	TelecomService                            = consts.TelecomService
	TelephonyImsService                       = consts.TelephonyImsService
	TelephonyService                          = consts.TelephonyService
	TelephonySubscriptionService              = consts.TelephonySubscriptionService
	TetheringService                          = consts.TetheringService
	TextClassificationService                 = consts.TextClassificationService
	TextServicesManagerService                = consts.TextServicesManagerService
	TvAdService                               = consts.TvAdService
	TvInputService                            = consts.TvInputService
	TvInteractiveAppService                   = consts.TvInteractiveAppService
	UiModeService                             = consts.UiModeService
	UsageStatsService                         = consts.UsageStatsService
	UsbService                                = consts.UsbService
	UserService                               = consts.UserService
	VibratorManagerService                    = consts.VibratorManagerService
	VibratorService                           = consts.VibratorService
	VirtualDeviceService                      = consts.VirtualDeviceService
	VpnManagementService                      = consts.VpnManagementService
	WallpaperService                          = consts.WallpaperService
	WifiAwareService                          = consts.WifiAwareService
	WifiP2pService                            = consts.WifiP2pService
	WifiRttRangingService                     = consts.WifiRttRangingService
	WifiService                               = consts.WifiService
	WindowService                             = consts.WindowService
	ExtraResultsData                          = consts.ExtraResultsData
	ResultsClipLabel                          = consts.ResultsClipLabel
	MetaDataFuncName                          = consts.MetaDataFuncName
	MetaDataLibName                           = consts.MetaDataLibName
	ExtraUsageTimeReport                      = consts.ExtraUsageTimeReport
	ExtraUsageTimeReportPackages              = consts.ExtraUsageTimeReportPackages
	ReportKeyIdentifier                       = consts.ReportKeyIdentifier
	ReportKeyStreamresult                     = consts.ReportKeyStreamresult
)
View Source
const (
	BindExternalServiceLong = consts.BindExternalServiceLong
)

Variables

This section is empty.

Functions

func Init

func Init(env *jni.Env) error

Init resolves all JNI class and method references for this package. It is safe to call multiple times (uses sync.Once internally). Exported for E2E testing on Android.

func Newlication added in v0.0.7

func Newlication(vm *jni.VM) (*lication, error)

Newlication creates a new android.app.Application instance.

func NewlicationErrorReport added in v0.0.7

func NewlicationErrorReport(vm *jni.VM) (*licationErrorReport, error)

NewlicationErrorReport creates a new android.app.ApplicationErrorReport instance.

Types

type ActionBar added in v0.0.7

type ActionBar struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActionBar wraps android.app.ActionBar.

func (*ActionBar) AddOnMenuVisibilityListener added in v0.0.7

func (m *ActionBar) AddOnMenuVisibilityListener(arg0 *jni.Object) error

AddOnMenuVisibilityListener calls android.app.ActionBar.addOnMenuVisibilityListener.

func (*ActionBar) AddTab1 added in v0.0.7

func (m *ActionBar) AddTab1(arg0 *jni.Object) error

AddTab1 calls android.app.ActionBar.addTab.

func (*ActionBar) AddTab2_1 added in v0.0.7

func (m *ActionBar) AddTab2_1(arg0 *jni.Object, arg1 bool) error

AddTab2_1 calls android.app.ActionBar.addTab.

func (*ActionBar) AddTab2_2 added in v0.0.7

func (m *ActionBar) AddTab2_2(arg0 *jni.Object, arg1 int32) error

AddTab2_2 calls android.app.ActionBar.addTab.

func (*ActionBar) AddTab3_3 added in v0.0.7

func (m *ActionBar) AddTab3_3(
	arg0 *jni.Object,
	arg1 int32,
	arg2 bool,
) error

AddTab3_3 calls android.app.ActionBar.addTab.

func (*ActionBar) GetCustomView added in v0.0.7

func (m *ActionBar) GetCustomView() (*jni.Object, error)

GetCustomView calls android.app.ActionBar.getCustomView.

func (*ActionBar) GetDisplayOptions added in v0.0.7

func (m *ActionBar) GetDisplayOptions() (int32, error)

GetDisplayOptions calls android.app.ActionBar.getDisplayOptions.

func (*ActionBar) GetElevation added in v0.0.7

func (m *ActionBar) GetElevation() (float32, error)

GetElevation calls android.app.ActionBar.getElevation.

func (*ActionBar) GetHeight added in v0.0.7

func (m *ActionBar) GetHeight() (int32, error)

GetHeight calls android.app.ActionBar.getHeight.

func (*ActionBar) GetHideOffset added in v0.0.7

func (m *ActionBar) GetHideOffset() (int32, error)

GetHideOffset calls android.app.ActionBar.getHideOffset.

func (*ActionBar) GetNavigationItemCount added in v0.0.7

func (m *ActionBar) GetNavigationItemCount() (int32, error)

GetNavigationItemCount calls android.app.ActionBar.getNavigationItemCount.

func (*ActionBar) GetNavigationMode added in v0.0.7

func (m *ActionBar) GetNavigationMode() (int32, error)

GetNavigationMode calls android.app.ActionBar.getNavigationMode.

func (*ActionBar) GetSelectedNavigationIndex added in v0.0.7

func (m *ActionBar) GetSelectedNavigationIndex() (int32, error)

GetSelectedNavigationIndex calls android.app.ActionBar.getSelectedNavigationIndex.

func (*ActionBar) GetSelectedTab added in v0.0.7

func (m *ActionBar) GetSelectedTab() (*jni.Object, error)

GetSelectedTab calls android.app.ActionBar.getSelectedTab.

func (*ActionBar) GetSubtitle added in v0.0.7

func (m *ActionBar) GetSubtitle() (*jni.Object, error)

GetSubtitle calls android.app.ActionBar.getSubtitle.

func (*ActionBar) GetTabAt added in v0.0.7

func (m *ActionBar) GetTabAt(arg0 int32) (*jni.Object, error)

GetTabAt calls android.app.ActionBar.getTabAt.

func (*ActionBar) GetTabCount added in v0.0.7

func (m *ActionBar) GetTabCount() (int32, error)

GetTabCount calls android.app.ActionBar.getTabCount.

func (*ActionBar) GetThemedContext added in v0.0.7

func (m *ActionBar) GetThemedContext() (*jni.Object, error)

GetThemedContext calls android.app.ActionBar.getThemedContext.

func (*ActionBar) GetTitle added in v0.0.7

func (m *ActionBar) GetTitle() (*jni.Object, error)

GetTitle calls android.app.ActionBar.getTitle.

func (*ActionBar) Hide added in v0.0.7

func (m *ActionBar) Hide() error

Hide calls android.app.ActionBar.hide.

func (*ActionBar) IsHideOnContentScrollEnabled added in v0.0.7

func (m *ActionBar) IsHideOnContentScrollEnabled() (bool, error)

IsHideOnContentScrollEnabled calls android.app.ActionBar.isHideOnContentScrollEnabled.

func (*ActionBar) IsShowing added in v0.0.7

func (m *ActionBar) IsShowing() (bool, error)

IsShowing calls android.app.ActionBar.isShowing.

func (*ActionBar) NewTab added in v0.0.7

func (m *ActionBar) NewTab() (*jni.Object, error)

NewTab calls android.app.ActionBar.newTab.

func (*ActionBar) RemoveAllTabs added in v0.0.7

func (m *ActionBar) RemoveAllTabs() error

RemoveAllTabs calls android.app.ActionBar.removeAllTabs.

func (*ActionBar) RemoveOnMenuVisibilityListener added in v0.0.7

func (m *ActionBar) RemoveOnMenuVisibilityListener(arg0 *jni.Object) error

RemoveOnMenuVisibilityListener calls android.app.ActionBar.removeOnMenuVisibilityListener.

func (*ActionBar) RemoveTab added in v0.0.7

func (m *ActionBar) RemoveTab(arg0 *jni.Object) error

RemoveTab calls android.app.ActionBar.removeTab.

func (*ActionBar) RemoveTabAt added in v0.0.7

func (m *ActionBar) RemoveTabAt(arg0 int32) error

RemoveTabAt calls android.app.ActionBar.removeTabAt.

func (*ActionBar) SelectTab added in v0.0.7

func (m *ActionBar) SelectTab(arg0 *jni.Object) error

SelectTab calls android.app.ActionBar.selectTab.

func (*ActionBar) SetBackgroundDrawable added in v0.0.7

func (m *ActionBar) SetBackgroundDrawable(arg0 *jni.Object) error

SetBackgroundDrawable calls android.app.ActionBar.setBackgroundDrawable.

func (*ActionBar) SetCustomView1 added in v0.0.7

func (m *ActionBar) SetCustomView1(arg0 *jni.Object) error

SetCustomView1 calls android.app.ActionBar.setCustomView.

func (*ActionBar) SetCustomView1_2 added in v0.0.7

func (m *ActionBar) SetCustomView1_2(arg0 int32) error

SetCustomView1_2 calls android.app.ActionBar.setCustomView.

func (*ActionBar) SetCustomView2_1 added in v0.0.7

func (m *ActionBar) SetCustomView2_1(arg0 *jni.Object, arg1 *jni.Object) error

SetCustomView2_1 calls android.app.ActionBar.setCustomView.

func (*ActionBar) SetDisplayHomeAsUpEnabled added in v0.0.7

func (m *ActionBar) SetDisplayHomeAsUpEnabled(arg0 bool) error

SetDisplayHomeAsUpEnabled calls android.app.ActionBar.setDisplayHomeAsUpEnabled.

func (*ActionBar) SetDisplayOptions1 added in v0.0.7

func (m *ActionBar) SetDisplayOptions1(arg0 int32) error

SetDisplayOptions1 calls android.app.ActionBar.setDisplayOptions.

func (*ActionBar) SetDisplayOptions2_1 added in v0.0.7

func (m *ActionBar) SetDisplayOptions2_1(arg0 int32, arg1 int32) error

SetDisplayOptions2_1 calls android.app.ActionBar.setDisplayOptions.

func (*ActionBar) SetDisplayShowCustomEnabled added in v0.0.7

func (m *ActionBar) SetDisplayShowCustomEnabled(arg0 bool) error

SetDisplayShowCustomEnabled calls android.app.ActionBar.setDisplayShowCustomEnabled.

func (*ActionBar) SetDisplayShowHomeEnabled added in v0.0.7

func (m *ActionBar) SetDisplayShowHomeEnabled(arg0 bool) error

SetDisplayShowHomeEnabled calls android.app.ActionBar.setDisplayShowHomeEnabled.

func (*ActionBar) SetDisplayShowTitleEnabled added in v0.0.7

func (m *ActionBar) SetDisplayShowTitleEnabled(arg0 bool) error

SetDisplayShowTitleEnabled calls android.app.ActionBar.setDisplayShowTitleEnabled.

func (*ActionBar) SetDisplayUseLogoEnabled added in v0.0.7

func (m *ActionBar) SetDisplayUseLogoEnabled(arg0 bool) error

SetDisplayUseLogoEnabled calls android.app.ActionBar.setDisplayUseLogoEnabled.

func (*ActionBar) SetElevation added in v0.0.7

func (m *ActionBar) SetElevation(arg0 float32) error

SetElevation calls android.app.ActionBar.setElevation.

func (*ActionBar) SetHideOffset added in v0.0.7

func (m *ActionBar) SetHideOffset(arg0 int32) error

SetHideOffset calls android.app.ActionBar.setHideOffset.

func (*ActionBar) SetHideOnContentScrollEnabled added in v0.0.7

func (m *ActionBar) SetHideOnContentScrollEnabled(arg0 bool) error

SetHideOnContentScrollEnabled calls android.app.ActionBar.setHideOnContentScrollEnabled.

func (*ActionBar) SetHomeActionContentDescription1 added in v0.0.7

func (m *ActionBar) SetHomeActionContentDescription1(arg0 int32) error

SetHomeActionContentDescription1 calls android.app.ActionBar.setHomeActionContentDescription.

func (*ActionBar) SetHomeActionContentDescription1_1 added in v0.0.7

func (m *ActionBar) SetHomeActionContentDescription1_1(arg0 string) error

SetHomeActionContentDescription1_1 calls android.app.ActionBar.setHomeActionContentDescription.

func (*ActionBar) SetHomeAsUpIndicator1 added in v0.0.7

func (m *ActionBar) SetHomeAsUpIndicator1(arg0 *jni.Object) error

SetHomeAsUpIndicator1 calls android.app.ActionBar.setHomeAsUpIndicator.

func (*ActionBar) SetHomeAsUpIndicator1_1 added in v0.0.7

func (m *ActionBar) SetHomeAsUpIndicator1_1(arg0 int32) error

SetHomeAsUpIndicator1_1 calls android.app.ActionBar.setHomeAsUpIndicator.

func (*ActionBar) SetHomeButtonEnabled added in v0.0.7

func (m *ActionBar) SetHomeButtonEnabled(arg0 bool) error

SetHomeButtonEnabled calls android.app.ActionBar.setHomeButtonEnabled.

func (*ActionBar) SetIcon1 added in v0.0.7

func (m *ActionBar) SetIcon1(arg0 *jni.Object) error

SetIcon1 calls android.app.ActionBar.setIcon.

func (*ActionBar) SetIcon1_1 added in v0.0.7

func (m *ActionBar) SetIcon1_1(arg0 int32) error

SetIcon1_1 calls android.app.ActionBar.setIcon.

func (*ActionBar) SetListNavigationCallbacks added in v0.0.7

func (m *ActionBar) SetListNavigationCallbacks(arg0 *jni.Object, arg1 *jni.Object) error

SetListNavigationCallbacks calls android.app.ActionBar.setListNavigationCallbacks.

func (*ActionBar) SetLogo1 added in v0.0.7

func (m *ActionBar) SetLogo1(arg0 *jni.Object) error

SetLogo1 calls android.app.ActionBar.setLogo.

func (*ActionBar) SetLogo1_1 added in v0.0.7

func (m *ActionBar) SetLogo1_1(arg0 int32) error

SetLogo1_1 calls android.app.ActionBar.setLogo.

func (*ActionBar) SetNavigationMode added in v0.0.7

func (m *ActionBar) SetNavigationMode(arg0 int32) error

SetNavigationMode calls android.app.ActionBar.setNavigationMode.

func (*ActionBar) SetSelectedNavigationItem added in v0.0.7

func (m *ActionBar) SetSelectedNavigationItem(arg0 int32) error

SetSelectedNavigationItem calls android.app.ActionBar.setSelectedNavigationItem.

func (*ActionBar) SetSplitBackgroundDrawable added in v0.0.7

func (m *ActionBar) SetSplitBackgroundDrawable(arg0 *jni.Object) error

SetSplitBackgroundDrawable calls android.app.ActionBar.setSplitBackgroundDrawable.

func (*ActionBar) SetStackedBackgroundDrawable added in v0.0.7

func (m *ActionBar) SetStackedBackgroundDrawable(arg0 *jni.Object) error

SetStackedBackgroundDrawable calls android.app.ActionBar.setStackedBackgroundDrawable.

func (*ActionBar) SetSubtitle1 added in v0.0.7

func (m *ActionBar) SetSubtitle1(arg0 int32) error

SetSubtitle1 calls android.app.ActionBar.setSubtitle.

func (*ActionBar) SetSubtitle1_1 added in v0.0.7

func (m *ActionBar) SetSubtitle1_1(arg0 string) error

SetSubtitle1_1 calls android.app.ActionBar.setSubtitle.

func (*ActionBar) SetTitle1 added in v0.0.7

func (m *ActionBar) SetTitle1(arg0 int32) error

SetTitle1 calls android.app.ActionBar.setTitle.

func (*ActionBar) SetTitle1_1 added in v0.0.7

func (m *ActionBar) SetTitle1_1(arg0 string) error

SetTitle1_1 calls android.app.ActionBar.setTitle.

func (*ActionBar) Show added in v0.0.7

func (m *ActionBar) Show() error

Show calls android.app.ActionBar.show.

type ActionBarOnMenuVisibilityListener added in v0.0.7

type ActionBarOnMenuVisibilityListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActionBarOnMenuVisibilityListener wraps android.app.ActionBar$OnMenuVisibilityListener.

func (*ActionBarOnMenuVisibilityListener) OnMenuVisibilityChanged added in v0.0.7

func (m *ActionBarOnMenuVisibilityListener) OnMenuVisibilityChanged(arg0 bool) error

OnMenuVisibilityChanged calls android.app.ActionBar$OnMenuVisibilityListener.onMenuVisibilityChanged.

type ActionBarOnNavigationListener added in v0.0.7

type ActionBarOnNavigationListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActionBarOnNavigationListener wraps android.app.ActionBar$OnNavigationListener.

func (*ActionBarOnNavigationListener) OnNavigationItemSelected added in v0.0.7

func (m *ActionBarOnNavigationListener) OnNavigationItemSelected(arg0 int32, arg1 int64) (bool, error)

OnNavigationItemSelected calls android.app.ActionBar$OnNavigationListener.onNavigationItemSelected.

type ActionBarTab added in v0.0.7

type ActionBarTab struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActionBarTab wraps android.app.ActionBar$Tab.

func (*ActionBarTab) GetContentDescription added in v0.0.7

func (m *ActionBarTab) GetContentDescription() (*jni.Object, error)

GetContentDescription calls android.app.ActionBar$Tab.getContentDescription.

func (*ActionBarTab) GetCustomView added in v0.0.7

func (m *ActionBarTab) GetCustomView() (*jni.Object, error)

GetCustomView calls android.app.ActionBar$Tab.getCustomView.

func (*ActionBarTab) GetIcon added in v0.0.7

func (m *ActionBarTab) GetIcon() (*jni.Object, error)

GetIcon calls android.app.ActionBar$Tab.getIcon.

func (*ActionBarTab) GetPosition added in v0.0.7

func (m *ActionBarTab) GetPosition() (int32, error)

GetPosition calls android.app.ActionBar$Tab.getPosition.

func (*ActionBarTab) GetTag added in v0.0.7

func (m *ActionBarTab) GetTag() (*jni.Object, error)

GetTag calls android.app.ActionBar$Tab.getTag.

func (*ActionBarTab) GetText added in v0.0.7

func (m *ActionBarTab) GetText() (*jni.Object, error)

GetText calls android.app.ActionBar$Tab.getText.

func (*ActionBarTab) Select added in v0.0.7

func (m *ActionBarTab) Select() error

Select calls android.app.ActionBar$Tab.select.

func (*ActionBarTab) SetContentDescription1 added in v0.0.7

func (m *ActionBarTab) SetContentDescription1(arg0 int32) (*jni.Object, error)

SetContentDescription1 calls android.app.ActionBar$Tab.setContentDescription.

func (*ActionBarTab) SetContentDescription1_1 added in v0.0.7

func (m *ActionBarTab) SetContentDescription1_1(arg0 string) (*jni.Object, error)

SetContentDescription1_1 calls android.app.ActionBar$Tab.setContentDescription.

func (*ActionBarTab) SetCustomView1 added in v0.0.7

func (m *ActionBarTab) SetCustomView1(arg0 *jni.Object) (*jni.Object, error)

SetCustomView1 calls android.app.ActionBar$Tab.setCustomView.

func (*ActionBarTab) SetCustomView1_1 added in v0.0.7

func (m *ActionBarTab) SetCustomView1_1(arg0 int32) (*jni.Object, error)

SetCustomView1_1 calls android.app.ActionBar$Tab.setCustomView.

func (*ActionBarTab) SetIcon1 added in v0.0.7

func (m *ActionBarTab) SetIcon1(arg0 *jni.Object) (*jni.Object, error)

SetIcon1 calls android.app.ActionBar$Tab.setIcon.

func (*ActionBarTab) SetIcon1_1 added in v0.0.7

func (m *ActionBarTab) SetIcon1_1(arg0 int32) (*jni.Object, error)

SetIcon1_1 calls android.app.ActionBar$Tab.setIcon.

func (*ActionBarTab) SetTabListener added in v0.0.7

func (m *ActionBarTab) SetTabListener(arg0 *jni.Object) (*jni.Object, error)

SetTabListener calls android.app.ActionBar$Tab.setTabListener.

func (*ActionBarTab) SetTag added in v0.0.7

func (m *ActionBarTab) SetTag(arg0 *jni.Object) (*jni.Object, error)

SetTag calls android.app.ActionBar$Tab.setTag.

func (*ActionBarTab) SetText1 added in v0.0.7

func (m *ActionBarTab) SetText1(arg0 int32) (*jni.Object, error)

SetText1 calls android.app.ActionBar$Tab.setText.

func (*ActionBarTab) SetText1_1 added in v0.0.7

func (m *ActionBarTab) SetText1_1(arg0 string) (*jni.Object, error)

SetText1_1 calls android.app.ActionBar$Tab.setText.

type ActionBarTabListener added in v0.0.7

type ActionBarTabListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActionBarTabListener wraps android.app.ActionBar$TabListener.

func (*ActionBarTabListener) OnTabReselected added in v0.0.7

func (m *ActionBarTabListener) OnTabReselected(arg0 *jni.Object, arg1 *jni.Object) error

OnTabReselected calls android.app.ActionBar$TabListener.onTabReselected.

func (*ActionBarTabListener) OnTabSelected added in v0.0.7

func (m *ActionBarTabListener) OnTabSelected(arg0 *jni.Object, arg1 *jni.Object) error

OnTabSelected calls android.app.ActionBar$TabListener.onTabSelected.

func (*ActionBarTabListener) OnTabUnselected added in v0.0.7

func (m *ActionBarTabListener) OnTabUnselected(arg0 *jni.Object, arg1 *jni.Object) error

OnTabUnselected calls android.app.ActionBar$TabListener.onTabUnselected.

type Activity added in v0.0.4

type Activity struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Activity wraps android.app.Activity.

func NewActivity added in v0.0.7

func NewActivity(vm *jni.VM) (*Activity, error)

NewActivity creates a new android.app.Activity instance.

func (*Activity) AddContentView added in v0.0.4

func (m *Activity) AddContentView(arg0 *jni.Object, arg1 *jni.Object) error

AddContentView calls android.app.Activity.addContentView.

func (*Activity) ClearOverrideActivityTransition added in v0.0.4

func (m *Activity) ClearOverrideActivityTransition(arg0 int32) error

ClearOverrideActivityTransition calls android.app.Activity.clearOverrideActivityTransition.

func (*Activity) CloseContextMenu added in v0.0.4

func (m *Activity) CloseContextMenu() error

CloseContextMenu calls android.app.Activity.closeContextMenu.

func (*Activity) CloseOptionsMenu added in v0.0.4

func (m *Activity) CloseOptionsMenu() error

CloseOptionsMenu calls android.app.Activity.closeOptionsMenu.

func (*Activity) CreatePendingResult added in v0.0.4

func (m *Activity) CreatePendingResult(
	arg0 int32,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

CreatePendingResult calls android.app.Activity.createPendingResult.

func (*Activity) DismissDialog added in v0.0.4

func (m *Activity) DismissDialog(arg0 int32) error

DismissDialog calls android.app.Activity.dismissDialog.

func (*Activity) DismissKeyboardShortcutsHelper added in v0.0.4

func (m *Activity) DismissKeyboardShortcutsHelper() error

DismissKeyboardShortcutsHelper calls android.app.Activity.dismissKeyboardShortcutsHelper.

func (*Activity) DispatchGenericMotionEvent added in v0.0.4

func (m *Activity) DispatchGenericMotionEvent(arg0 *jni.Object) (bool, error)

DispatchGenericMotionEvent calls android.app.Activity.dispatchGenericMotionEvent.

func (*Activity) DispatchKeyEvent added in v0.0.4

func (m *Activity) DispatchKeyEvent(arg0 *jni.Object) (bool, error)

DispatchKeyEvent calls android.app.Activity.dispatchKeyEvent.

func (*Activity) DispatchKeyShortcutEvent added in v0.0.4

func (m *Activity) DispatchKeyShortcutEvent(arg0 *jni.Object) (bool, error)

DispatchKeyShortcutEvent calls android.app.Activity.dispatchKeyShortcutEvent.

func (*Activity) DispatchPopulateAccessibilityEvent added in v0.0.4

func (m *Activity) DispatchPopulateAccessibilityEvent(arg0 *jni.Object) (bool, error)

DispatchPopulateAccessibilityEvent calls android.app.Activity.dispatchPopulateAccessibilityEvent.

func (*Activity) DispatchTouchEvent added in v0.0.4

func (m *Activity) DispatchTouchEvent(arg0 *jni.Object) (bool, error)

DispatchTouchEvent calls android.app.Activity.dispatchTouchEvent.

func (*Activity) DispatchTrackballEvent added in v0.0.4

func (m *Activity) DispatchTrackballEvent(arg0 *jni.Object) (bool, error)

DispatchTrackballEvent calls android.app.Activity.dispatchTrackballEvent.

func (*Activity) Dump added in v0.0.4

func (m *Activity) Dump(
	arg0 string,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

Dump calls android.app.Activity.dump.

func (*Activity) EnterPictureInPictureMode0 added in v0.0.4

func (m *Activity) EnterPictureInPictureMode0() error

EnterPictureInPictureMode0 calls android.app.Activity.enterPictureInPictureMode.

func (*Activity) EnterPictureInPictureMode1_1 added in v0.0.4

func (m *Activity) EnterPictureInPictureMode1_1(arg0 *jni.Object) (bool, error)

EnterPictureInPictureMode1_1 calls android.app.Activity.enterPictureInPictureMode.

func (*Activity) Finish added in v0.0.4

func (m *Activity) Finish() error

Finish calls android.app.Activity.finish.

func (*Activity) FinishActivity added in v0.0.4

func (m *Activity) FinishActivity(arg0 int32) error

FinishActivity calls android.app.Activity.finishActivity.

func (*Activity) FinishActivityFromChild added in v0.0.4

func (m *Activity) FinishActivityFromChild(arg0 *jni.Object, arg1 int32) error

FinishActivityFromChild calls android.app.Activity.finishActivityFromChild.

func (*Activity) FinishAffinity added in v0.0.4

func (m *Activity) FinishAffinity() error

FinishAffinity calls android.app.Activity.finishAffinity.

func (*Activity) FinishAfterTransition added in v0.0.4

func (m *Activity) FinishAfterTransition() error

FinishAfterTransition calls android.app.Activity.finishAfterTransition.

func (*Activity) FinishAndRemoveTask added in v0.0.4

func (m *Activity) FinishAndRemoveTask() error

FinishAndRemoveTask calls android.app.Activity.finishAndRemoveTask.

func (*Activity) FinishFromChild added in v0.0.4

func (m *Activity) FinishFromChild(arg0 *jni.Object) error

FinishFromChild calls android.app.Activity.finishFromChild.

func (*Activity) GetActionBar added in v0.0.4

func (m *Activity) GetActionBar() (*jni.Object, error)

GetActionBar calls android.app.Activity.getActionBar.

func (*Activity) GetApplication added in v0.0.4

func (m *Activity) GetApplication() (*jni.Object, error)

GetApplication calls android.app.Activity.getApplication.

func (*Activity) GetCaller added in v0.0.4

func (m *Activity) GetCaller() (*jni.Object, error)

GetCaller calls android.app.Activity.getCaller.

func (*Activity) GetCallingActivity added in v0.0.4

func (m *Activity) GetCallingActivity() (*jni.Object, error)

GetCallingActivity calls android.app.Activity.getCallingActivity.

func (*Activity) GetCallingPackage added in v0.0.4

func (m *Activity) GetCallingPackage() (string, error)

GetCallingPackage calls android.app.Activity.getCallingPackage.

func (*Activity) GetChangingConfigurations added in v0.0.4

func (m *Activity) GetChangingConfigurations() (int32, error)

GetChangingConfigurations calls android.app.Activity.getChangingConfigurations.

func (*Activity) GetComponentName added in v0.0.4

func (m *Activity) GetComponentName() (*jni.Object, error)

GetComponentName calls android.app.Activity.getComponentName.

func (*Activity) GetContentScene added in v0.0.4

func (m *Activity) GetContentScene() (*jni.Object, error)

GetContentScene calls android.app.Activity.getContentScene.

func (*Activity) GetContentTransitionManager added in v0.0.4

func (m *Activity) GetContentTransitionManager() (*jni.Object, error)

GetContentTransitionManager calls android.app.Activity.getContentTransitionManager.

func (*Activity) GetCurrentCaller added in v0.0.4

func (m *Activity) GetCurrentCaller() (*jni.Object, error)

GetCurrentCaller calls android.app.Activity.getCurrentCaller.

func (*Activity) GetCurrentFocus added in v0.0.4

func (m *Activity) GetCurrentFocus() (*jni.Object, error)

GetCurrentFocus calls android.app.Activity.getCurrentFocus.

func (*Activity) GetFragmentManager added in v0.0.4

func (m *Activity) GetFragmentManager() (*jni.Object, error)

GetFragmentManager calls android.app.Activity.getFragmentManager.

func (*Activity) GetInitialCaller added in v0.0.4

func (m *Activity) GetInitialCaller() (*jni.Object, error)

GetInitialCaller calls android.app.Activity.getInitialCaller.

func (*Activity) GetIntent added in v0.0.4

func (m *Activity) GetIntent() (*jni.Object, error)

GetIntent calls android.app.Activity.getIntent.

func (*Activity) GetLastNonConfigurationInstance added in v0.0.4

func (m *Activity) GetLastNonConfigurationInstance() (*jni.Object, error)

GetLastNonConfigurationInstance calls android.app.Activity.getLastNonConfigurationInstance.

func (*Activity) GetLaunchedFromPackage added in v0.0.4

func (m *Activity) GetLaunchedFromPackage() (string, error)

GetLaunchedFromPackage calls android.app.Activity.getLaunchedFromPackage.

func (*Activity) GetLaunchedFromUid added in v0.0.4

func (m *Activity) GetLaunchedFromUid() (int32, error)

GetLaunchedFromUid calls android.app.Activity.getLaunchedFromUid.

func (*Activity) GetLayoutInflater added in v0.0.4

func (m *Activity) GetLayoutInflater() (*jni.Object, error)

GetLayoutInflater calls android.app.Activity.getLayoutInflater.

func (*Activity) GetLoaderManager added in v0.0.4

func (m *Activity) GetLoaderManager() (*jni.Object, error)

GetLoaderManager calls android.app.Activity.getLoaderManager.

func (*Activity) GetLocalClassName added in v0.0.4

func (m *Activity) GetLocalClassName() (string, error)

GetLocalClassName calls android.app.Activity.getLocalClassName.

func (*Activity) GetMaxNumPictureInPictureActions added in v0.0.4

func (m *Activity) GetMaxNumPictureInPictureActions() (int32, error)

GetMaxNumPictureInPictureActions calls android.app.Activity.getMaxNumPictureInPictureActions.

func (*Activity) GetMediaController added in v0.0.4

func (m *Activity) GetMediaController() (*jni.Object, error)

GetMediaController calls android.app.Activity.getMediaController.

func (*Activity) GetMenuInflater added in v0.0.4

func (m *Activity) GetMenuInflater() (*jni.Object, error)

GetMenuInflater calls android.app.Activity.getMenuInflater.

func (*Activity) GetOnBackInvokedDispatcher added in v0.0.4

func (m *Activity) GetOnBackInvokedDispatcher() (*jni.Object, error)

GetOnBackInvokedDispatcher calls android.app.Activity.getOnBackInvokedDispatcher.

func (*Activity) GetParent added in v0.0.4

func (m *Activity) GetParent() (*jni.Object, error)

GetParent calls android.app.Activity.getParent.

func (*Activity) GetParentActivityIntent added in v0.0.4

func (m *Activity) GetParentActivityIntent() (*jni.Object, error)

GetParentActivityIntent calls android.app.Activity.getParentActivityIntent.

func (*Activity) GetPreferences added in v0.0.4

func (m *Activity) GetPreferences(arg0 int32) (*jni.Object, error)

GetPreferences calls android.app.Activity.getPreferences.

func (*Activity) GetReferrer added in v0.0.4

func (m *Activity) GetReferrer() (*jni.Object, error)

GetReferrer calls android.app.Activity.getReferrer.

func (*Activity) GetRequestedOrientation added in v0.0.4

func (m *Activity) GetRequestedOrientation() (int32, error)

GetRequestedOrientation calls android.app.Activity.getRequestedOrientation.

func (*Activity) GetSearchEvent added in v0.0.4

func (m *Activity) GetSearchEvent() (*jni.Object, error)

GetSearchEvent calls android.app.Activity.getSearchEvent.

func (*Activity) GetSplashScreen added in v0.0.4

func (m *Activity) GetSplashScreen() (*jni.Object, error)

GetSplashScreen calls android.app.Activity.getSplashScreen.

func (*Activity) GetSystemService added in v0.0.4

func (m *Activity) GetSystemService(arg0 string) (*jni.Object, error)

GetSystemService calls android.app.Activity.getSystemService.

func (*Activity) GetTaskId added in v0.0.4

func (m *Activity) GetTaskId() (int32, error)

GetTaskId calls android.app.Activity.getTaskId.

func (*Activity) GetTitle added in v0.0.4

func (m *Activity) GetTitle() (*jni.Object, error)

GetTitle calls android.app.Activity.getTitle.

func (*Activity) GetTitleColor added in v0.0.4

func (m *Activity) GetTitleColor() (int32, error)

GetTitleColor calls android.app.Activity.getTitleColor.

func (*Activity) GetVoiceInteractor added in v0.0.4

func (m *Activity) GetVoiceInteractor() (*jni.Object, error)

GetVoiceInteractor calls android.app.Activity.getVoiceInteractor.

func (*Activity) GetVolumeControlStream added in v0.0.4

func (m *Activity) GetVolumeControlStream() (int32, error)

GetVolumeControlStream calls android.app.Activity.getVolumeControlStream.

func (*Activity) GetWindow added in v0.0.4

func (m *Activity) GetWindow() (*jni.Object, error)

GetWindow calls android.app.Activity.getWindow.

func (*Activity) GetWindowManager added in v0.0.4

func (m *Activity) GetWindowManager() (*jni.Object, error)

GetWindowManager calls android.app.Activity.getWindowManager.

func (*Activity) HasWindowFocus added in v0.0.4

func (m *Activity) HasWindowFocus() (bool, error)

HasWindowFocus calls android.app.Activity.hasWindowFocus.

func (*Activity) InvalidateOptionsMenu added in v0.0.4

func (m *Activity) InvalidateOptionsMenu() error

InvalidateOptionsMenu calls android.app.Activity.invalidateOptionsMenu.

func (*Activity) IsActivityTransitionRunning added in v0.0.4

func (m *Activity) IsActivityTransitionRunning() (bool, error)

IsActivityTransitionRunning calls android.app.Activity.isActivityTransitionRunning.

func (*Activity) IsChangingConfigurations added in v0.0.4

func (m *Activity) IsChangingConfigurations() (bool, error)

IsChangingConfigurations calls android.app.Activity.isChangingConfigurations.

func (*Activity) IsChild added in v0.0.4

func (m *Activity) IsChild() (bool, error)

IsChild calls android.app.Activity.isChild.

func (*Activity) IsDestroyed added in v0.0.4

func (m *Activity) IsDestroyed() (bool, error)

IsDestroyed calls android.app.Activity.isDestroyed.

func (*Activity) IsFinishing added in v0.0.4

func (m *Activity) IsFinishing() (bool, error)

IsFinishing calls android.app.Activity.isFinishing.

func (*Activity) IsImmersive added in v0.0.4

func (m *Activity) IsImmersive() (bool, error)

IsImmersive calls android.app.Activity.isImmersive.

func (*Activity) IsInMultiWindowMode added in v0.0.4

func (m *Activity) IsInMultiWindowMode() (bool, error)

IsInMultiWindowMode calls android.app.Activity.isInMultiWindowMode.

func (*Activity) IsInPictureInPictureMode added in v0.0.4

func (m *Activity) IsInPictureInPictureMode() (bool, error)

IsInPictureInPictureMode calls android.app.Activity.isInPictureInPictureMode.

func (*Activity) IsLaunchedFromBubble added in v0.0.4

func (m *Activity) IsLaunchedFromBubble() (bool, error)

IsLaunchedFromBubble calls android.app.Activity.isLaunchedFromBubble.

func (*Activity) IsLocalVoiceInteractionSupported added in v0.0.4

func (m *Activity) IsLocalVoiceInteractionSupported() (bool, error)

IsLocalVoiceInteractionSupported calls android.app.Activity.isLocalVoiceInteractionSupported.

func (*Activity) IsTaskRoot added in v0.0.4

func (m *Activity) IsTaskRoot() (bool, error)

IsTaskRoot calls android.app.Activity.isTaskRoot.

func (*Activity) IsVoiceInteraction added in v0.0.4

func (m *Activity) IsVoiceInteraction() (bool, error)

IsVoiceInteraction calls android.app.Activity.isVoiceInteraction.

func (*Activity) IsVoiceInteractionRoot added in v0.0.4

func (m *Activity) IsVoiceInteractionRoot() (bool, error)

IsVoiceInteractionRoot calls android.app.Activity.isVoiceInteractionRoot.

func (*Activity) ManagedQuery added in v0.0.4

func (m *Activity) ManagedQuery(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
	arg3 *jni.Object,
	arg4 string,
) (*jni.Object, error)

ManagedQuery calls android.app.Activity.managedQuery.

func (*Activity) MoveTaskToBack added in v0.0.4

func (m *Activity) MoveTaskToBack(arg0 bool) (bool, error)

MoveTaskToBack calls android.app.Activity.moveTaskToBack.

func (*Activity) NavigateUpTo added in v0.0.4

func (m *Activity) NavigateUpTo(arg0 *jni.Object) (bool, error)

NavigateUpTo calls android.app.Activity.navigateUpTo.

func (*Activity) NavigateUpToFromChild added in v0.0.4

func (m *Activity) NavigateUpToFromChild(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

NavigateUpToFromChild calls android.app.Activity.navigateUpToFromChild.

func (*Activity) OnActionModeFinished added in v0.0.4

func (m *Activity) OnActionModeFinished(arg0 *jni.Object) error

OnActionModeFinished calls android.app.Activity.onActionModeFinished.

func (*Activity) OnActionModeStarted added in v0.0.4

func (m *Activity) OnActionModeStarted(arg0 *jni.Object) error

OnActionModeStarted calls android.app.Activity.onActionModeStarted.

func (*Activity) OnActivityReenter added in v0.0.4

func (m *Activity) OnActivityReenter(arg0 int32, arg1 *jni.Object) error

OnActivityReenter calls android.app.Activity.onActivityReenter.

func (*Activity) OnActivityResult added in v0.0.4

func (m *Activity) OnActivityResult(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

OnActivityResult calls android.app.Activity.onActivityResult.

func (*Activity) OnAttachFragment added in v0.0.4

func (m *Activity) OnAttachFragment(arg0 *jni.Object) error

OnAttachFragment calls android.app.Activity.onAttachFragment.

func (*Activity) OnAttachedToWindow added in v0.0.4

func (m *Activity) OnAttachedToWindow() error

OnAttachedToWindow calls android.app.Activity.onAttachedToWindow.

func (*Activity) OnBackPressed added in v0.0.4

func (m *Activity) OnBackPressed() error

OnBackPressed calls android.app.Activity.onBackPressed.

func (*Activity) OnConfigurationChanged added in v0.0.4

func (m *Activity) OnConfigurationChanged(arg0 *jni.Object) error

OnConfigurationChanged calls android.app.Activity.onConfigurationChanged.

func (*Activity) OnContentChanged added in v0.0.4

func (m *Activity) OnContentChanged() error

OnContentChanged calls android.app.Activity.onContentChanged.

func (*Activity) OnContextItemSelected added in v0.0.4

func (m *Activity) OnContextItemSelected(arg0 *jni.Object) (bool, error)

OnContextItemSelected calls android.app.Activity.onContextItemSelected.

func (*Activity) OnContextMenuClosed added in v0.0.4

func (m *Activity) OnContextMenuClosed(arg0 *jni.Object) error

OnContextMenuClosed calls android.app.Activity.onContextMenuClosed.

func (*Activity) OnCreate added in v0.0.4

func (m *Activity) OnCreate(arg0 *jni.Object, arg1 *jni.Object) error

OnCreate calls android.app.Activity.onCreate.

func (*Activity) OnCreateContextMenu added in v0.0.4

func (m *Activity) OnCreateContextMenu(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnCreateContextMenu calls android.app.Activity.onCreateContextMenu.

func (*Activity) OnCreateDescription added in v0.0.4

func (m *Activity) OnCreateDescription() (*jni.Object, error)

OnCreateDescription calls android.app.Activity.onCreateDescription.

func (*Activity) OnCreateNavigateUpTaskStack added in v0.0.4

func (m *Activity) OnCreateNavigateUpTaskStack(arg0 *jni.Object) error

OnCreateNavigateUpTaskStack calls android.app.Activity.onCreateNavigateUpTaskStack.

func (*Activity) OnCreateOptionsMenu added in v0.0.4

func (m *Activity) OnCreateOptionsMenu(arg0 *jni.Object) (bool, error)

OnCreateOptionsMenu calls android.app.Activity.onCreateOptionsMenu.

func (*Activity) OnCreatePanelMenu added in v0.0.4

func (m *Activity) OnCreatePanelMenu(arg0 int32, arg1 *jni.Object) (bool, error)

OnCreatePanelMenu calls android.app.Activity.onCreatePanelMenu.

func (*Activity) OnCreatePanelView added in v0.0.4

func (m *Activity) OnCreatePanelView(arg0 int32) (*jni.Object, error)

OnCreatePanelView calls android.app.Activity.onCreatePanelView.

func (*Activity) OnCreateThumbnail added in v0.0.4

func (m *Activity) OnCreateThumbnail(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

OnCreateThumbnail calls android.app.Activity.onCreateThumbnail.

func (*Activity) OnCreateView3_1 added in v0.0.4

func (m *Activity) OnCreateView3_1(
	arg0 string,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

OnCreateView3_1 calls android.app.Activity.onCreateView.

func (*Activity) OnCreateView4 added in v0.0.4

func (m *Activity) OnCreateView4(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (*jni.Object, error)

OnCreateView4 calls android.app.Activity.onCreateView.

func (*Activity) OnDetachedFromWindow added in v0.0.4

func (m *Activity) OnDetachedFromWindow() error

OnDetachedFromWindow calls android.app.Activity.onDetachedFromWindow.

func (*Activity) OnEnterAnimationComplete added in v0.0.4

func (m *Activity) OnEnterAnimationComplete() error

OnEnterAnimationComplete calls android.app.Activity.onEnterAnimationComplete.

func (*Activity) OnGenericMotionEvent added in v0.0.4

func (m *Activity) OnGenericMotionEvent(arg0 *jni.Object) (bool, error)

OnGenericMotionEvent calls android.app.Activity.onGenericMotionEvent.

func (*Activity) OnKeyDown added in v0.0.4

func (m *Activity) OnKeyDown(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyDown calls android.app.Activity.onKeyDown.

func (*Activity) OnKeyLongPress added in v0.0.4

func (m *Activity) OnKeyLongPress(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyLongPress calls android.app.Activity.onKeyLongPress.

func (*Activity) OnKeyMultiple added in v0.0.4

func (m *Activity) OnKeyMultiple(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) (bool, error)

OnKeyMultiple calls android.app.Activity.onKeyMultiple.

func (*Activity) OnKeyShortcut added in v0.0.4

func (m *Activity) OnKeyShortcut(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyShortcut calls android.app.Activity.onKeyShortcut.

func (*Activity) OnKeyUp added in v0.0.4

func (m *Activity) OnKeyUp(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyUp calls android.app.Activity.onKeyUp.

func (*Activity) OnLocalVoiceInteractionStarted added in v0.0.4

func (m *Activity) OnLocalVoiceInteractionStarted() error

OnLocalVoiceInteractionStarted calls android.app.Activity.onLocalVoiceInteractionStarted.

func (*Activity) OnLocalVoiceInteractionStopped added in v0.0.4

func (m *Activity) OnLocalVoiceInteractionStopped() error

OnLocalVoiceInteractionStopped calls android.app.Activity.onLocalVoiceInteractionStopped.

func (*Activity) OnLowMemory added in v0.0.4

func (m *Activity) OnLowMemory() error

OnLowMemory calls android.app.Activity.onLowMemory.

func (*Activity) OnMenuItemSelected added in v0.0.4

func (m *Activity) OnMenuItemSelected(arg0 int32, arg1 *jni.Object) (bool, error)

OnMenuItemSelected calls android.app.Activity.onMenuItemSelected.

func (*Activity) OnMenuOpened added in v0.0.4

func (m *Activity) OnMenuOpened(arg0 int32, arg1 *jni.Object) (bool, error)

OnMenuOpened calls android.app.Activity.onMenuOpened.

func (*Activity) OnMultiWindowModeChanged1 added in v0.0.4

func (m *Activity) OnMultiWindowModeChanged1(arg0 bool) error

OnMultiWindowModeChanged1 calls android.app.Activity.onMultiWindowModeChanged.

func (*Activity) OnMultiWindowModeChanged2_1 added in v0.0.4

func (m *Activity) OnMultiWindowModeChanged2_1(arg0 bool, arg1 *jni.Object) error

OnMultiWindowModeChanged2_1 calls android.app.Activity.onMultiWindowModeChanged.

func (*Activity) OnNavigateUp added in v0.0.4

func (m *Activity) OnNavigateUp() (bool, error)

OnNavigateUp calls android.app.Activity.onNavigateUp.

func (*Activity) OnNavigateUpFromChild added in v0.0.4

func (m *Activity) OnNavigateUpFromChild(arg0 *jni.Object) (bool, error)

OnNavigateUpFromChild calls android.app.Activity.onNavigateUpFromChild.

func (*Activity) OnNewIntent added in v0.0.4

func (m *Activity) OnNewIntent(arg0 *jni.Object, arg1 *jni.Object) error

OnNewIntent calls android.app.Activity.onNewIntent.

func (*Activity) OnOptionsItemSelected added in v0.0.4

func (m *Activity) OnOptionsItemSelected(arg0 *jni.Object) (bool, error)

OnOptionsItemSelected calls android.app.Activity.onOptionsItemSelected.

func (*Activity) OnOptionsMenuClosed added in v0.0.4

func (m *Activity) OnOptionsMenuClosed(arg0 *jni.Object) error

OnOptionsMenuClosed calls android.app.Activity.onOptionsMenuClosed.

func (*Activity) OnPanelClosed added in v0.0.4

func (m *Activity) OnPanelClosed(arg0 int32, arg1 *jni.Object) error

OnPanelClosed calls android.app.Activity.onPanelClosed.

func (*Activity) OnPictureInPictureModeChanged1 added in v0.0.4

func (m *Activity) OnPictureInPictureModeChanged1(arg0 bool) error

OnPictureInPictureModeChanged1 calls android.app.Activity.onPictureInPictureModeChanged.

func (*Activity) OnPictureInPictureModeChanged2_1 added in v0.0.4

func (m *Activity) OnPictureInPictureModeChanged2_1(arg0 bool, arg1 *jni.Object) error

OnPictureInPictureModeChanged2_1 calls android.app.Activity.onPictureInPictureModeChanged.

func (*Activity) OnPictureInPictureRequested added in v0.0.4

func (m *Activity) OnPictureInPictureRequested() (bool, error)

OnPictureInPictureRequested calls android.app.Activity.onPictureInPictureRequested.

func (*Activity) OnPictureInPictureUiStateChanged added in v0.0.4

func (m *Activity) OnPictureInPictureUiStateChanged(arg0 *jni.Object) error

OnPictureInPictureUiStateChanged calls android.app.Activity.onPictureInPictureUiStateChanged.

func (*Activity) OnPostCreate added in v0.0.4

func (m *Activity) OnPostCreate(arg0 *jni.Object, arg1 *jni.Object) error

OnPostCreate calls android.app.Activity.onPostCreate.

func (*Activity) OnPrepareNavigateUpTaskStack added in v0.0.4

func (m *Activity) OnPrepareNavigateUpTaskStack(arg0 *jni.Object) error

OnPrepareNavigateUpTaskStack calls android.app.Activity.onPrepareNavigateUpTaskStack.

func (*Activity) OnPrepareOptionsMenu added in v0.0.4

func (m *Activity) OnPrepareOptionsMenu(arg0 *jni.Object) (bool, error)

OnPrepareOptionsMenu calls android.app.Activity.onPrepareOptionsMenu.

func (*Activity) OnPreparePanel added in v0.0.4

func (m *Activity) OnPreparePanel(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (bool, error)

OnPreparePanel calls android.app.Activity.onPreparePanel.

func (*Activity) OnProvideAssistContent added in v0.0.4

func (m *Activity) OnProvideAssistContent(arg0 *jni.Object) error

OnProvideAssistContent calls android.app.Activity.onProvideAssistContent.

func (*Activity) OnProvideAssistData added in v0.0.4

func (m *Activity) OnProvideAssistData(arg0 *jni.Object) error

OnProvideAssistData calls android.app.Activity.onProvideAssistData.

func (*Activity) OnProvideReferrer added in v0.0.4

func (m *Activity) OnProvideReferrer() (*jni.Object, error)

OnProvideReferrer calls android.app.Activity.onProvideReferrer.

func (*Activity) OnRequestPermissionsResult3 added in v0.0.4

func (m *Activity) OnRequestPermissionsResult3(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnRequestPermissionsResult3 calls android.app.Activity.onRequestPermissionsResult.

func (*Activity) OnRequestPermissionsResult4_1 added in v0.0.4

func (m *Activity) OnRequestPermissionsResult4_1(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 int32,
) error

OnRequestPermissionsResult4_1 calls android.app.Activity.onRequestPermissionsResult.

func (*Activity) OnRestoreInstanceState added in v0.0.4

func (m *Activity) OnRestoreInstanceState(arg0 *jni.Object, arg1 *jni.Object) error

OnRestoreInstanceState calls android.app.Activity.onRestoreInstanceState.

func (*Activity) OnRetainNonConfigurationInstance added in v0.0.4

func (m *Activity) OnRetainNonConfigurationInstance() (*jni.Object, error)

OnRetainNonConfigurationInstance calls android.app.Activity.onRetainNonConfigurationInstance.

func (*Activity) OnSaveInstanceState added in v0.0.4

func (m *Activity) OnSaveInstanceState(arg0 *jni.Object, arg1 *jni.Object) error

OnSaveInstanceState calls android.app.Activity.onSaveInstanceState.

func (*Activity) OnSearchRequested0 added in v0.0.4

func (m *Activity) OnSearchRequested0() (bool, error)

OnSearchRequested0 calls android.app.Activity.onSearchRequested.

func (*Activity) OnSearchRequested1_1 added in v0.0.4

func (m *Activity) OnSearchRequested1_1(arg0 *jni.Object) (bool, error)

OnSearchRequested1_1 calls android.app.Activity.onSearchRequested.

func (*Activity) OnStateNotSaved added in v0.0.4

func (m *Activity) OnStateNotSaved() error

OnStateNotSaved calls android.app.Activity.onStateNotSaved.

func (*Activity) OnTopResumedActivityChanged added in v0.0.4

func (m *Activity) OnTopResumedActivityChanged(arg0 bool) error

OnTopResumedActivityChanged calls android.app.Activity.onTopResumedActivityChanged.

func (*Activity) OnTouchEvent added in v0.0.4

func (m *Activity) OnTouchEvent(arg0 *jni.Object) (bool, error)

OnTouchEvent calls android.app.Activity.onTouchEvent.

func (*Activity) OnTrackballEvent added in v0.0.4

func (m *Activity) OnTrackballEvent(arg0 *jni.Object) (bool, error)

OnTrackballEvent calls android.app.Activity.onTrackballEvent.

func (*Activity) OnTrimMemory added in v0.0.4

func (m *Activity) OnTrimMemory(arg0 int32) error

OnTrimMemory calls android.app.Activity.onTrimMemory.

func (*Activity) OnUserInteraction added in v0.0.4

func (m *Activity) OnUserInteraction() error

OnUserInteraction calls android.app.Activity.onUserInteraction.

func (*Activity) OnVisibleBehindCanceled added in v0.0.4

func (m *Activity) OnVisibleBehindCanceled() error

OnVisibleBehindCanceled calls android.app.Activity.onVisibleBehindCanceled.

func (*Activity) OnWindowAttributesChanged added in v0.0.4

func (m *Activity) OnWindowAttributesChanged(arg0 *jni.Object) error

OnWindowAttributesChanged calls android.app.Activity.onWindowAttributesChanged.

func (*Activity) OnWindowFocusChanged added in v0.0.4

func (m *Activity) OnWindowFocusChanged(arg0 bool) error

OnWindowFocusChanged calls android.app.Activity.onWindowFocusChanged.

func (*Activity) OnWindowStartingActionMode1 added in v0.0.4

func (m *Activity) OnWindowStartingActionMode1(arg0 *jni.Object) (*jni.Object, error)

OnWindowStartingActionMode1 calls android.app.Activity.onWindowStartingActionMode.

func (*Activity) OnWindowStartingActionMode2_1 added in v0.0.4

func (m *Activity) OnWindowStartingActionMode2_1(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

OnWindowStartingActionMode2_1 calls android.app.Activity.onWindowStartingActionMode.

func (*Activity) OpenContextMenu added in v0.0.4

func (m *Activity) OpenContextMenu(arg0 *jni.Object) error

OpenContextMenu calls android.app.Activity.openContextMenu.

func (*Activity) OpenOptionsMenu added in v0.0.4

func (m *Activity) OpenOptionsMenu() error

OpenOptionsMenu calls android.app.Activity.openOptionsMenu.

func (*Activity) OverrideActivityTransition3 added in v0.0.4

func (m *Activity) OverrideActivityTransition3(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) error

OverrideActivityTransition3 calls android.app.Activity.overrideActivityTransition.

func (*Activity) OverrideActivityTransition4_1 added in v0.0.4

func (m *Activity) OverrideActivityTransition4_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

OverrideActivityTransition4_1 calls android.app.Activity.overrideActivityTransition.

func (*Activity) OverridePendingTransition2 added in v0.0.4

func (m *Activity) OverridePendingTransition2(arg0 int32, arg1 int32) error

OverridePendingTransition2 calls android.app.Activity.overridePendingTransition.

func (*Activity) OverridePendingTransition3_1 added in v0.0.4

func (m *Activity) OverridePendingTransition3_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) error

OverridePendingTransition3_1 calls android.app.Activity.overridePendingTransition.

func (*Activity) PostponeEnterTransition added in v0.0.4

func (m *Activity) PostponeEnterTransition() error

PostponeEnterTransition calls android.app.Activity.postponeEnterTransition.

func (*Activity) Recreate added in v0.0.4

func (m *Activity) Recreate() error

Recreate calls android.app.Activity.recreate.

func (*Activity) RegisterActivityLifecycleCallbacks added in v0.0.4

func (m *Activity) RegisterActivityLifecycleCallbacks(arg0 *jni.Object) error

RegisterActivityLifecycleCallbacks calls android.app.Activity.registerActivityLifecycleCallbacks.

func (*Activity) RegisterComponentCallbacks added in v0.0.4

func (m *Activity) RegisterComponentCallbacks(arg0 *jni.Object) error

RegisterComponentCallbacks calls android.app.Activity.registerComponentCallbacks.

func (*Activity) RegisterForContextMenu added in v0.0.4

func (m *Activity) RegisterForContextMenu(arg0 *jni.Object) error

RegisterForContextMenu calls android.app.Activity.registerForContextMenu.

func (*Activity) RegisterScreenCaptureCallback added in v0.0.4

func (m *Activity) RegisterScreenCaptureCallback(arg0 *jni.Object, arg1 *jni.Object) error

RegisterScreenCaptureCallback calls android.app.Activity.registerScreenCaptureCallback.

func (*Activity) ReleaseInstance added in v0.0.4

func (m *Activity) ReleaseInstance() (bool, error)

ReleaseInstance calls android.app.Activity.releaseInstance.

func (*Activity) RemoveDialog added in v0.0.4

func (m *Activity) RemoveDialog(arg0 int32) error

RemoveDialog calls android.app.Activity.removeDialog.

func (*Activity) ReportFullyDrawn added in v0.0.4

func (m *Activity) ReportFullyDrawn() error

ReportFullyDrawn calls android.app.Activity.reportFullyDrawn.

func (*Activity) RequestDragAndDropPermissions added in v0.0.4

func (m *Activity) RequestDragAndDropPermissions(arg0 *jni.Object) (*jni.Object, error)

RequestDragAndDropPermissions calls android.app.Activity.requestDragAndDropPermissions.

func (*Activity) RequestOpenInBrowserEducation added in v0.0.4

func (m *Activity) RequestOpenInBrowserEducation() error

RequestOpenInBrowserEducation calls android.app.Activity.requestOpenInBrowserEducation.

func (*Activity) RequestPermissions2 added in v0.0.4

func (m *Activity) RequestPermissions2(arg0 *jni.Object, arg1 int32) error

RequestPermissions2 calls android.app.Activity.requestPermissions.

func (*Activity) RequestPermissions3_1 added in v0.0.4

func (m *Activity) RequestPermissions3_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

RequestPermissions3_1 calls android.app.Activity.requestPermissions.

func (*Activity) RequestShowKeyboardShortcuts added in v0.0.4

func (m *Activity) RequestShowKeyboardShortcuts() error

RequestShowKeyboardShortcuts calls android.app.Activity.requestShowKeyboardShortcuts.

func (*Activity) RequestVisibleBehind added in v0.0.4

func (m *Activity) RequestVisibleBehind(arg0 bool) (bool, error)

RequestVisibleBehind calls android.app.Activity.requestVisibleBehind.

func (*Activity) RequestWindowFeature added in v0.0.4

func (m *Activity) RequestWindowFeature(arg0 int32) (bool, error)

RequestWindowFeature calls android.app.Activity.requestWindowFeature.

func (*Activity) RunOnUiThread added in v0.0.4

func (m *Activity) RunOnUiThread(arg0 *jni.Object) error

RunOnUiThread calls android.app.Activity.runOnUiThread.

func (*Activity) SetActionBar added in v0.0.4

func (m *Activity) SetActionBar(arg0 *jni.Object) error

SetActionBar calls android.app.Activity.setActionBar.

func (*Activity) SetAllowCrossUidActivitySwitchFromBelow added in v0.0.4

func (m *Activity) SetAllowCrossUidActivitySwitchFromBelow(arg0 bool) error

SetAllowCrossUidActivitySwitchFromBelow calls android.app.Activity.setAllowCrossUidActivitySwitchFromBelow.

func (*Activity) SetContentTransitionManager added in v0.0.4

func (m *Activity) SetContentTransitionManager(arg0 *jni.Object) error

SetContentTransitionManager calls android.app.Activity.setContentTransitionManager.

func (*Activity) SetContentView1 added in v0.0.4

func (m *Activity) SetContentView1(arg0 *jni.Object) error

SetContentView1 calls android.app.Activity.setContentView.

func (*Activity) SetContentView1_2 added in v0.0.4

func (m *Activity) SetContentView1_2(arg0 int32) error

SetContentView1_2 calls android.app.Activity.setContentView.

func (*Activity) SetContentView2_1 added in v0.0.4

func (m *Activity) SetContentView2_1(arg0 *jni.Object, arg1 *jni.Object) error

SetContentView2_1 calls android.app.Activity.setContentView.

func (*Activity) SetDefaultKeyMode added in v0.0.4

func (m *Activity) SetDefaultKeyMode(arg0 int32) error

SetDefaultKeyMode calls android.app.Activity.setDefaultKeyMode.

func (*Activity) SetEnterSharedElementCallback added in v0.0.4

func (m *Activity) SetEnterSharedElementCallback(arg0 *jni.Object) error

SetEnterSharedElementCallback calls android.app.Activity.setEnterSharedElementCallback.

func (*Activity) SetExitSharedElementCallback added in v0.0.4

func (m *Activity) SetExitSharedElementCallback(arg0 *jni.Object) error

SetExitSharedElementCallback calls android.app.Activity.setExitSharedElementCallback.

func (*Activity) SetFeatureDrawable added in v0.0.4

func (m *Activity) SetFeatureDrawable(arg0 int32, arg1 *jni.Object) error

SetFeatureDrawable calls android.app.Activity.setFeatureDrawable.

func (*Activity) SetFeatureDrawableAlpha added in v0.0.4

func (m *Activity) SetFeatureDrawableAlpha(arg0 int32, arg1 int32) error

SetFeatureDrawableAlpha calls android.app.Activity.setFeatureDrawableAlpha.

func (*Activity) SetFeatureDrawableResource added in v0.0.4

func (m *Activity) SetFeatureDrawableResource(arg0 int32, arg1 int32) error

SetFeatureDrawableResource calls android.app.Activity.setFeatureDrawableResource.

func (*Activity) SetFeatureDrawableUri added in v0.0.4

func (m *Activity) SetFeatureDrawableUri(arg0 int32, arg1 *jni.Object) error

SetFeatureDrawableUri calls android.app.Activity.setFeatureDrawableUri.

func (*Activity) SetFinishOnTouchOutside added in v0.0.4

func (m *Activity) SetFinishOnTouchOutside(arg0 bool) error

SetFinishOnTouchOutside calls android.app.Activity.setFinishOnTouchOutside.

func (*Activity) SetImmersive added in v0.0.4

func (m *Activity) SetImmersive(arg0 bool) error

SetImmersive calls android.app.Activity.setImmersive.

func (*Activity) SetInheritShowWhenLocked added in v0.0.4

func (m *Activity) SetInheritShowWhenLocked(arg0 bool) error

SetInheritShowWhenLocked calls android.app.Activity.setInheritShowWhenLocked.

func (*Activity) SetIntent1 added in v0.0.4

func (m *Activity) SetIntent1(arg0 *jni.Object) error

SetIntent1 calls android.app.Activity.setIntent.

func (*Activity) SetIntent2_1 added in v0.0.4

func (m *Activity) SetIntent2_1(arg0 *jni.Object, arg1 *jni.Object) error

SetIntent2_1 calls android.app.Activity.setIntent.

func (*Activity) SetLocusContext added in v0.0.4

func (m *Activity) SetLocusContext(arg0 *jni.Object, arg1 *jni.Object) error

SetLocusContext calls android.app.Activity.setLocusContext.

func (*Activity) SetMediaController added in v0.0.4

func (m *Activity) SetMediaController(arg0 *jni.Object) error

SetMediaController calls android.app.Activity.setMediaController.

func (*Activity) SetPictureInPictureParams added in v0.0.4

func (m *Activity) SetPictureInPictureParams(arg0 *jni.Object) error

SetPictureInPictureParams calls android.app.Activity.setPictureInPictureParams.

func (*Activity) SetProgress added in v0.0.4

func (m *Activity) SetProgress(arg0 int32) error

SetProgress calls android.app.Activity.setProgress.

func (*Activity) SetProgressBarIndeterminate added in v0.0.4

func (m *Activity) SetProgressBarIndeterminate(arg0 bool) error

SetProgressBarIndeterminate calls android.app.Activity.setProgressBarIndeterminate.

func (*Activity) SetProgressBarIndeterminateVisibility added in v0.0.4

func (m *Activity) SetProgressBarIndeterminateVisibility(arg0 bool) error

SetProgressBarIndeterminateVisibility calls android.app.Activity.setProgressBarIndeterminateVisibility.

func (*Activity) SetProgressBarVisibility added in v0.0.4

func (m *Activity) SetProgressBarVisibility(arg0 bool) error

SetProgressBarVisibility calls android.app.Activity.setProgressBarVisibility.

func (*Activity) SetRecentsScreenshotEnabled added in v0.0.4

func (m *Activity) SetRecentsScreenshotEnabled(arg0 bool) error

SetRecentsScreenshotEnabled calls android.app.Activity.setRecentsScreenshotEnabled.

func (*Activity) SetRequestedOrientation added in v0.0.4

func (m *Activity) SetRequestedOrientation(arg0 int32) error

SetRequestedOrientation calls android.app.Activity.setRequestedOrientation.

func (*Activity) SetResult1 added in v0.0.4

func (m *Activity) SetResult1(arg0 int32) error

SetResult1 calls android.app.Activity.setResult.

func (*Activity) SetResult2_1 added in v0.0.4

func (m *Activity) SetResult2_1(arg0 int32, arg1 *jni.Object) error

SetResult2_1 calls android.app.Activity.setResult.

func (*Activity) SetSecondaryProgress added in v0.0.4

func (m *Activity) SetSecondaryProgress(arg0 int32) error

SetSecondaryProgress calls android.app.Activity.setSecondaryProgress.

func (*Activity) SetShouldDockBigOverlays added in v0.0.4

func (m *Activity) SetShouldDockBigOverlays(arg0 bool) error

SetShouldDockBigOverlays calls android.app.Activity.setShouldDockBigOverlays.

func (*Activity) SetShowWhenLocked added in v0.0.4

func (m *Activity) SetShowWhenLocked(arg0 bool) error

SetShowWhenLocked calls android.app.Activity.setShowWhenLocked.

func (*Activity) SetTaskDescription added in v0.0.4

func (m *Activity) SetTaskDescription(arg0 *jni.Object) error

SetTaskDescription calls android.app.Activity.setTaskDescription.

func (*Activity) SetTheme added in v0.0.4

func (m *Activity) SetTheme(arg0 int32) error

SetTheme calls android.app.Activity.setTheme.

func (*Activity) SetTitle1 added in v0.0.4

func (m *Activity) SetTitle1(arg0 int32) error

SetTitle1 calls android.app.Activity.setTitle.

func (*Activity) SetTitle1_1 added in v0.0.4

func (m *Activity) SetTitle1_1(arg0 string) error

SetTitle1_1 calls android.app.Activity.setTitle.

func (*Activity) SetTitleColor added in v0.0.4

func (m *Activity) SetTitleColor(arg0 int32) error

SetTitleColor calls android.app.Activity.setTitleColor.

func (*Activity) SetTranslucent added in v0.0.4

func (m *Activity) SetTranslucent(arg0 bool) (bool, error)

SetTranslucent calls android.app.Activity.setTranslucent.

func (*Activity) SetTurnScreenOn added in v0.0.4

func (m *Activity) SetTurnScreenOn(arg0 bool) error

SetTurnScreenOn calls android.app.Activity.setTurnScreenOn.

func (*Activity) SetVisible added in v0.0.4

func (m *Activity) SetVisible(arg0 bool) error

SetVisible calls android.app.Activity.setVisible.

func (*Activity) SetVolumeControlStream added in v0.0.4

func (m *Activity) SetVolumeControlStream(arg0 int32) error

SetVolumeControlStream calls android.app.Activity.setVolumeControlStream.

func (*Activity) SetVrModeEnabled added in v0.0.4

func (m *Activity) SetVrModeEnabled(arg0 bool, arg1 *jni.Object) error

SetVrModeEnabled calls android.app.Activity.setVrModeEnabled.

func (*Activity) ShouldDockBigOverlays added in v0.0.4

func (m *Activity) ShouldDockBigOverlays() (bool, error)

ShouldDockBigOverlays calls android.app.Activity.shouldDockBigOverlays.

func (*Activity) ShouldShowRequestPermissionRationale1 added in v0.0.4

func (m *Activity) ShouldShowRequestPermissionRationale1(arg0 string) (bool, error)

ShouldShowRequestPermissionRationale1 calls android.app.Activity.shouldShowRequestPermissionRationale.

func (*Activity) ShouldShowRequestPermissionRationale2_1 added in v0.0.4

func (m *Activity) ShouldShowRequestPermissionRationale2_1(arg0 string, arg1 int32) (bool, error)

ShouldShowRequestPermissionRationale2_1 calls android.app.Activity.shouldShowRequestPermissionRationale.

func (*Activity) ShouldUpRecreateTask added in v0.0.4

func (m *Activity) ShouldUpRecreateTask(arg0 *jni.Object) (bool, error)

ShouldUpRecreateTask calls android.app.Activity.shouldUpRecreateTask.

func (*Activity) ShowAssist added in v0.0.4

func (m *Activity) ShowAssist(arg0 *jni.Object) (bool, error)

ShowAssist calls android.app.Activity.showAssist.

func (*Activity) ShowDialog1 added in v0.0.4

func (m *Activity) ShowDialog1(arg0 int32) error

ShowDialog1 calls android.app.Activity.showDialog.

func (*Activity) ShowDialog2_1 added in v0.0.4

func (m *Activity) ShowDialog2_1(arg0 int32, arg1 *jni.Object) (bool, error)

ShowDialog2_1 calls android.app.Activity.showDialog.

func (*Activity) ShowLockTaskEscapeMessage added in v0.0.4

func (m *Activity) ShowLockTaskEscapeMessage() error

ShowLockTaskEscapeMessage calls android.app.Activity.showLockTaskEscapeMessage.

func (*Activity) StartActionMode1 added in v0.0.4

func (m *Activity) StartActionMode1(arg0 *jni.Object) (*jni.Object, error)

StartActionMode1 calls android.app.Activity.startActionMode.

func (*Activity) StartActionMode2_1 added in v0.0.4

func (m *Activity) StartActionMode2_1(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

StartActionMode2_1 calls android.app.Activity.startActionMode.

func (*Activity) StartActivities1 added in v0.0.4

func (m *Activity) StartActivities1(arg0 *jni.Object) error

StartActivities1 calls android.app.Activity.startActivities.

func (*Activity) StartActivities2_1 added in v0.0.4

func (m *Activity) StartActivities2_1(arg0 *jni.Object, arg1 *jni.Object) error

StartActivities2_1 calls android.app.Activity.startActivities.

func (*Activity) StartActivity1 added in v0.0.4

func (m *Activity) StartActivity1(arg0 *jni.Object) error

StartActivity1 calls android.app.Activity.startActivity.

func (*Activity) StartActivity2_1 added in v0.0.4

func (m *Activity) StartActivity2_1(arg0 *jni.Object, arg1 *jni.Object) error

StartActivity2_1 calls android.app.Activity.startActivity.

func (*Activity) StartActivityForResult2 added in v0.0.4

func (m *Activity) StartActivityForResult2(arg0 *jni.Object, arg1 int32) error

StartActivityForResult2 calls android.app.Activity.startActivityForResult.

func (*Activity) StartActivityForResult3_1 added in v0.0.4

func (m *Activity) StartActivityForResult3_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

StartActivityForResult3_1 calls android.app.Activity.startActivityForResult.

func (*Activity) StartActivityFromChild3 added in v0.0.4

func (m *Activity) StartActivityFromChild3(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) error

StartActivityFromChild3 calls android.app.Activity.startActivityFromChild.

func (*Activity) StartActivityFromChild4_1 added in v0.0.4

func (m *Activity) StartActivityFromChild4_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
) error

StartActivityFromChild4_1 calls android.app.Activity.startActivityFromChild.

func (*Activity) StartActivityFromFragment3 added in v0.0.4

func (m *Activity) StartActivityFromFragment3(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) error

StartActivityFromFragment3 calls android.app.Activity.startActivityFromFragment.

func (*Activity) StartActivityFromFragment4_1 added in v0.0.4

func (m *Activity) StartActivityFromFragment4_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
) error

StartActivityFromFragment4_1 calls android.app.Activity.startActivityFromFragment.

func (*Activity) StartActivityIfNeeded2 added in v0.0.4

func (m *Activity) StartActivityIfNeeded2(arg0 *jni.Object, arg1 int32) (bool, error)

StartActivityIfNeeded2 calls android.app.Activity.startActivityIfNeeded.

func (*Activity) StartActivityIfNeeded3_1 added in v0.0.4

func (m *Activity) StartActivityIfNeeded3_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) (bool, error)

StartActivityIfNeeded3_1 calls android.app.Activity.startActivityIfNeeded.

func (*Activity) StartIntentSender5 added in v0.0.4

func (m *Activity) StartIntentSender5(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) error

StartIntentSender5 calls android.app.Activity.startIntentSender.

func (*Activity) StartIntentSender6_1 added in v0.0.4

func (m *Activity) StartIntentSender6_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 *jni.Object,
) error

StartIntentSender6_1 calls android.app.Activity.startIntentSender.

func (*Activity) StartIntentSenderForResult6 added in v0.0.4

func (m *Activity) StartIntentSenderForResult6(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 int32,
	arg5 int32,
) error

StartIntentSenderForResult6 calls android.app.Activity.startIntentSenderForResult.

func (*Activity) StartIntentSenderForResult7_1 added in v0.0.4

func (m *Activity) StartIntentSenderForResult7_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 *jni.Object,
) error

StartIntentSenderForResult7_1 calls android.app.Activity.startIntentSenderForResult.

func (*Activity) StartIntentSenderFromChild7 added in v0.0.4

func (m *Activity) StartIntentSenderFromChild7(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
	arg5 int32,
	arg6 int32,
) error

StartIntentSenderFromChild7 calls android.app.Activity.startIntentSenderFromChild.

func (*Activity) StartIntentSenderFromChild8_1 added in v0.0.4

func (m *Activity) StartIntentSenderFromChild8_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 *jni.Object,
) error

StartIntentSenderFromChild8_1 calls android.app.Activity.startIntentSenderFromChild.

func (*Activity) StartLocalVoiceInteraction added in v0.0.4

func (m *Activity) StartLocalVoiceInteraction(arg0 *jni.Object) error

StartLocalVoiceInteraction calls android.app.Activity.startLocalVoiceInteraction.

func (*Activity) StartLockTask added in v0.0.4

func (m *Activity) StartLockTask() error

StartLockTask calls android.app.Activity.startLockTask.

func (*Activity) StartManagingCursor added in v0.0.4

func (m *Activity) StartManagingCursor(arg0 *jni.Object) error

StartManagingCursor calls android.app.Activity.startManagingCursor.

func (*Activity) StartNextMatchingActivity1 added in v0.0.4

func (m *Activity) StartNextMatchingActivity1(arg0 *jni.Object) (bool, error)

StartNextMatchingActivity1 calls android.app.Activity.startNextMatchingActivity.

func (*Activity) StartNextMatchingActivity2_1 added in v0.0.4

func (m *Activity) StartNextMatchingActivity2_1(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

StartNextMatchingActivity2_1 calls android.app.Activity.startNextMatchingActivity.

func (*Activity) StartPostponedEnterTransition added in v0.0.4

func (m *Activity) StartPostponedEnterTransition() error

StartPostponedEnterTransition calls android.app.Activity.startPostponedEnterTransition.

func (*Activity) StartSearch added in v0.0.4

func (m *Activity) StartSearch(
	arg0 string,
	arg1 bool,
	arg2 *jni.Object,
	arg3 bool,
) error

StartSearch calls android.app.Activity.startSearch.

func (*Activity) StopLocalVoiceInteraction added in v0.0.4

func (m *Activity) StopLocalVoiceInteraction() error

StopLocalVoiceInteraction calls android.app.Activity.stopLocalVoiceInteraction.

func (*Activity) StopLockTask added in v0.0.4

func (m *Activity) StopLockTask() error

StopLockTask calls android.app.Activity.stopLockTask.

func (*Activity) StopManagingCursor added in v0.0.4

func (m *Activity) StopManagingCursor(arg0 *jni.Object) error

StopManagingCursor calls android.app.Activity.stopManagingCursor.

func (*Activity) TakeKeyEvents added in v0.0.4

func (m *Activity) TakeKeyEvents(arg0 bool) error

TakeKeyEvents calls android.app.Activity.takeKeyEvents.

func (*Activity) TriggerSearch added in v0.0.4

func (m *Activity) TriggerSearch(arg0 string, arg1 *jni.Object) error

TriggerSearch calls android.app.Activity.triggerSearch.

func (*Activity) UnregisterActivityLifecycleCallbacks added in v0.0.4

func (m *Activity) UnregisterActivityLifecycleCallbacks(arg0 *jni.Object) error

UnregisterActivityLifecycleCallbacks calls android.app.Activity.unregisterActivityLifecycleCallbacks.

func (*Activity) UnregisterComponentCallbacks added in v0.0.4

func (m *Activity) UnregisterComponentCallbacks(arg0 *jni.Object) error

UnregisterComponentCallbacks calls android.app.Activity.unregisterComponentCallbacks.

func (*Activity) UnregisterForContextMenu added in v0.0.4

func (m *Activity) UnregisterForContextMenu(arg0 *jni.Object) error

UnregisterForContextMenu calls android.app.Activity.unregisterForContextMenu.

func (*Activity) UnregisterScreenCaptureCallback added in v0.0.4

func (m *Activity) UnregisterScreenCaptureCallback(arg0 *jni.Object) error

UnregisterScreenCaptureCallback calls android.app.Activity.unregisterScreenCaptureCallback.

type ActivityGroup added in v0.0.7

type ActivityGroup struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActivityGroup wraps android.app.ActivityGroup.

func NewActivityGroup added in v0.0.7

func NewActivityGroup(vm *jni.VM) (*ActivityGroup, error)

NewActivityGroup creates a new android.app.ActivityGroup instance.

func (*ActivityGroup) GetCurrentActivity added in v0.0.7

func (m *ActivityGroup) GetCurrentActivity() (*jni.Object, error)

GetCurrentActivity calls android.app.ActivityGroup.getCurrentActivity.

func (*ActivityGroup) GetLocalActivityManager added in v0.0.7

func (m *ActivityGroup) GetLocalActivityManager() (*jni.Object, error)

GetLocalActivityManager calls android.app.ActivityGroup.getLocalActivityManager.

type ActivityManager added in v0.0.7

type ActivityManager struct {
	VM  *jni.VM
	Ctx *Context
	Obj *jni.GlobalRef
}

ActivityManager wraps android.app.ActivityManager.

func NewActivityManager added in v0.0.7

func NewActivityManager(ctx *Context) (*ActivityManager, error)

NewActivityManager obtains android.app.ActivityManager from the Android system service manager.

func (*ActivityManager) AddAppTask added in v0.0.7

func (m *ActivityManager) AddAppTask(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (int32, error)

AddAppTask calls android.app.ActivityManager.addAppTask.

func (*ActivityManager) AddStartInfoTimestamp added in v0.0.7

func (m *ActivityManager) AddStartInfoTimestamp(arg0 int32, arg1 int64) error

AddStartInfoTimestamp calls android.app.ActivityManager.addStartInfoTimestamp.

func (*ActivityManager) AppNotResponding added in v0.0.7

func (m *ActivityManager) AppNotResponding(arg0 string) error

AppNotResponding calls android.app.ActivityManager.appNotResponding.

func (*ActivityManager) ClearApplicationUserData added in v0.0.7

func (m *ActivityManager) ClearApplicationUserData() (bool, error)

ClearApplicationUserData calls android.app.ActivityManager.clearApplicationUserData.

func (*ActivityManager) ClearWatchHeapLimit added in v0.0.7

func (m *ActivityManager) ClearWatchHeapLimit() error

ClearWatchHeapLimit calls android.app.ActivityManager.clearWatchHeapLimit.

func (*ActivityManager) Close added in v0.0.7

func (m *ActivityManager) Close()

Close releases the global reference to the underlying Java object. After Close, the ActivityManager must not be used.

func (*ActivityManager) DumpPackageState added in v0.0.7

func (m *ActivityManager) DumpPackageState(arg0 *jni.Object, arg1 string) error

DumpPackageState calls android.app.ActivityManager.dumpPackageState.

func (*ActivityManager) GetAppTaskThumbnailSize added in v0.0.7

func (m *ActivityManager) GetAppTaskThumbnailSize() (*jni.Object, error)

GetAppTaskThumbnailSize calls android.app.ActivityManager.getAppTaskThumbnailSize.

func (*ActivityManager) GetDeviceConfigurationInfo added in v0.0.7

func (m *ActivityManager) GetDeviceConfigurationInfo() (*jni.Object, error)

GetDeviceConfigurationInfo calls android.app.ActivityManager.getDeviceConfigurationInfo.

func (*ActivityManager) GetLargeMemoryClass added in v0.0.7

func (m *ActivityManager) GetLargeMemoryClass() (int32, error)

GetLargeMemoryClass calls android.app.ActivityManager.getLargeMemoryClass.

func (*ActivityManager) GetLauncherLargeIconDensity added in v0.0.7

func (m *ActivityManager) GetLauncherLargeIconDensity() (int32, error)

GetLauncherLargeIconDensity calls android.app.ActivityManager.getLauncherLargeIconDensity.

func (*ActivityManager) GetLauncherLargeIconSize added in v0.0.7

func (m *ActivityManager) GetLauncherLargeIconSize() (int32, error)

GetLauncherLargeIconSize calls android.app.ActivityManager.getLauncherLargeIconSize.

func (*ActivityManager) GetLockTaskModeState added in v0.0.7

func (m *ActivityManager) GetLockTaskModeState() (int32, error)

GetLockTaskModeState calls android.app.ActivityManager.getLockTaskModeState.

func (*ActivityManager) GetMemoryClass added in v0.0.7

func (m *ActivityManager) GetMemoryClass() (int32, error)

GetMemoryClass calls android.app.ActivityManager.getMemoryClass.

func (*ActivityManager) GetMemoryInfo added in v0.0.7

func (m *ActivityManager) GetMemoryInfo(arg0 *jni.Object) error

GetMemoryInfo calls android.app.ActivityManager.getMemoryInfo.

func (*ActivityManager) GetMyMemoryState added in v0.0.7

func (m *ActivityManager) GetMyMemoryState(arg0 *jni.Object) error

GetMyMemoryState calls android.app.ActivityManager.getMyMemoryState.

func (*ActivityManager) GetProcessMemoryInfo added in v0.0.7

func (m *ActivityManager) GetProcessMemoryInfo(arg0 *jni.Object) (*jni.Object, error)

GetProcessMemoryInfo calls android.app.ActivityManager.getProcessMemoryInfo.

func (*ActivityManager) GetRunningServiceControlPanel added in v0.0.7

func (m *ActivityManager) GetRunningServiceControlPanel(arg0 *jni.Object) (*jni.Object, error)

GetRunningServiceControlPanel calls android.app.ActivityManager.getRunningServiceControlPanel.

func (*ActivityManager) IsActivityStartAllowedOnDisplay added in v0.0.7

func (m *ActivityManager) IsActivityStartAllowedOnDisplay(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) (bool, error)

IsActivityStartAllowedOnDisplay calls android.app.ActivityManager.isActivityStartAllowedOnDisplay.

func (*ActivityManager) IsBackgroundRestricted added in v0.0.7

func (m *ActivityManager) IsBackgroundRestricted() (bool, error)

IsBackgroundRestricted calls android.app.ActivityManager.isBackgroundRestricted.

func (*ActivityManager) IsInLockTaskMode added in v0.0.7

func (m *ActivityManager) IsInLockTaskMode() (bool, error)

IsInLockTaskMode calls android.app.ActivityManager.isInLockTaskMode.

func (*ActivityManager) IsLowMemoryKillReportSupported added in v0.0.7

func (m *ActivityManager) IsLowMemoryKillReportSupported() (bool, error)

IsLowMemoryKillReportSupported calls android.app.ActivityManager.isLowMemoryKillReportSupported.

func (*ActivityManager) IsLowRamDevice added in v0.0.7

func (m *ActivityManager) IsLowRamDevice() (bool, error)

IsLowRamDevice calls android.app.ActivityManager.isLowRamDevice.

func (*ActivityManager) IsRunningInTestHarness added in v0.0.7

func (m *ActivityManager) IsRunningInTestHarness() (bool, error)

IsRunningInTestHarness calls android.app.ActivityManager.isRunningInTestHarness.

func (*ActivityManager) IsRunningInUserTestHarness added in v0.0.7

func (m *ActivityManager) IsRunningInUserTestHarness() (bool, error)

IsRunningInUserTestHarness calls android.app.ActivityManager.isRunningInUserTestHarness.

func (*ActivityManager) IsUserAMonkey added in v0.0.7

func (m *ActivityManager) IsUserAMonkey() (bool, error)

IsUserAMonkey calls android.app.ActivityManager.isUserAMonkey.

func (*ActivityManager) KillBackgroundProcesses added in v0.0.7

func (m *ActivityManager) KillBackgroundProcesses(arg0 string) error

KillBackgroundProcesses calls android.app.ActivityManager.killBackgroundProcesses.

func (*ActivityManager) MoveTaskToFront2 added in v0.0.7

func (m *ActivityManager) MoveTaskToFront2(arg0 int32, arg1 int32) error

MoveTaskToFront2 calls android.app.ActivityManager.moveTaskToFront.

func (*ActivityManager) MoveTaskToFront3_1 added in v0.0.7

func (m *ActivityManager) MoveTaskToFront3_1(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

MoveTaskToFront3_1 calls android.app.ActivityManager.moveTaskToFront.

func (*ActivityManager) RestartPackage added in v0.0.7

func (m *ActivityManager) RestartPackage(arg0 string) error

RestartPackage calls android.app.ActivityManager.restartPackage.

func (*ActivityManager) SetProcessStateSummary added in v0.0.7

func (m *ActivityManager) SetProcessStateSummary(arg0 *jni.Object) error

SetProcessStateSummary calls android.app.ActivityManager.setProcessStateSummary.

func (*ActivityManager) SetVrThread added in v0.0.7

func (m *ActivityManager) SetVrThread(arg0 int32) error

SetVrThread calls android.app.ActivityManager.setVrThread.

func (*ActivityManager) SetWatchHeapLimit added in v0.0.7

func (m *ActivityManager) SetWatchHeapLimit(arg0 int64) error

SetWatchHeapLimit calls android.app.ActivityManager.setWatchHeapLimit.

type ActivityManagerAppTask added in v0.0.7

type ActivityManagerAppTask struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActivityManagerAppTask wraps android.app.ActivityManager$AppTask.

func (*ActivityManagerAppTask) FinishAndRemoveTask added in v0.0.7

func (m *ActivityManagerAppTask) FinishAndRemoveTask() error

FinishAndRemoveTask calls android.app.ActivityManager$AppTask.finishAndRemoveTask.

func (*ActivityManagerAppTask) GetTaskInfo added in v0.0.7

func (m *ActivityManagerAppTask) GetTaskInfo() (*jni.Object, error)

GetTaskInfo calls android.app.ActivityManager$AppTask.getTaskInfo.

func (*ActivityManagerAppTask) MoveToFront added in v0.0.7

func (m *ActivityManagerAppTask) MoveToFront() error

MoveToFront calls android.app.ActivityManager$AppTask.moveToFront.

func (*ActivityManagerAppTask) SetExcludeFromRecents added in v0.0.7

func (m *ActivityManagerAppTask) SetExcludeFromRecents(arg0 bool) error

SetExcludeFromRecents calls android.app.ActivityManager$AppTask.setExcludeFromRecents.

func (*ActivityManagerAppTask) StartActivity added in v0.0.7

func (m *ActivityManagerAppTask) StartActivity(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

StartActivity calls android.app.ActivityManager$AppTask.startActivity.

type ActivityManagerMemoryInfo added in v0.0.7

type ActivityManagerMemoryInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActivityManagerMemoryInfo wraps android.app.ActivityManager$MemoryInfo.

func (*ActivityManagerMemoryInfo) DescribeContents added in v0.0.7

func (m *ActivityManagerMemoryInfo) DescribeContents() (int32, error)

DescribeContents calls android.app.ActivityManager$MemoryInfo.describeContents.

func (*ActivityManagerMemoryInfo) ReadFromParcel added in v0.0.7

func (m *ActivityManagerMemoryInfo) ReadFromParcel(arg0 *jni.Object) error

ReadFromParcel calls android.app.ActivityManager$MemoryInfo.readFromParcel.

func (*ActivityManagerMemoryInfo) WriteToParcel added in v0.0.7

func (m *ActivityManagerMemoryInfo) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.ActivityManager$MemoryInfo.writeToParcel.

type ActivityManagerProcessErrorStateInfo added in v0.0.7

type ActivityManagerProcessErrorStateInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActivityManagerProcessErrorStateInfo wraps android.app.ActivityManager$ProcessErrorStateInfo.

func (*ActivityManagerProcessErrorStateInfo) DescribeContents added in v0.0.7

func (m *ActivityManagerProcessErrorStateInfo) DescribeContents() (int32, error)

DescribeContents calls android.app.ActivityManager$ProcessErrorStateInfo.describeContents.

func (*ActivityManagerProcessErrorStateInfo) ReadFromParcel added in v0.0.7

func (m *ActivityManagerProcessErrorStateInfo) ReadFromParcel(arg0 *jni.Object) error

ReadFromParcel calls android.app.ActivityManager$ProcessErrorStateInfo.readFromParcel.

func (*ActivityManagerProcessErrorStateInfo) WriteToParcel added in v0.0.7

func (m *ActivityManagerProcessErrorStateInfo) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.ActivityManager$ProcessErrorStateInfo.writeToParcel.

type ActivityManagerRecentTaskInfo added in v0.0.7

type ActivityManagerRecentTaskInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActivityManagerRecentTaskInfo wraps android.app.ActivityManager$RecentTaskInfo.

func (*ActivityManagerRecentTaskInfo) DescribeContents added in v0.0.7

func (m *ActivityManagerRecentTaskInfo) DescribeContents() (int32, error)

DescribeContents calls android.app.ActivityManager$RecentTaskInfo.describeContents.

func (*ActivityManagerRecentTaskInfo) ReadFromParcel added in v0.0.7

func (m *ActivityManagerRecentTaskInfo) ReadFromParcel(arg0 *jni.Object) error

ReadFromParcel calls android.app.ActivityManager$RecentTaskInfo.readFromParcel.

func (*ActivityManagerRecentTaskInfo) WriteToParcel added in v0.0.7

func (m *ActivityManagerRecentTaskInfo) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.ActivityManager$RecentTaskInfo.writeToParcel.

type ActivityManagerRunningAppProcessInfo added in v0.0.7

type ActivityManagerRunningAppProcessInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActivityManagerRunningAppProcessInfo wraps android.app.ActivityManager$RunningAppProcessInfo.

func (*ActivityManagerRunningAppProcessInfo) DescribeContents added in v0.0.7

func (m *ActivityManagerRunningAppProcessInfo) DescribeContents() (int32, error)

DescribeContents calls android.app.ActivityManager$RunningAppProcessInfo.describeContents.

func (*ActivityManagerRunningAppProcessInfo) ReadFromParcel added in v0.0.7

func (m *ActivityManagerRunningAppProcessInfo) ReadFromParcel(arg0 *jni.Object) error

ReadFromParcel calls android.app.ActivityManager$RunningAppProcessInfo.readFromParcel.

func (*ActivityManagerRunningAppProcessInfo) WriteToParcel added in v0.0.7

func (m *ActivityManagerRunningAppProcessInfo) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.ActivityManager$RunningAppProcessInfo.writeToParcel.

type ActivityManagerRunningServiceInfo added in v0.0.7

type ActivityManagerRunningServiceInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActivityManagerRunningServiceInfo wraps android.app.ActivityManager$RunningServiceInfo.

func (*ActivityManagerRunningServiceInfo) DescribeContents added in v0.0.7

func (m *ActivityManagerRunningServiceInfo) DescribeContents() (int32, error)

DescribeContents calls android.app.ActivityManager$RunningServiceInfo.describeContents.

func (*ActivityManagerRunningServiceInfo) ReadFromParcel added in v0.0.7

func (m *ActivityManagerRunningServiceInfo) ReadFromParcel(arg0 *jni.Object) error

ReadFromParcel calls android.app.ActivityManager$RunningServiceInfo.readFromParcel.

func (*ActivityManagerRunningServiceInfo) WriteToParcel added in v0.0.7

func (m *ActivityManagerRunningServiceInfo) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.ActivityManager$RunningServiceInfo.writeToParcel.

type ActivityManagerRunningTaskInfo added in v0.0.7

type ActivityManagerRunningTaskInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActivityManagerRunningTaskInfo wraps android.app.ActivityManager$RunningTaskInfo.

func (*ActivityManagerRunningTaskInfo) DescribeContents added in v0.0.7

func (m *ActivityManagerRunningTaskInfo) DescribeContents() (int32, error)

DescribeContents calls android.app.ActivityManager$RunningTaskInfo.describeContents.

func (*ActivityManagerRunningTaskInfo) ReadFromParcel added in v0.0.7

func (m *ActivityManagerRunningTaskInfo) ReadFromParcel(arg0 *jni.Object) error

ReadFromParcel calls android.app.ActivityManager$RunningTaskInfo.readFromParcel.

func (*ActivityManagerRunningTaskInfo) WriteToParcel added in v0.0.7

func (m *ActivityManagerRunningTaskInfo) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.ActivityManager$RunningTaskInfo.writeToParcel.

type ActivityManagerTaskDescription added in v0.0.7

type ActivityManagerTaskDescription struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActivityManagerTaskDescription wraps android.app.ActivityManager$TaskDescription.

func (*ActivityManagerTaskDescription) DescribeContents added in v0.0.7

func (m *ActivityManagerTaskDescription) DescribeContents() (int32, error)

DescribeContents calls android.app.ActivityManager$TaskDescription.describeContents.

func (*ActivityManagerTaskDescription) Equals added in v0.0.7

func (m *ActivityManagerTaskDescription) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.ActivityManager$TaskDescription.equals.

func (*ActivityManagerTaskDescription) GetBackgroundColor added in v0.0.7

func (m *ActivityManagerTaskDescription) GetBackgroundColor() (int32, error)

GetBackgroundColor calls android.app.ActivityManager$TaskDescription.getBackgroundColor.

func (*ActivityManagerTaskDescription) GetIcon added in v0.0.7

GetIcon calls android.app.ActivityManager$TaskDescription.getIcon.

func (*ActivityManagerTaskDescription) GetLabel added in v0.0.7

func (m *ActivityManagerTaskDescription) GetLabel() (string, error)

GetLabel calls android.app.ActivityManager$TaskDescription.getLabel.

func (*ActivityManagerTaskDescription) GetNavigationBarColor added in v0.0.7

func (m *ActivityManagerTaskDescription) GetNavigationBarColor() (int32, error)

GetNavigationBarColor calls android.app.ActivityManager$TaskDescription.getNavigationBarColor.

func (*ActivityManagerTaskDescription) GetPrimaryColor added in v0.0.7

func (m *ActivityManagerTaskDescription) GetPrimaryColor() (int32, error)

GetPrimaryColor calls android.app.ActivityManager$TaskDescription.getPrimaryColor.

func (*ActivityManagerTaskDescription) GetStatusBarColor added in v0.0.7

func (m *ActivityManagerTaskDescription) GetStatusBarColor() (int32, error)

GetStatusBarColor calls android.app.ActivityManager$TaskDescription.getStatusBarColor.

func (*ActivityManagerTaskDescription) HashCode added in v0.0.7

func (m *ActivityManagerTaskDescription) HashCode() (int32, error)

HashCode calls android.app.ActivityManager$TaskDescription.hashCode.

func (*ActivityManagerTaskDescription) ReadFromParcel added in v0.0.7

func (m *ActivityManagerTaskDescription) ReadFromParcel(arg0 *jni.Object) error

ReadFromParcel calls android.app.ActivityManager$TaskDescription.readFromParcel.

func (*ActivityManagerTaskDescription) ToString added in v0.0.7

func (m *ActivityManagerTaskDescription) ToString() (string, error)

ToString calls android.app.ActivityManager$TaskDescription.toString.

func (*ActivityManagerTaskDescription) WriteToParcel added in v0.0.7

func (m *ActivityManagerTaskDescription) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.ActivityManager$TaskDescription.writeToParcel.

type ActivityOptions added in v0.0.7

type ActivityOptions struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActivityOptions wraps android.app.ActivityOptions.

func (*ActivityOptions) GetLaunchBounds added in v0.0.7

func (m *ActivityOptions) GetLaunchBounds() (*jni.Object, error)

GetLaunchBounds calls android.app.ActivityOptions.getLaunchBounds.

func (*ActivityOptions) GetLaunchDisplayId added in v0.0.7

func (m *ActivityOptions) GetLaunchDisplayId() (int32, error)

GetLaunchDisplayId calls android.app.ActivityOptions.getLaunchDisplayId.

func (*ActivityOptions) GetLockTaskMode added in v0.0.7

func (m *ActivityOptions) GetLockTaskMode() (bool, error)

GetLockTaskMode calls android.app.ActivityOptions.getLockTaskMode.

func (*ActivityOptions) GetPendingIntentBackgroundActivityStartMode added in v0.0.7

func (m *ActivityOptions) GetPendingIntentBackgroundActivityStartMode() (int32, error)

GetPendingIntentBackgroundActivityStartMode calls android.app.ActivityOptions.getPendingIntentBackgroundActivityStartMode.

func (*ActivityOptions) GetPendingIntentCreatorBackgroundActivityStartMode added in v0.0.7

func (m *ActivityOptions) GetPendingIntentCreatorBackgroundActivityStartMode() (int32, error)

GetPendingIntentCreatorBackgroundActivityStartMode calls android.app.ActivityOptions.getPendingIntentCreatorBackgroundActivityStartMode.

func (*ActivityOptions) GetSplashScreenStyle added in v0.0.7

func (m *ActivityOptions) GetSplashScreenStyle() (int32, error)

GetSplashScreenStyle calls android.app.ActivityOptions.getSplashScreenStyle.

func (*ActivityOptions) IsAllowPassThroughOnTouchOutside added in v0.0.7

func (m *ActivityOptions) IsAllowPassThroughOnTouchOutside() (bool, error)

IsAllowPassThroughOnTouchOutside calls android.app.ActivityOptions.isAllowPassThroughOnTouchOutside.

func (*ActivityOptions) IsPendingIntentBackgroundActivityLaunchAllowed added in v0.0.7

func (m *ActivityOptions) IsPendingIntentBackgroundActivityLaunchAllowed() (bool, error)

IsPendingIntentBackgroundActivityLaunchAllowed calls android.app.ActivityOptions.isPendingIntentBackgroundActivityLaunchAllowed.

func (*ActivityOptions) IsShareIdentityEnabled added in v0.0.7

func (m *ActivityOptions) IsShareIdentityEnabled() (bool, error)

IsShareIdentityEnabled calls android.app.ActivityOptions.isShareIdentityEnabled.

func (*ActivityOptions) MakeBasic added in v0.0.7

func (m *ActivityOptions) MakeBasic() (*jni.Object, error)

MakeBasic calls android.app.ActivityOptions.makeBasic.

func (*ActivityOptions) MakeClipRevealAnimation added in v0.0.7

func (m *ActivityOptions) MakeClipRevealAnimation(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) (*jni.Object, error)

MakeClipRevealAnimation calls android.app.ActivityOptions.makeClipRevealAnimation.

func (*ActivityOptions) MakeCustomAnimation3 added in v0.0.7

func (m *ActivityOptions) MakeCustomAnimation3(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) (*jni.Object, error)

MakeCustomAnimation3 calls android.app.ActivityOptions.makeCustomAnimation.

func (*ActivityOptions) MakeCustomAnimation4_1 added in v0.0.7

func (m *ActivityOptions) MakeCustomAnimation4_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

MakeCustomAnimation4_1 calls android.app.ActivityOptions.makeCustomAnimation.

func (*ActivityOptions) MakeLaunchIntoPip added in v0.0.7

func (m *ActivityOptions) MakeLaunchIntoPip(arg0 *jni.Object) (*jni.Object, error)

MakeLaunchIntoPip calls android.app.ActivityOptions.makeLaunchIntoPip.

func (*ActivityOptions) MakeScaleUpAnimation added in v0.0.7

func (m *ActivityOptions) MakeScaleUpAnimation(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) (*jni.Object, error)

MakeScaleUpAnimation calls android.app.ActivityOptions.makeScaleUpAnimation.

func (*ActivityOptions) MakeSceneTransitionAnimation added in v0.0.7

func (m *ActivityOptions) MakeSceneTransitionAnimation(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
) (*jni.Object, error)

MakeSceneTransitionAnimation calls android.app.ActivityOptions.makeSceneTransitionAnimation.

func (*ActivityOptions) MakeTaskLaunchBehind added in v0.0.7

func (m *ActivityOptions) MakeTaskLaunchBehind() (*jni.Object, error)

MakeTaskLaunchBehind calls android.app.ActivityOptions.makeTaskLaunchBehind.

func (*ActivityOptions) MakeThumbnailScaleUpAnimation added in v0.0.7

func (m *ActivityOptions) MakeThumbnailScaleUpAnimation(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

MakeThumbnailScaleUpAnimation calls android.app.ActivityOptions.makeThumbnailScaleUpAnimation.

func (*ActivityOptions) RequestUsageTimeReport added in v0.0.7

func (m *ActivityOptions) RequestUsageTimeReport(arg0 *jni.Object) error

RequestUsageTimeReport calls android.app.ActivityOptions.requestUsageTimeReport.

func (*ActivityOptions) SetAllowPassThroughOnTouchOutside added in v0.0.7

func (m *ActivityOptions) SetAllowPassThroughOnTouchOutside(arg0 bool) error

SetAllowPassThroughOnTouchOutside calls android.app.ActivityOptions.setAllowPassThroughOnTouchOutside.

func (*ActivityOptions) SetAppVerificationBundle added in v0.0.7

func (m *ActivityOptions) SetAppVerificationBundle(arg0 *jni.Object) (*jni.Object, error)

SetAppVerificationBundle calls android.app.ActivityOptions.setAppVerificationBundle.

func (*ActivityOptions) SetLaunchBounds added in v0.0.7

func (m *ActivityOptions) SetLaunchBounds(arg0 *jni.Object) (*jni.Object, error)

SetLaunchBounds calls android.app.ActivityOptions.setLaunchBounds.

func (*ActivityOptions) SetLaunchDisplayId added in v0.0.7

func (m *ActivityOptions) SetLaunchDisplayId(arg0 int32) (*jni.Object, error)

SetLaunchDisplayId calls android.app.ActivityOptions.setLaunchDisplayId.

func (*ActivityOptions) SetLockTaskEnabled added in v0.0.7

func (m *ActivityOptions) SetLockTaskEnabled(arg0 bool) (*jni.Object, error)

SetLockTaskEnabled calls android.app.ActivityOptions.setLockTaskEnabled.

func (*ActivityOptions) SetPendingIntentBackgroundActivityLaunchAllowed added in v0.0.7

func (m *ActivityOptions) SetPendingIntentBackgroundActivityLaunchAllowed(arg0 bool) error

SetPendingIntentBackgroundActivityLaunchAllowed calls android.app.ActivityOptions.setPendingIntentBackgroundActivityLaunchAllowed.

func (*ActivityOptions) SetPendingIntentBackgroundActivityStartMode added in v0.0.7

func (m *ActivityOptions) SetPendingIntentBackgroundActivityStartMode(arg0 int32) (*jni.Object, error)

SetPendingIntentBackgroundActivityStartMode calls android.app.ActivityOptions.setPendingIntentBackgroundActivityStartMode.

func (*ActivityOptions) SetPendingIntentCreatorBackgroundActivityStartMode added in v0.0.7

func (m *ActivityOptions) SetPendingIntentCreatorBackgroundActivityStartMode(arg0 int32) (*jni.Object, error)

SetPendingIntentCreatorBackgroundActivityStartMode calls android.app.ActivityOptions.setPendingIntentCreatorBackgroundActivityStartMode.

func (*ActivityOptions) SetShareIdentityEnabled added in v0.0.7

func (m *ActivityOptions) SetShareIdentityEnabled(arg0 bool) (*jni.Object, error)

SetShareIdentityEnabled calls android.app.ActivityOptions.setShareIdentityEnabled.

func (*ActivityOptions) SetSplashScreenStyle added in v0.0.7

func (m *ActivityOptions) SetSplashScreenStyle(arg0 int32) (*jni.Object, error)

SetSplashScreenStyle calls android.app.ActivityOptions.setSplashScreenStyle.

func (*ActivityOptions) ToBundle added in v0.0.7

func (m *ActivityOptions) ToBundle() (*jni.Object, error)

ToBundle calls android.app.ActivityOptions.toBundle.

func (*ActivityOptions) ToString added in v0.0.7

func (m *ActivityOptions) ToString() (string, error)

ToString calls android.app.ActivityOptions.toString.

func (*ActivityOptions) Update added in v0.0.7

func (m *ActivityOptions) Update(arg0 *jni.Object) error

Update calls android.app.ActivityOptions.update.

type ActivityScreenCaptureCallback added in v0.0.7

type ActivityScreenCaptureCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActivityScreenCaptureCallback wraps android.app.Activity$ScreenCaptureCallback.

func (*ActivityScreenCaptureCallback) OnScreenCaptured added in v0.0.7

func (m *ActivityScreenCaptureCallback) OnScreenCaptured() error

OnScreenCaptured calls android.app.Activity$ScreenCaptureCallback.onScreenCaptured.

type AlertDialog added in v0.0.7

type AlertDialog struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AlertDialog wraps android.app.AlertDialog.

func (*AlertDialog) GetButton added in v0.0.7

func (m *AlertDialog) GetButton(arg0 int32) (*jni.Object, error)

GetButton calls android.app.AlertDialog.getButton.

func (*AlertDialog) GetListView added in v0.0.7

func (m *AlertDialog) GetListView() (*jni.Object, error)

GetListView calls android.app.AlertDialog.getListView.

func (*AlertDialog) OnKeyDown added in v0.0.7

func (m *AlertDialog) OnKeyDown(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyDown calls android.app.AlertDialog.onKeyDown.

func (*AlertDialog) OnKeyUp added in v0.0.7

func (m *AlertDialog) OnKeyUp(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyUp calls android.app.AlertDialog.onKeyUp.

func (*AlertDialog) SetButton2_2 added in v0.0.7

func (m *AlertDialog) SetButton2_2(arg0 string, arg1 *jni.Object) error

SetButton2_2 calls android.app.AlertDialog.setButton.

func (*AlertDialog) SetButton2_3 added in v0.0.7

func (m *AlertDialog) SetButton2_3(arg0 string, arg1 *jni.Object) error

SetButton2_3 calls android.app.AlertDialog.setButton.

func (*AlertDialog) SetButton3 added in v0.0.7

func (m *AlertDialog) SetButton3(
	arg0 int32,
	arg1 string,
	arg2 *jni.Object,
) error

SetButton3 calls android.app.AlertDialog.setButton.

func (*AlertDialog) SetButton3_1 added in v0.0.7

func (m *AlertDialog) SetButton3_1(
	arg0 int32,
	arg1 string,
	arg2 *jni.Object,
) error

SetButton3_1 calls android.app.AlertDialog.setButton.

func (*AlertDialog) SetButton22 added in v0.0.7

func (m *AlertDialog) SetButton22(arg0 string, arg1 *jni.Object) error

SetButton22 calls android.app.AlertDialog.setButton2.

func (*AlertDialog) SetButton22_1 added in v0.0.7

func (m *AlertDialog) SetButton22_1(arg0 string, arg1 *jni.Object) error

SetButton22_1 calls android.app.AlertDialog.setButton2.

func (*AlertDialog) SetButton32 added in v0.0.7

func (m *AlertDialog) SetButton32(arg0 string, arg1 *jni.Object) error

SetButton32 calls android.app.AlertDialog.setButton3.

func (*AlertDialog) SetButton32_1 added in v0.0.7

func (m *AlertDialog) SetButton32_1(arg0 string, arg1 *jni.Object) error

SetButton32_1 calls android.app.AlertDialog.setButton3.

func (*AlertDialog) SetCustomTitle added in v0.0.7

func (m *AlertDialog) SetCustomTitle(arg0 *jni.Object) error

SetCustomTitle calls android.app.AlertDialog.setCustomTitle.

func (*AlertDialog) SetIcon1 added in v0.0.7

func (m *AlertDialog) SetIcon1(arg0 *jni.Object) error

SetIcon1 calls android.app.AlertDialog.setIcon.

func (*AlertDialog) SetIcon1_1 added in v0.0.7

func (m *AlertDialog) SetIcon1_1(arg0 int32) error

SetIcon1_1 calls android.app.AlertDialog.setIcon.

func (*AlertDialog) SetIconAttribute added in v0.0.7

func (m *AlertDialog) SetIconAttribute(arg0 int32) error

SetIconAttribute calls android.app.AlertDialog.setIconAttribute.

func (*AlertDialog) SetInverseBackgroundForced added in v0.0.7

func (m *AlertDialog) SetInverseBackgroundForced(arg0 bool) error

SetInverseBackgroundForced calls android.app.AlertDialog.setInverseBackgroundForced.

func (*AlertDialog) SetMessage added in v0.0.7

func (m *AlertDialog) SetMessage(arg0 string) error

SetMessage calls android.app.AlertDialog.setMessage.

func (*AlertDialog) SetTitle added in v0.0.7

func (m *AlertDialog) SetTitle(arg0 string) error

SetTitle calls android.app.AlertDialog.setTitle.

func (*AlertDialog) SetView1 added in v0.0.7

func (m *AlertDialog) SetView1(arg0 *jni.Object) error

SetView1 calls android.app.AlertDialog.setView.

func (*AlertDialog) SetView5_1 added in v0.0.7

func (m *AlertDialog) SetView5_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) error

SetView5_1 calls android.app.AlertDialog.setView.

type AlertDialogBuilder added in v0.0.7

type AlertDialogBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AlertDialogBuilder wraps android.app.AlertDialog$Builder.

func (*AlertDialogBuilder) Create added in v0.0.7

func (m *AlertDialogBuilder) Create() (*jni.Object, error)

Create calls android.app.AlertDialog$Builder.create.

func (*AlertDialogBuilder) GetContext added in v0.0.7

func (m *AlertDialogBuilder) GetContext() (*jni.Object, error)

GetContext calls android.app.AlertDialog$Builder.getContext.

func (*AlertDialogBuilder) SetAdapter added in v0.0.7

func (m *AlertDialogBuilder) SetAdapter(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

SetAdapter calls android.app.AlertDialog$Builder.setAdapter.

func (*AlertDialogBuilder) SetCancelable added in v0.0.7

func (m *AlertDialogBuilder) SetCancelable(arg0 bool) (*jni.Object, error)

SetCancelable calls android.app.AlertDialog$Builder.setCancelable.

func (*AlertDialogBuilder) SetCursor added in v0.0.7

func (m *AlertDialogBuilder) SetCursor(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
) (*jni.Object, error)

SetCursor calls android.app.AlertDialog$Builder.setCursor.

func (*AlertDialogBuilder) SetCustomTitle added in v0.0.7

func (m *AlertDialogBuilder) SetCustomTitle(arg0 *jni.Object) (*jni.Object, error)

SetCustomTitle calls android.app.AlertDialog$Builder.setCustomTitle.

func (*AlertDialogBuilder) SetIcon1 added in v0.0.7

func (m *AlertDialogBuilder) SetIcon1(arg0 *jni.Object) (*jni.Object, error)

SetIcon1 calls android.app.AlertDialog$Builder.setIcon.

func (*AlertDialogBuilder) SetIcon1_1 added in v0.0.7

func (m *AlertDialogBuilder) SetIcon1_1(arg0 int32) (*jni.Object, error)

SetIcon1_1 calls android.app.AlertDialog$Builder.setIcon.

func (*AlertDialogBuilder) SetIconAttribute added in v0.0.7

func (m *AlertDialogBuilder) SetIconAttribute(arg0 int32) (*jni.Object, error)

SetIconAttribute calls android.app.AlertDialog$Builder.setIconAttribute.

func (*AlertDialogBuilder) SetInverseBackgroundForced added in v0.0.7

func (m *AlertDialogBuilder) SetInverseBackgroundForced(arg0 bool) (*jni.Object, error)

SetInverseBackgroundForced calls android.app.AlertDialog$Builder.setInverseBackgroundForced.

func (*AlertDialogBuilder) SetItems2 added in v0.0.7

func (m *AlertDialogBuilder) SetItems2(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

SetItems2 calls android.app.AlertDialog$Builder.setItems.

func (*AlertDialogBuilder) SetItems2_1 added in v0.0.7

func (m *AlertDialogBuilder) SetItems2_1(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

SetItems2_1 calls android.app.AlertDialog$Builder.setItems.

func (*AlertDialogBuilder) SetMessage1 added in v0.0.7

func (m *AlertDialogBuilder) SetMessage1(arg0 int32) (*jni.Object, error)

SetMessage1 calls android.app.AlertDialog$Builder.setMessage.

func (*AlertDialogBuilder) SetMessage1_1 added in v0.0.7

func (m *AlertDialogBuilder) SetMessage1_1(arg0 string) (*jni.Object, error)

SetMessage1_1 calls android.app.AlertDialog$Builder.setMessage.

func (*AlertDialogBuilder) SetMultiChoiceItems3_1 added in v0.0.7

func (m *AlertDialogBuilder) SetMultiChoiceItems3_1(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

SetMultiChoiceItems3_1 calls android.app.AlertDialog$Builder.setMultiChoiceItems.

func (*AlertDialogBuilder) SetMultiChoiceItems3_2 added in v0.0.7

func (m *AlertDialogBuilder) SetMultiChoiceItems3_2(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

SetMultiChoiceItems3_2 calls android.app.AlertDialog$Builder.setMultiChoiceItems.

func (*AlertDialogBuilder) SetMultiChoiceItems4 added in v0.0.7

func (m *AlertDialogBuilder) SetMultiChoiceItems4(
	arg0 *jni.Object,
	arg1 string,
	arg2 string,
	arg3 *jni.Object,
) (*jni.Object, error)

SetMultiChoiceItems4 calls android.app.AlertDialog$Builder.setMultiChoiceItems.

func (*AlertDialogBuilder) SetNegativeButton2 added in v0.0.7

func (m *AlertDialogBuilder) SetNegativeButton2(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

SetNegativeButton2 calls android.app.AlertDialog$Builder.setNegativeButton.

func (*AlertDialogBuilder) SetNegativeButton2_1 added in v0.0.7

func (m *AlertDialogBuilder) SetNegativeButton2_1(arg0 string, arg1 *jni.Object) (*jni.Object, error)

SetNegativeButton2_1 calls android.app.AlertDialog$Builder.setNegativeButton.

func (*AlertDialogBuilder) SetNeutralButton2 added in v0.0.7

func (m *AlertDialogBuilder) SetNeutralButton2(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

SetNeutralButton2 calls android.app.AlertDialog$Builder.setNeutralButton.

func (*AlertDialogBuilder) SetNeutralButton2_1 added in v0.0.7

func (m *AlertDialogBuilder) SetNeutralButton2_1(arg0 string, arg1 *jni.Object) (*jni.Object, error)

SetNeutralButton2_1 calls android.app.AlertDialog$Builder.setNeutralButton.

func (*AlertDialogBuilder) SetOnCancelListener added in v0.0.7

func (m *AlertDialogBuilder) SetOnCancelListener(arg0 *jni.Object) (*jni.Object, error)

SetOnCancelListener calls android.app.AlertDialog$Builder.setOnCancelListener.

func (*AlertDialogBuilder) SetOnDismissListener added in v0.0.7

func (m *AlertDialogBuilder) SetOnDismissListener(arg0 *jni.Object) (*jni.Object, error)

SetOnDismissListener calls android.app.AlertDialog$Builder.setOnDismissListener.

func (*AlertDialogBuilder) SetOnItemSelectedListener added in v0.0.7

func (m *AlertDialogBuilder) SetOnItemSelectedListener(arg0 *jni.Object) (*jni.Object, error)

SetOnItemSelectedListener calls android.app.AlertDialog$Builder.setOnItemSelectedListener.

func (*AlertDialogBuilder) SetOnKeyListener added in v0.0.7

func (m *AlertDialogBuilder) SetOnKeyListener(arg0 *jni.Object) (*jni.Object, error)

SetOnKeyListener calls android.app.AlertDialog$Builder.setOnKeyListener.

func (*AlertDialogBuilder) SetPositiveButton2 added in v0.0.7

func (m *AlertDialogBuilder) SetPositiveButton2(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

SetPositiveButton2 calls android.app.AlertDialog$Builder.setPositiveButton.

func (*AlertDialogBuilder) SetPositiveButton2_1 added in v0.0.7

func (m *AlertDialogBuilder) SetPositiveButton2_1(arg0 string, arg1 *jni.Object) (*jni.Object, error)

SetPositiveButton2_1 calls android.app.AlertDialog$Builder.setPositiveButton.

func (*AlertDialogBuilder) SetSingleChoiceItems3_1 added in v0.0.7

func (m *AlertDialogBuilder) SetSingleChoiceItems3_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) (*jni.Object, error)

SetSingleChoiceItems3_1 calls android.app.AlertDialog$Builder.setSingleChoiceItems.

func (*AlertDialogBuilder) SetSingleChoiceItems3_2 added in v0.0.7

func (m *AlertDialogBuilder) SetSingleChoiceItems3_2(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) (*jni.Object, error)

SetSingleChoiceItems3_2 calls android.app.AlertDialog$Builder.setSingleChoiceItems.

func (*AlertDialogBuilder) SetSingleChoiceItems3_3 added in v0.0.7

func (m *AlertDialogBuilder) SetSingleChoiceItems3_3(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) (*jni.Object, error)

SetSingleChoiceItems3_3 calls android.app.AlertDialog$Builder.setSingleChoiceItems.

func (*AlertDialogBuilder) SetSingleChoiceItems4 added in v0.0.7

func (m *AlertDialogBuilder) SetSingleChoiceItems4(
	arg0 *jni.Object,
	arg1 int32,
	arg2 string,
	arg3 *jni.Object,
) (*jni.Object, error)

SetSingleChoiceItems4 calls android.app.AlertDialog$Builder.setSingleChoiceItems.

func (*AlertDialogBuilder) SetTitle1 added in v0.0.7

func (m *AlertDialogBuilder) SetTitle1(arg0 int32) (*jni.Object, error)

SetTitle1 calls android.app.AlertDialog$Builder.setTitle.

func (*AlertDialogBuilder) SetTitle1_1 added in v0.0.7

func (m *AlertDialogBuilder) SetTitle1_1(arg0 string) (*jni.Object, error)

SetTitle1_1 calls android.app.AlertDialog$Builder.setTitle.

func (*AlertDialogBuilder) SetView1 added in v0.0.7

func (m *AlertDialogBuilder) SetView1(arg0 *jni.Object) (*jni.Object, error)

SetView1 calls android.app.AlertDialog$Builder.setView.

func (*AlertDialogBuilder) SetView1_1 added in v0.0.7

func (m *AlertDialogBuilder) SetView1_1(arg0 int32) (*jni.Object, error)

SetView1_1 calls android.app.AlertDialog$Builder.setView.

func (*AlertDialogBuilder) Show added in v0.0.7

func (m *AlertDialogBuilder) Show() (*jni.Object, error)

Show calls android.app.AlertDialog$Builder.show.

type AliasActivity added in v0.0.7

type AliasActivity struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AliasActivity wraps android.app.AliasActivity.

func NewAliasActivity added in v0.0.7

func NewAliasActivity(vm *jni.VM) (*AliasActivity, error)

NewAliasActivity creates a new android.app.AliasActivity instance.

type AsyncNotedAppOp added in v0.0.7

type AsyncNotedAppOp struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AsyncNotedAppOp wraps android.app.AsyncNotedAppOp.

func (*AsyncNotedAppOp) DescribeContents added in v0.0.7

func (m *AsyncNotedAppOp) DescribeContents() (int32, error)

DescribeContents calls android.app.AsyncNotedAppOp.describeContents.

func (*AsyncNotedAppOp) Equals added in v0.0.7

func (m *AsyncNotedAppOp) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.AsyncNotedAppOp.equals.

func (*AsyncNotedAppOp) GetAttributionTag added in v0.0.7

func (m *AsyncNotedAppOp) GetAttributionTag() (string, error)

GetAttributionTag calls android.app.AsyncNotedAppOp.getAttributionTag.

func (*AsyncNotedAppOp) GetMessage added in v0.0.7

func (m *AsyncNotedAppOp) GetMessage() (string, error)

GetMessage calls android.app.AsyncNotedAppOp.getMessage.

func (*AsyncNotedAppOp) GetNotingUid added in v0.0.7

func (m *AsyncNotedAppOp) GetNotingUid() (int32, error)

GetNotingUid calls android.app.AsyncNotedAppOp.getNotingUid.

func (*AsyncNotedAppOp) GetOp added in v0.0.7

func (m *AsyncNotedAppOp) GetOp() (string, error)

GetOp calls android.app.AsyncNotedAppOp.getOp.

func (*AsyncNotedAppOp) GetTime added in v0.0.7

func (m *AsyncNotedAppOp) GetTime() (int64, error)

GetTime calls android.app.AsyncNotedAppOp.getTime.

func (*AsyncNotedAppOp) HashCode added in v0.0.7

func (m *AsyncNotedAppOp) HashCode() (int32, error)

HashCode calls android.app.AsyncNotedAppOp.hashCode.

func (*AsyncNotedAppOp) ToString added in v0.0.7

func (m *AsyncNotedAppOp) ToString() (string, error)

ToString calls android.app.AsyncNotedAppOp.toString.

func (*AsyncNotedAppOp) WriteToParcel added in v0.0.7

func (m *AsyncNotedAppOp) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.AsyncNotedAppOp.writeToParcel.

type AuthenticationRequiredException added in v0.0.7

type AuthenticationRequiredException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AuthenticationRequiredException wraps android.app.AuthenticationRequiredException.

func NewAuthenticationRequiredException added in v0.0.7

func NewAuthenticationRequiredException(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*AuthenticationRequiredException, error)

NewAuthenticationRequiredException creates a new android.app.AuthenticationRequiredException instance.

func (*AuthenticationRequiredException) DescribeContents added in v0.0.7

func (m *AuthenticationRequiredException) DescribeContents() (int32, error)

DescribeContents calls android.app.AuthenticationRequiredException.describeContents.

func (*AuthenticationRequiredException) GetUserAction added in v0.0.7

func (m *AuthenticationRequiredException) GetUserAction() (*jni.Object, error)

GetUserAction calls android.app.AuthenticationRequiredException.getUserAction.

func (*AuthenticationRequiredException) WriteToParcel added in v0.0.7

func (m *AuthenticationRequiredException) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.AuthenticationRequiredException.writeToParcel.

type AutomaticZenRule added in v0.0.7

type AutomaticZenRule struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AutomaticZenRule wraps android.app.AutomaticZenRule.

func NewAutomaticZenRule added in v0.0.7

func NewAutomaticZenRule(vm *jni.VM, arg0 *jni.Object) (*AutomaticZenRule, error)

NewAutomaticZenRule creates a new android.app.AutomaticZenRule instance.

func (*AutomaticZenRule) DescribeContents added in v0.0.7

func (m *AutomaticZenRule) DescribeContents() (int32, error)

DescribeContents calls android.app.AutomaticZenRule.describeContents.

func (*AutomaticZenRule) Equals added in v0.0.7

func (m *AutomaticZenRule) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.AutomaticZenRule.equals.

func (*AutomaticZenRule) GetConditionId added in v0.0.7

func (m *AutomaticZenRule) GetConditionId() (*jni.Object, error)

GetConditionId calls android.app.AutomaticZenRule.getConditionId.

func (*AutomaticZenRule) GetConfigurationActivity added in v0.0.7

func (m *AutomaticZenRule) GetConfigurationActivity() (*jni.Object, error)

GetConfigurationActivity calls android.app.AutomaticZenRule.getConfigurationActivity.

func (*AutomaticZenRule) GetCreationTime added in v0.0.7

func (m *AutomaticZenRule) GetCreationTime() (int64, error)

GetCreationTime calls android.app.AutomaticZenRule.getCreationTime.

func (*AutomaticZenRule) GetDeviceEffects added in v0.0.7

func (m *AutomaticZenRule) GetDeviceEffects() (*jni.Object, error)

GetDeviceEffects calls android.app.AutomaticZenRule.getDeviceEffects.

func (*AutomaticZenRule) GetIconResId added in v0.0.7

func (m *AutomaticZenRule) GetIconResId() (int32, error)

GetIconResId calls android.app.AutomaticZenRule.getIconResId.

func (*AutomaticZenRule) GetInterruptionFilter added in v0.0.7

func (m *AutomaticZenRule) GetInterruptionFilter() (int32, error)

GetInterruptionFilter calls android.app.AutomaticZenRule.getInterruptionFilter.

func (*AutomaticZenRule) GetName added in v0.0.7

func (m *AutomaticZenRule) GetName() (string, error)

GetName calls android.app.AutomaticZenRule.getName.

func (*AutomaticZenRule) GetOwner added in v0.0.7

func (m *AutomaticZenRule) GetOwner() (*jni.Object, error)

GetOwner calls android.app.AutomaticZenRule.getOwner.

func (*AutomaticZenRule) GetTriggerDescription added in v0.0.7

func (m *AutomaticZenRule) GetTriggerDescription() (string, error)

GetTriggerDescription calls android.app.AutomaticZenRule.getTriggerDescription.

func (*AutomaticZenRule) GetType added in v0.0.7

func (m *AutomaticZenRule) GetType() (int32, error)

GetType calls android.app.AutomaticZenRule.getType.

func (*AutomaticZenRule) GetZenPolicy added in v0.0.7

func (m *AutomaticZenRule) GetZenPolicy() (*jni.Object, error)

GetZenPolicy calls android.app.AutomaticZenRule.getZenPolicy.

func (*AutomaticZenRule) HashCode added in v0.0.7

func (m *AutomaticZenRule) HashCode() (int32, error)

HashCode calls android.app.AutomaticZenRule.hashCode.

func (*AutomaticZenRule) IsEnabled added in v0.0.7

func (m *AutomaticZenRule) IsEnabled() (bool, error)

IsEnabled calls android.app.AutomaticZenRule.isEnabled.

func (*AutomaticZenRule) IsManualInvocationAllowed added in v0.0.7

func (m *AutomaticZenRule) IsManualInvocationAllowed() (bool, error)

IsManualInvocationAllowed calls android.app.AutomaticZenRule.isManualInvocationAllowed.

func (*AutomaticZenRule) SetConditionId added in v0.0.7

func (m *AutomaticZenRule) SetConditionId(arg0 *jni.Object) error

SetConditionId calls android.app.AutomaticZenRule.setConditionId.

func (*AutomaticZenRule) SetConfigurationActivity added in v0.0.7

func (m *AutomaticZenRule) SetConfigurationActivity(arg0 *jni.Object) error

SetConfigurationActivity calls android.app.AutomaticZenRule.setConfigurationActivity.

func (*AutomaticZenRule) SetDeviceEffects added in v0.0.7

func (m *AutomaticZenRule) SetDeviceEffects(arg0 *jni.Object) error

SetDeviceEffects calls android.app.AutomaticZenRule.setDeviceEffects.

func (*AutomaticZenRule) SetEnabled added in v0.0.7

func (m *AutomaticZenRule) SetEnabled(arg0 bool) error

SetEnabled calls android.app.AutomaticZenRule.setEnabled.

func (*AutomaticZenRule) SetInterruptionFilter added in v0.0.7

func (m *AutomaticZenRule) SetInterruptionFilter(arg0 int32) error

SetInterruptionFilter calls android.app.AutomaticZenRule.setInterruptionFilter.

func (*AutomaticZenRule) SetName added in v0.0.7

func (m *AutomaticZenRule) SetName(arg0 string) error

SetName calls android.app.AutomaticZenRule.setName.

func (*AutomaticZenRule) SetZenPolicy added in v0.0.7

func (m *AutomaticZenRule) SetZenPolicy(arg0 *jni.Object) error

SetZenPolicy calls android.app.AutomaticZenRule.setZenPolicy.

func (*AutomaticZenRule) ToString added in v0.0.7

func (m *AutomaticZenRule) ToString() (string, error)

ToString calls android.app.AutomaticZenRule.toString.

func (*AutomaticZenRule) WriteToParcel added in v0.0.7

func (m *AutomaticZenRule) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.AutomaticZenRule.writeToParcel.

type AutomaticZenRuleBuilder added in v0.0.7

type AutomaticZenRuleBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AutomaticZenRuleBuilder wraps android.app.AutomaticZenRule$Builder.

func (*AutomaticZenRuleBuilder) Build added in v0.0.7

func (m *AutomaticZenRuleBuilder) Build() (*jni.Object, error)

Build calls android.app.AutomaticZenRule$Builder.build.

func (*AutomaticZenRuleBuilder) SetConditionId added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetConditionId(arg0 *jni.Object) (*jni.Object, error)

SetConditionId calls android.app.AutomaticZenRule$Builder.setConditionId.

func (*AutomaticZenRuleBuilder) SetConfigurationActivity added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetConfigurationActivity(arg0 *jni.Object) (*jni.Object, error)

SetConfigurationActivity calls android.app.AutomaticZenRule$Builder.setConfigurationActivity.

func (*AutomaticZenRuleBuilder) SetDeviceEffects added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetDeviceEffects(arg0 *jni.Object) (*jni.Object, error)

SetDeviceEffects calls android.app.AutomaticZenRule$Builder.setDeviceEffects.

func (*AutomaticZenRuleBuilder) SetEnabled added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetEnabled(arg0 bool) (*jni.Object, error)

SetEnabled calls android.app.AutomaticZenRule$Builder.setEnabled.

func (*AutomaticZenRuleBuilder) SetIconResId added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetIconResId(arg0 int32) (*jni.Object, error)

SetIconResId calls android.app.AutomaticZenRule$Builder.setIconResId.

func (*AutomaticZenRuleBuilder) SetInterruptionFilter added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetInterruptionFilter(arg0 int32) (*jni.Object, error)

SetInterruptionFilter calls android.app.AutomaticZenRule$Builder.setInterruptionFilter.

func (*AutomaticZenRuleBuilder) SetManualInvocationAllowed added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetManualInvocationAllowed(arg0 bool) (*jni.Object, error)

SetManualInvocationAllowed calls android.app.AutomaticZenRule$Builder.setManualInvocationAllowed.

func (*AutomaticZenRuleBuilder) SetName added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetName(arg0 string) (*jni.Object, error)

SetName calls android.app.AutomaticZenRule$Builder.setName.

func (*AutomaticZenRuleBuilder) SetOwner added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetOwner(arg0 *jni.Object) (*jni.Object, error)

SetOwner calls android.app.AutomaticZenRule$Builder.setOwner.

func (*AutomaticZenRuleBuilder) SetTriggerDescription added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetTriggerDescription(arg0 string) (*jni.Object, error)

SetTriggerDescription calls android.app.AutomaticZenRule$Builder.setTriggerDescription.

func (*AutomaticZenRuleBuilder) SetType added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetType(arg0 int32) (*jni.Object, error)

SetType calls android.app.AutomaticZenRule$Builder.setType.

func (*AutomaticZenRuleBuilder) SetZenPolicy added in v0.0.7

func (m *AutomaticZenRuleBuilder) SetZenPolicy(arg0 *jni.Object) (*jni.Object, error)

SetZenPolicy calls android.app.AutomaticZenRule$Builder.setZenPolicy.

type BackgroundServiceStartNotAllowedException added in v0.0.7

type BackgroundServiceStartNotAllowedException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

BackgroundServiceStartNotAllowedException wraps android.app.BackgroundServiceStartNotAllowedException.

func NewBackgroundServiceStartNotAllowedException added in v0.0.7

func NewBackgroundServiceStartNotAllowedException(vm *jni.VM, arg0 string) (*BackgroundServiceStartNotAllowedException, error)

NewBackgroundServiceStartNotAllowedException creates a new android.app.BackgroundServiceStartNotAllowedException instance.

func (*BackgroundServiceStartNotAllowedException) DescribeContents added in v0.0.7

func (m *BackgroundServiceStartNotAllowedException) DescribeContents() (int32, error)

DescribeContents calls android.app.BackgroundServiceStartNotAllowedException.describeContents.

func (*BackgroundServiceStartNotAllowedException) WriteToParcel added in v0.0.7

func (m *BackgroundServiceStartNotAllowedException) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.BackgroundServiceStartNotAllowedException.writeToParcel.

type BroadcastOptions added in v0.0.7

type BroadcastOptions struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

BroadcastOptions wraps android.app.BroadcastOptions.

func (*BroadcastOptions) ClearDeferralPolicy added in v0.0.7

func (m *BroadcastOptions) ClearDeferralPolicy() error

ClearDeferralPolicy calls android.app.BroadcastOptions.clearDeferralPolicy.

func (*BroadcastOptions) ClearDeliveryGroupMatchingKey added in v0.0.7

func (m *BroadcastOptions) ClearDeliveryGroupMatchingKey() error

ClearDeliveryGroupMatchingKey calls android.app.BroadcastOptions.clearDeliveryGroupMatchingKey.

func (*BroadcastOptions) ClearDeliveryGroupPolicy added in v0.0.7

func (m *BroadcastOptions) ClearDeliveryGroupPolicy() error

ClearDeliveryGroupPolicy calls android.app.BroadcastOptions.clearDeliveryGroupPolicy.

func (*BroadcastOptions) FromBundle added in v0.0.7

func (m *BroadcastOptions) FromBundle(arg0 *jni.Object) (*jni.Object, error)

FromBundle calls android.app.BroadcastOptions.fromBundle.

func (*BroadcastOptions) GetDeferralPolicy added in v0.0.7

func (m *BroadcastOptions) GetDeferralPolicy() (int32, error)

GetDeferralPolicy calls android.app.BroadcastOptions.getDeferralPolicy.

func (*BroadcastOptions) GetDeliveryGroupMatchingKey added in v0.0.7

func (m *BroadcastOptions) GetDeliveryGroupMatchingKey() (string, error)

GetDeliveryGroupMatchingKey calls android.app.BroadcastOptions.getDeliveryGroupMatchingKey.

func (*BroadcastOptions) GetDeliveryGroupPolicy added in v0.0.7

func (m *BroadcastOptions) GetDeliveryGroupPolicy() (int32, error)

GetDeliveryGroupPolicy calls android.app.BroadcastOptions.getDeliveryGroupPolicy.

func (*BroadcastOptions) IsShareIdentityEnabled added in v0.0.7

func (m *BroadcastOptions) IsShareIdentityEnabled() (bool, error)

IsShareIdentityEnabled calls android.app.BroadcastOptions.isShareIdentityEnabled.

func (*BroadcastOptions) MakeBasic added in v0.0.7

func (m *BroadcastOptions) MakeBasic() (*jni.Object, error)

MakeBasic calls android.app.BroadcastOptions.makeBasic.

func (*BroadcastOptions) SetDeferralPolicy added in v0.0.7

func (m *BroadcastOptions) SetDeferralPolicy(arg0 int32) (*jni.Object, error)

SetDeferralPolicy calls android.app.BroadcastOptions.setDeferralPolicy.

func (*BroadcastOptions) SetDeliveryGroupMatchingKey added in v0.0.7

func (m *BroadcastOptions) SetDeliveryGroupMatchingKey(arg0 string, arg1 string) (*jni.Object, error)

SetDeliveryGroupMatchingKey calls android.app.BroadcastOptions.setDeliveryGroupMatchingKey.

func (*BroadcastOptions) SetDeliveryGroupPolicy added in v0.0.7

func (m *BroadcastOptions) SetDeliveryGroupPolicy(arg0 int32) (*jni.Object, error)

SetDeliveryGroupPolicy calls android.app.BroadcastOptions.setDeliveryGroupPolicy.

func (*BroadcastOptions) SetShareIdentityEnabled added in v0.0.7

func (m *BroadcastOptions) SetShareIdentityEnabled(arg0 bool) (*jni.Object, error)

SetShareIdentityEnabled calls android.app.BroadcastOptions.setShareIdentityEnabled.

func (*BroadcastOptions) ToBundle added in v0.0.7

func (m *BroadcastOptions) ToBundle() (*jni.Object, error)

ToBundle calls android.app.BroadcastOptions.toBundle.

type Bundle added in v0.0.4

type Bundle struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Bundle wraps android.os.Bundle.

func ExtractBundle added in v0.0.4

func ExtractBundle(vm *jni.VM, env *jni.Env, obj *jni.Object) (*Bundle, error)

ExtractBundle wraps a JNI Bundle object for Go access. Returns a non-nil Bundle if the object is valid. The caller must provide the VM so that the returned Bundle can call JNI methods via VM.Do.

func NewBundle added in v0.0.7

func NewBundle(vm *jni.VM) (*Bundle, error)

NewBundle creates a new android.os.Bundle instance.

func (*Bundle) Clear added in v0.0.4

func (m *Bundle) Clear() error

Clear calls android.os.Bundle.clear.

func (*Bundle) Clone added in v0.0.4

func (m *Bundle) Clone() (*jni.Object, error)

Clone calls android.os.Bundle.clone.

func (*Bundle) DeepCopy added in v0.0.4

func (m *Bundle) DeepCopy() (*jni.Object, error)

DeepCopy calls android.os.Bundle.deepCopy.

func (*Bundle) DescribeContents added in v0.0.4

func (m *Bundle) DescribeContents() (int32, error)

DescribeContents calls android.os.Bundle.describeContents.

func (*Bundle) GetBinder added in v0.0.4

func (m *Bundle) GetBinder(arg0 string) (*jni.Object, error)

GetBinder calls android.os.Bundle.getBinder.

func (*Bundle) GetBundle added in v0.0.4

func (m *Bundle) GetBundle(arg0 string) (*jni.Object, error)

GetBundle calls android.os.Bundle.getBundle.

func (*Bundle) GetByte1 added in v0.0.4

func (m *Bundle) GetByte1(arg0 string) (int8, error)

GetByte1 calls android.os.Bundle.getByte.

func (*Bundle) GetByte2_1 added in v0.0.4

func (m *Bundle) GetByte2_1(arg0 string, arg1 int8) (*jni.Object, error)

GetByte2_1 calls android.os.Bundle.getByte.

func (*Bundle) GetByteArray added in v0.0.4

func (m *Bundle) GetByteArray(arg0 string) (*jni.Object, error)

GetByteArray calls android.os.Bundle.getByteArray.

func (*Bundle) GetChar1 added in v0.0.4

func (m *Bundle) GetChar1(arg0 string) (uint16, error)

GetChar1 calls android.os.Bundle.getChar.

func (*Bundle) GetChar2_1 added in v0.0.4

func (m *Bundle) GetChar2_1(arg0 string, arg1 uint16) (uint16, error)

GetChar2_1 calls android.os.Bundle.getChar.

func (*Bundle) GetCharArray added in v0.0.4

func (m *Bundle) GetCharArray(arg0 string) (*jni.Object, error)

GetCharArray calls android.os.Bundle.getCharArray.

func (*Bundle) GetCharSequence1 added in v0.0.4

func (m *Bundle) GetCharSequence1(arg0 string) (*jni.Object, error)

GetCharSequence1 calls android.os.Bundle.getCharSequence.

func (*Bundle) GetCharSequence2_1 added in v0.0.4

func (m *Bundle) GetCharSequence2_1(arg0 string, arg1 string) (*jni.Object, error)

GetCharSequence2_1 calls android.os.Bundle.getCharSequence.

func (*Bundle) GetCharSequenceArray added in v0.0.4

func (m *Bundle) GetCharSequenceArray(arg0 string) (*jni.Object, error)

GetCharSequenceArray calls android.os.Bundle.getCharSequenceArray.

func (*Bundle) GetClassLoader added in v0.0.4

func (m *Bundle) GetClassLoader() (*jni.Object, error)

GetClassLoader calls android.os.Bundle.getClassLoader.

func (*Bundle) GetFloat1 added in v0.0.4

func (m *Bundle) GetFloat1(arg0 string) (float32, error)

GetFloat1 calls android.os.Bundle.getFloat.

func (*Bundle) GetFloat2_1 added in v0.0.4

func (m *Bundle) GetFloat2_1(arg0 string, arg1 float32) (float32, error)

GetFloat2_1 calls android.os.Bundle.getFloat.

func (*Bundle) GetFloatArray added in v0.0.4

func (m *Bundle) GetFloatArray(arg0 string) (*jni.Object, error)

GetFloatArray calls android.os.Bundle.getFloatArray.

func (*Bundle) GetParcelableArray added in v0.0.4

func (m *Bundle) GetParcelableArray(arg0 string) (*jni.Object, error)

GetParcelableArray calls android.os.Bundle.getParcelableArray.

func (*Bundle) GetSerializable added in v0.0.4

func (m *Bundle) GetSerializable(arg0 string) (*jni.Object, error)

GetSerializable calls android.os.Bundle.getSerializable.

func (*Bundle) GetShort1 added in v0.0.4

func (m *Bundle) GetShort1(arg0 string) (int16, error)

GetShort1 calls android.os.Bundle.getShort.

func (*Bundle) GetShort2_1 added in v0.0.4

func (m *Bundle) GetShort2_1(arg0 string, arg1 int16) (int16, error)

GetShort2_1 calls android.os.Bundle.getShort.

func (*Bundle) GetShortArray added in v0.0.4

func (m *Bundle) GetShortArray(arg0 string) (*jni.Object, error)

GetShortArray calls android.os.Bundle.getShortArray.

func (*Bundle) GetSize added in v0.0.4

func (m *Bundle) GetSize(arg0 string) (*jni.Object, error)

GetSize calls android.os.Bundle.getSize.

func (*Bundle) GetSizeF added in v0.0.4

func (m *Bundle) GetSizeF(arg0 string) (*jni.Object, error)

GetSizeF calls android.os.Bundle.getSizeF.

func (*Bundle) HasFileDescriptors added in v0.0.4

func (m *Bundle) HasFileDescriptors() (bool, error)

HasFileDescriptors calls android.os.Bundle.hasFileDescriptors.

func (*Bundle) PutAll added in v0.0.4

func (m *Bundle) PutAll(arg0 *jni.Object) error

PutAll calls android.os.Bundle.putAll.

func (*Bundle) PutBinder added in v0.0.4

func (m *Bundle) PutBinder(arg0 string, arg1 *jni.Object) error

PutBinder calls android.os.Bundle.putBinder.

func (*Bundle) PutBundle added in v0.0.4

func (m *Bundle) PutBundle(arg0 string, arg1 *jni.Object) error

PutBundle calls android.os.Bundle.putBundle.

func (*Bundle) PutByte added in v0.0.4

func (m *Bundle) PutByte(arg0 string, arg1 int8) error

PutByte calls android.os.Bundle.putByte.

func (*Bundle) PutByteArray added in v0.0.4

func (m *Bundle) PutByteArray(arg0 string, arg1 *jni.Object) error

PutByteArray calls android.os.Bundle.putByteArray.

func (*Bundle) PutChar added in v0.0.4

func (m *Bundle) PutChar(arg0 string, arg1 uint16) error

PutChar calls android.os.Bundle.putChar.

func (*Bundle) PutCharArray added in v0.0.4

func (m *Bundle) PutCharArray(arg0 string, arg1 *jni.Object) error

PutCharArray calls android.os.Bundle.putCharArray.

func (*Bundle) PutCharSequence added in v0.0.4

func (m *Bundle) PutCharSequence(arg0 string, arg1 string) error

PutCharSequence calls android.os.Bundle.putCharSequence.

func (*Bundle) PutCharSequenceArray added in v0.0.4

func (m *Bundle) PutCharSequenceArray(arg0 string, arg1 *jni.Object) error

PutCharSequenceArray calls android.os.Bundle.putCharSequenceArray.

func (*Bundle) PutFloat added in v0.0.4

func (m *Bundle) PutFloat(arg0 string, arg1 float32) error

PutFloat calls android.os.Bundle.putFloat.

func (*Bundle) PutFloatArray added in v0.0.4

func (m *Bundle) PutFloatArray(arg0 string, arg1 *jni.Object) error

PutFloatArray calls android.os.Bundle.putFloatArray.

func (*Bundle) PutParcelable added in v0.0.4

func (m *Bundle) PutParcelable(arg0 string, arg1 *jni.Object) error

PutParcelable calls android.os.Bundle.putParcelable.

func (*Bundle) PutParcelableArray added in v0.0.4

func (m *Bundle) PutParcelableArray(arg0 string, arg1 *jni.Object) error

PutParcelableArray calls android.os.Bundle.putParcelableArray.

func (*Bundle) PutSerializable added in v0.0.4

func (m *Bundle) PutSerializable(arg0 string, arg1 *jni.Object) error

PutSerializable calls android.os.Bundle.putSerializable.

func (*Bundle) PutShort added in v0.0.4

func (m *Bundle) PutShort(arg0 string, arg1 int16) error

PutShort calls android.os.Bundle.putShort.

func (*Bundle) PutShortArray added in v0.0.4

func (m *Bundle) PutShortArray(arg0 string, arg1 *jni.Object) error

PutShortArray calls android.os.Bundle.putShortArray.

func (*Bundle) PutSize added in v0.0.4

func (m *Bundle) PutSize(arg0 string, arg1 *jni.Object) error

PutSize calls android.os.Bundle.putSize.

func (*Bundle) PutSizeF added in v0.0.4

func (m *Bundle) PutSizeF(arg0 string, arg1 *jni.Object) error

PutSizeF calls android.os.Bundle.putSizeF.

func (*Bundle) ReadFromParcel added in v0.0.4

func (m *Bundle) ReadFromParcel(arg0 *jni.Object) error

ReadFromParcel calls android.os.Bundle.readFromParcel.

func (*Bundle) Remove added in v0.0.4

func (m *Bundle) Remove(arg0 string) error

Remove calls android.os.Bundle.remove.

func (*Bundle) SetClassLoader added in v0.0.4

func (m *Bundle) SetClassLoader(arg0 *jni.Object) error

SetClassLoader calls android.os.Bundle.setClassLoader.

func (*Bundle) WriteToParcel added in v0.0.4

func (m *Bundle) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.os.Bundle.writeToParcel.

type CancellationSignal added in v0.0.4

type CancellationSignal struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

CancellationSignal wraps android.os.CancellationSignal.

func NewCancellationSignal added in v0.0.7

func NewCancellationSignal(vm *jni.VM) (*CancellationSignal, error)

NewCancellationSignal creates a new android.os.CancellationSignal instance.

func (*CancellationSignal) Cancel added in v0.0.4

func (m *CancellationSignal) Cancel() error

Cancel calls android.os.CancellationSignal.cancel.

func (*CancellationSignal) IsCanceled added in v0.0.4

func (m *CancellationSignal) IsCanceled() (bool, error)

IsCanceled calls android.os.CancellationSignal.isCanceled.

func (*CancellationSignal) SetOnCancelListener added in v0.0.4

func (m *CancellationSignal) SetOnCancelListener(arg0 *jni.Object) error

SetOnCancelListener calls android.os.CancellationSignal.setOnCancelListener.

func (*CancellationSignal) ThrowIfCanceled added in v0.0.4

func (m *CancellationSignal) ThrowIfCanceled() error

ThrowIfCanceled calls android.os.CancellationSignal.throwIfCanceled.

type CancellationSignalOnCancelListener added in v0.0.7

type CancellationSignalOnCancelListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

CancellationSignalOnCancelListener wraps android.os.CancellationSignal$OnCancelListener.

func (*CancellationSignalOnCancelListener) OnCancel added in v0.0.7

OnCancel calls android.os.CancellationSignal$OnCancelListener.onCancel.

type ComponentCaller added in v0.0.7

type ComponentCaller struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ComponentCaller wraps android.app.ComponentCaller.

func (*ComponentCaller) CheckContentUriPermission added in v0.0.7

func (m *ComponentCaller) CheckContentUriPermission(arg0 *jni.Object, arg1 int32) (int32, error)

CheckContentUriPermission calls android.app.ComponentCaller.checkContentUriPermission.

func (*ComponentCaller) Equals added in v0.0.7

func (m *ComponentCaller) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.ComponentCaller.equals.

func (*ComponentCaller) GetPackage added in v0.0.7

func (m *ComponentCaller) GetPackage() (string, error)

GetPackage calls android.app.ComponentCaller.getPackage.

func (*ComponentCaller) GetUid added in v0.0.7

func (m *ComponentCaller) GetUid() (int32, error)

GetUid calls android.app.ComponentCaller.getUid.

func (*ComponentCaller) HashCode added in v0.0.7

func (m *ComponentCaller) HashCode() (int32, error)

HashCode calls android.app.ComponentCaller.hashCode.

type ComponentFactory added in v0.0.7

type ComponentFactory struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ComponentFactory wraps android.app.AppComponentFactory.

func NewComponentFactory added in v0.0.7

func NewComponentFactory(vm *jni.VM) (*ComponentFactory, error)

NewComponentFactory creates a new android.app.AppComponentFactory instance.

func (*ComponentFactory) InstantiateActivity added in v0.0.7

func (m *ComponentFactory) InstantiateActivity(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

InstantiateActivity calls android.app.AppComponentFactory.instantiateActivity.

func (*ComponentFactory) InstantiateApplication added in v0.0.7

func (m *ComponentFactory) InstantiateApplication(arg0 *jni.Object, arg1 string) (*jni.Object, error)

InstantiateApplication calls android.app.AppComponentFactory.instantiateApplication.

func (*ComponentFactory) InstantiateClassLoader added in v0.0.7

func (m *ComponentFactory) InstantiateClassLoader(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

InstantiateClassLoader calls android.app.AppComponentFactory.instantiateClassLoader.

func (*ComponentFactory) InstantiateProvider added in v0.0.7

func (m *ComponentFactory) InstantiateProvider(arg0 *jni.Object, arg1 string) (*jni.Object, error)

InstantiateProvider calls android.app.AppComponentFactory.instantiateProvider.

func (*ComponentFactory) InstantiateReceiver added in v0.0.7

func (m *ComponentFactory) InstantiateReceiver(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

InstantiateReceiver calls android.app.AppComponentFactory.instantiateReceiver.

func (*ComponentFactory) InstantiateService added in v0.0.7

func (m *ComponentFactory) InstantiateService(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

InstantiateService calls android.app.AppComponentFactory.instantiateService.

type Context

type Context struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Context wraps android.content.Context.

func ContextFromObject

func ContextFromObject(vm *jni.VM, obj *jni.GlobalRef) (*Context, error)

ContextFromObject wraps an existing Android Context JNI global reference into an app.Context. It creates its own GlobalRef so that calling Close() is safe and will not affect the caller's reference.

func (*Context) BindIsolatedService5 added in v0.0.4

func (m *Context) BindIsolatedService5(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
	arg3 *jni.Object,
	arg4 *jni.Object,
) (bool, error)

BindIsolatedService5 calls android.content.Context.bindIsolatedService.

func (*Context) BindIsolatedService5_1 added in v0.0.4

func (m *Context) BindIsolatedService5_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 string,
	arg3 *jni.Object,
	arg4 *jni.Object,
) (bool, error)

BindIsolatedService5_1 calls android.content.Context.bindIsolatedService.

func (*Context) BindService3_1 added in v0.0.4

func (m *Context) BindService3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (bool, error)

BindService3_1 calls android.content.Context.bindService.

func (*Context) BindService3_2 added in v0.0.4

func (m *Context) BindService3_2(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (bool, error)

BindService3_2 calls android.content.Context.bindService.

func (*Context) BindService4 added in v0.0.4

func (m *Context) BindService4(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (bool, error)

BindService4 calls android.content.Context.bindService.

func (*Context) BindService4_3 added in v0.0.4

func (m *Context) BindService4_3(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (bool, error)

BindService4_3 calls android.content.Context.bindService.

func (*Context) BindServiceAsUser4 added in v0.0.4

func (m *Context) BindServiceAsUser4(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (bool, error)

BindServiceAsUser4 calls android.content.Context.bindServiceAsUser.

func (*Context) BindServiceAsUser4_1 added in v0.0.4

func (m *Context) BindServiceAsUser4_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
) (bool, error)

BindServiceAsUser4_1 calls android.content.Context.bindServiceAsUser.

func (*Context) CheckCallingOrSelfPermission added in v0.0.4

func (m *Context) CheckCallingOrSelfPermission(arg0 string) (int32, error)

CheckCallingOrSelfPermission calls android.content.Context.checkCallingOrSelfPermission.

func (*Context) CheckCallingOrSelfUriPermission added in v0.0.4

func (m *Context) CheckCallingOrSelfUriPermission(arg0 *jni.Object, arg1 int32) (int32, error)

CheckCallingOrSelfUriPermission calls android.content.Context.checkCallingOrSelfUriPermission.

func (*Context) CheckCallingPermission added in v0.0.4

func (m *Context) CheckCallingPermission(arg0 string) (int32, error)

CheckCallingPermission calls android.content.Context.checkCallingPermission.

func (*Context) CheckCallingUriPermission added in v0.0.4

func (m *Context) CheckCallingUriPermission(arg0 *jni.Object, arg1 int32) (int32, error)

CheckCallingUriPermission calls android.content.Context.checkCallingUriPermission.

func (*Context) CheckContentUriPermissionFull added in v0.0.4

func (m *Context) CheckContentUriPermissionFull(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) (int32, error)

CheckContentUriPermissionFull calls android.content.Context.checkContentUriPermissionFull.

func (*Context) CheckPermission added in v0.0.4

func (m *Context) CheckPermission(
	arg0 string,
	arg1 int32,
	arg2 int32,
) (int32, error)

CheckPermission calls android.content.Context.checkPermission.

func (*Context) CheckSelfPermission added in v0.0.4

func (m *Context) CheckSelfPermission(arg0 string) (int32, error)

CheckSelfPermission calls android.content.Context.checkSelfPermission.

func (*Context) CheckUriPermission4 added in v0.0.4

func (m *Context) CheckUriPermission4(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) (int32, error)

CheckUriPermission4 calls android.content.Context.checkUriPermission.

func (*Context) CheckUriPermission6_1 added in v0.0.4

func (m *Context) CheckUriPermission6_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 string,
	arg3 int32,
	arg4 int32,
	arg5 int32,
) (int32, error)

CheckUriPermission6_1 calls android.content.Context.checkUriPermission.

func (*Context) ClearWallpaper added in v0.0.4

func (m *Context) ClearWallpaper() error

ClearWallpaper calls android.content.Context.clearWallpaper.

func (*Context) Close

func (m *Context) Close()

Close releases the GlobalRef held by this Context.

func (*Context) CreateAttributionContext added in v0.0.4

func (m *Context) CreateAttributionContext(arg0 string) (*jni.Object, error)

CreateAttributionContext calls android.content.Context.createAttributionContext.

func (*Context) CreateConfigurationContext added in v0.0.4

func (m *Context) CreateConfigurationContext(arg0 *jni.Object) (*jni.Object, error)

CreateConfigurationContext calls android.content.Context.createConfigurationContext.

func (*Context) CreateContext added in v0.0.4

func (m *Context) CreateContext(arg0 *jni.Object) (*jni.Object, error)

CreateContext calls android.content.Context.createContext.

func (*Context) CreateContextForSplit added in v0.0.4

func (m *Context) CreateContextForSplit(arg0 string) (*jni.Object, error)

CreateContextForSplit calls android.content.Context.createContextForSplit.

func (*Context) CreateDeviceContext added in v0.0.4

func (m *Context) CreateDeviceContext(arg0 int32) (*jni.Object, error)

CreateDeviceContext calls android.content.Context.createDeviceContext.

func (*Context) CreateDeviceProtectedStorageContext added in v0.0.4

func (m *Context) CreateDeviceProtectedStorageContext() (*jni.Object, error)

CreateDeviceProtectedStorageContext calls android.content.Context.createDeviceProtectedStorageContext.

func (*Context) CreateDisplayContext added in v0.0.4

func (m *Context) CreateDisplayContext(arg0 *jni.Object) (*jni.Object, error)

CreateDisplayContext calls android.content.Context.createDisplayContext.

func (*Context) CreatePackageContext added in v0.0.4

func (m *Context) CreatePackageContext(arg0 string, arg1 int32) (*jni.Object, error)

CreatePackageContext calls android.content.Context.createPackageContext.

func (*Context) CreateWindowContext2_1 added in v0.0.4

func (m *Context) CreateWindowContext2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

CreateWindowContext2_1 calls android.content.Context.createWindowContext.

func (*Context) CreateWindowContext3 added in v0.0.4

func (m *Context) CreateWindowContext3(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) (*jni.Object, error)

CreateWindowContext3 calls android.content.Context.createWindowContext.

func (*Context) DatabaseList added in v0.0.4

func (m *Context) DatabaseList() (*jni.Object, error)

DatabaseList calls android.content.Context.databaseList.

func (*Context) DeleteDatabase added in v0.0.4

func (m *Context) DeleteDatabase(arg0 string) (bool, error)

DeleteDatabase calls android.content.Context.deleteDatabase.

func (*Context) DeleteFile added in v0.0.4

func (m *Context) DeleteFile(arg0 string) (bool, error)

DeleteFile calls android.content.Context.deleteFile.

func (*Context) DeleteSharedPreferences added in v0.0.4

func (m *Context) DeleteSharedPreferences(arg0 string) (bool, error)

DeleteSharedPreferences calls android.content.Context.deleteSharedPreferences.

func (*Context) EnforceCallingOrSelfPermission added in v0.0.4

func (m *Context) EnforceCallingOrSelfPermission(arg0 string, arg1 string) error

EnforceCallingOrSelfPermission calls android.content.Context.enforceCallingOrSelfPermission.

func (*Context) EnforceCallingOrSelfUriPermission added in v0.0.4

func (m *Context) EnforceCallingOrSelfUriPermission(
	arg0 *jni.Object,
	arg1 int32,
	arg2 string,
) error

EnforceCallingOrSelfUriPermission calls android.content.Context.enforceCallingOrSelfUriPermission.

func (*Context) EnforceCallingPermission added in v0.0.4

func (m *Context) EnforceCallingPermission(arg0 string, arg1 string) error

EnforceCallingPermission calls android.content.Context.enforceCallingPermission.

func (*Context) EnforceCallingUriPermission added in v0.0.4

func (m *Context) EnforceCallingUriPermission(
	arg0 *jni.Object,
	arg1 int32,
	arg2 string,
) error

EnforceCallingUriPermission calls android.content.Context.enforceCallingUriPermission.

func (*Context) EnforcePermission added in v0.0.4

func (m *Context) EnforcePermission(
	arg0 string,
	arg1 int32,
	arg2 int32,
	arg3 string,
) error

EnforcePermission calls android.content.Context.enforcePermission.

func (*Context) EnforceUriPermission5 added in v0.0.4

func (m *Context) EnforceUriPermission5(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 string,
) error

EnforceUriPermission5 calls android.content.Context.enforceUriPermission.

func (*Context) EnforceUriPermission7_1 added in v0.0.4

func (m *Context) EnforceUriPermission7_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 string,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 string,
) error

EnforceUriPermission7_1 calls android.content.Context.enforceUriPermission.

func (*Context) FileList added in v0.0.4

func (m *Context) FileList() (*jni.Object, error)

FileList calls android.content.Context.fileList.

func (*Context) GetApplicationContext added in v0.0.4

func (m *Context) GetApplicationContext() (*jni.Object, error)

GetApplicationContext calls android.content.Context.getApplicationContext.

func (*Context) GetApplicationInfo added in v0.0.4

func (m *Context) GetApplicationInfo() (*jni.Object, error)

GetApplicationInfo calls android.content.Context.getApplicationInfo.

func (*Context) GetAssets added in v0.0.4

func (m *Context) GetAssets() (*jni.Object, error)

GetAssets calls android.content.Context.getAssets.

func (*Context) GetAttributionSource added in v0.0.4

func (m *Context) GetAttributionSource() (*jni.Object, error)

GetAttributionSource calls android.content.Context.getAttributionSource.

func (*Context) GetAttributionTag added in v0.0.4

func (m *Context) GetAttributionTag() (string, error)

GetAttributionTag calls android.content.Context.getAttributionTag.

func (*Context) GetCacheDir added in v0.0.4

func (m *Context) GetCacheDir() (*jni.Object, error)

GetCacheDir calls android.content.Context.getCacheDir.

func (*Context) GetClassLoader added in v0.0.4

func (m *Context) GetClassLoader() (*jni.Object, error)

GetClassLoader calls android.content.Context.getClassLoader.

func (*Context) GetCodeCacheDir added in v0.0.4

func (m *Context) GetCodeCacheDir() (*jni.Object, error)

GetCodeCacheDir calls android.content.Context.getCodeCacheDir.

func (*Context) GetColor added in v0.0.4

func (m *Context) GetColor(arg0 int32) (int32, error)

GetColor calls android.content.Context.getColor.

func (*Context) GetColorStateList added in v0.0.4

func (m *Context) GetColorStateList(arg0 int32) (*jni.Object, error)

GetColorStateList calls android.content.Context.getColorStateList.

func (*Context) GetContentResolver added in v0.0.4

func (m *Context) GetContentResolver() (*jni.Object, error)

GetContentResolver calls android.content.Context.getContentResolver.

func (*Context) GetDataDir added in v0.0.4

func (m *Context) GetDataDir() (*jni.Object, error)

GetDataDir calls android.content.Context.getDataDir.

func (*Context) GetDatabasePath added in v0.0.4

func (m *Context) GetDatabasePath(arg0 string) (*jni.Object, error)

GetDatabasePath calls android.content.Context.getDatabasePath.

func (*Context) GetDeviceId added in v0.0.4

func (m *Context) GetDeviceId() (int32, error)

GetDeviceId calls android.content.Context.getDeviceId.

func (*Context) GetDir added in v0.0.4

func (m *Context) GetDir(arg0 string, arg1 int32) (*jni.Object, error)

GetDir calls android.content.Context.getDir.

func (*Context) GetDisplay added in v0.0.4

func (m *Context) GetDisplay() (*jni.Object, error)

GetDisplay calls android.content.Context.getDisplay.

func (*Context) GetDrawable added in v0.0.4

func (m *Context) GetDrawable(arg0 int32) (*jni.Object, error)

GetDrawable calls android.content.Context.getDrawable.

func (*Context) GetExternalCacheDir added in v0.0.4

func (m *Context) GetExternalCacheDir() (*jni.Object, error)

GetExternalCacheDir calls android.content.Context.getExternalCacheDir.

func (*Context) GetExternalCacheDirs added in v0.0.4

func (m *Context) GetExternalCacheDirs() (*jni.Object, error)

GetExternalCacheDirs calls android.content.Context.getExternalCacheDirs.

func (*Context) GetExternalFilesDir added in v0.0.4

func (m *Context) GetExternalFilesDir(arg0 string) (*jni.Object, error)

GetExternalFilesDir calls android.content.Context.getExternalFilesDir.

func (*Context) GetExternalFilesDirs added in v0.0.4

func (m *Context) GetExternalFilesDirs(arg0 string) (*jni.Object, error)

GetExternalFilesDirs calls android.content.Context.getExternalFilesDirs.

func (*Context) GetExternalMediaDirs added in v0.0.4

func (m *Context) GetExternalMediaDirs() (*jni.Object, error)

GetExternalMediaDirs calls android.content.Context.getExternalMediaDirs.

func (*Context) GetFileStreamPath added in v0.0.4

func (m *Context) GetFileStreamPath(arg0 string) (*jni.Object, error)

GetFileStreamPath calls android.content.Context.getFileStreamPath.

func (*Context) GetFilesDir added in v0.0.4

func (m *Context) GetFilesDir() (*jni.Object, error)

GetFilesDir calls android.content.Context.getFilesDir.

func (*Context) GetMainExecutor added in v0.0.4

func (m *Context) GetMainExecutor() (*jni.Object, error)

GetMainExecutor calls android.content.Context.getMainExecutor.

func (*Context) GetMainLooper added in v0.0.4

func (m *Context) GetMainLooper() (*jni.Object, error)

GetMainLooper calls android.content.Context.getMainLooper.

func (*Context) GetNoBackupFilesDir added in v0.0.4

func (m *Context) GetNoBackupFilesDir() (*jni.Object, error)

GetNoBackupFilesDir calls android.content.Context.getNoBackupFilesDir.

func (*Context) GetObbDir added in v0.0.4

func (m *Context) GetObbDir() (*jni.Object, error)

GetObbDir calls android.content.Context.getObbDir.

func (*Context) GetObbDirs added in v0.0.4

func (m *Context) GetObbDirs() (*jni.Object, error)

GetObbDirs calls android.content.Context.getObbDirs.

func (*Context) GetOpPackageName added in v0.0.4

func (m *Context) GetOpPackageName() (string, error)

GetOpPackageName calls android.content.Context.getOpPackageName.

func (*Context) GetPackageCodePath added in v0.0.4

func (m *Context) GetPackageCodePath() (string, error)

GetPackageCodePath calls android.content.Context.getPackageCodePath.

func (*Context) GetPackageManager added in v0.0.4

func (m *Context) GetPackageManager() (*jni.Object, error)

GetPackageManager calls android.content.Context.getPackageManager.

func (*Context) GetPackageName added in v0.0.4

func (m *Context) GetPackageName() (string, error)

GetPackageName calls android.content.Context.getPackageName.

func (*Context) GetPackageResourcePath added in v0.0.4

func (m *Context) GetPackageResourcePath() (string, error)

GetPackageResourcePath calls android.content.Context.getPackageResourcePath.

func (*Context) GetParams added in v0.0.4

func (m *Context) GetParams() (*jni.Object, error)

GetParams calls android.content.Context.getParams.

func (*Context) GetResources added in v0.0.4

func (m *Context) GetResources() (*jni.Object, error)

GetResources calls android.content.Context.getResources.

func (*Context) GetSharedPreferences added in v0.0.4

func (m *Context) GetSharedPreferences(arg0 string, arg1 int32) (*jni.Object, error)

GetSharedPreferences calls android.content.Context.getSharedPreferences.

func (*Context) GetString1 added in v0.0.4

func (m *Context) GetString1(arg0 int32) (string, error)

GetString1 calls android.content.Context.getString.

func (*Context) GetString2_1 added in v0.0.4

func (m *Context) GetString2_1(arg0 int32, arg1 *jni.Object) (string, error)

GetString2_1 calls android.content.Context.getString.

func (*Context) GetSystemService

func (m *Context) GetSystemService(arg0 string) (*jni.Object, error)

GetSystemService calls android.content.Context.getSystemService.

func (*Context) GetText added in v0.0.4

func (m *Context) GetText(arg0 int32) (*jni.Object, error)

GetText calls android.content.Context.getText.

func (*Context) GetTheme added in v0.0.4

func (m *Context) GetTheme() (*jni.Object, error)

GetTheme calls android.content.Context.getTheme.

func (*Context) GetWallpaper added in v0.0.4

func (m *Context) GetWallpaper() (*jni.Object, error)

GetWallpaper calls android.content.Context.getWallpaper.

func (*Context) GetWallpaperDesiredMinimumHeight added in v0.0.4

func (m *Context) GetWallpaperDesiredMinimumHeight() (int32, error)

GetWallpaperDesiredMinimumHeight calls android.content.Context.getWallpaperDesiredMinimumHeight.

func (*Context) GetWallpaperDesiredMinimumWidth added in v0.0.4

func (m *Context) GetWallpaperDesiredMinimumWidth() (int32, error)

GetWallpaperDesiredMinimumWidth calls android.content.Context.getWallpaperDesiredMinimumWidth.

func (*Context) GrantUriPermission added in v0.0.4

func (m *Context) GrantUriPermission(
	arg0 string,
	arg1 *jni.Object,
	arg2 int32,
) error

GrantUriPermission calls android.content.Context.grantUriPermission.

func (*Context) IsDeviceProtectedStorage added in v0.0.4

func (m *Context) IsDeviceProtectedStorage() (bool, error)

IsDeviceProtectedStorage calls android.content.Context.isDeviceProtectedStorage.

func (*Context) IsRestricted added in v0.0.4

func (m *Context) IsRestricted() (bool, error)

IsRestricted calls android.content.Context.isRestricted.

func (*Context) IsUiContext added in v0.0.4

func (m *Context) IsUiContext() (bool, error)

IsUiContext calls android.content.Context.isUiContext.

func (*Context) MoveDatabaseFrom added in v0.0.4

func (m *Context) MoveDatabaseFrom(arg0 *jni.Object, arg1 string) (bool, error)

MoveDatabaseFrom calls android.content.Context.moveDatabaseFrom.

func (*Context) MoveSharedPreferencesFrom added in v0.0.4

func (m *Context) MoveSharedPreferencesFrom(arg0 *jni.Object, arg1 string) (bool, error)

MoveSharedPreferencesFrom calls android.content.Context.moveSharedPreferencesFrom.

func (*Context) ObtainStyledAttributes1_3 added in v0.0.4

func (m *Context) ObtainStyledAttributes1_3(arg0 *jni.Object) (*jni.Object, error)

ObtainStyledAttributes1_3 calls android.content.Context.obtainStyledAttributes.

func (*Context) ObtainStyledAttributes2 added in v0.0.4

func (m *Context) ObtainStyledAttributes2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

ObtainStyledAttributes2 calls android.content.Context.obtainStyledAttributes.

func (*Context) ObtainStyledAttributes2_2 added in v0.0.4

func (m *Context) ObtainStyledAttributes2_2(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

ObtainStyledAttributes2_2 calls android.content.Context.obtainStyledAttributes.

func (*Context) ObtainStyledAttributes4_1 added in v0.0.4

func (m *Context) ObtainStyledAttributes4_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

ObtainStyledAttributes4_1 calls android.content.Context.obtainStyledAttributes.

func (*Context) OpenFileInput added in v0.0.4

func (m *Context) OpenFileInput(arg0 string) (*jni.Object, error)

OpenFileInput calls android.content.Context.openFileInput.

func (*Context) OpenFileOutput added in v0.0.4

func (m *Context) OpenFileOutput(arg0 string, arg1 int32) (*jni.Object, error)

OpenFileOutput calls android.content.Context.openFileOutput.

func (*Context) OpenOrCreateDatabase added in v0.0.4

func (m *Context) OpenOrCreateDatabase(
	arg0 string,
	arg1 int32,
	arg2 *jni.Object,
) (*jni.Object, error)

OpenOrCreateDatabase calls android.content.Context.openOrCreateDatabase.

func (*Context) PeekWallpaper added in v0.0.4

func (m *Context) PeekWallpaper() (*jni.Object, error)

PeekWallpaper calls android.content.Context.peekWallpaper.

func (*Context) RegisterComponentCallbacks added in v0.0.4

func (m *Context) RegisterComponentCallbacks(arg0 *jni.Object) error

RegisterComponentCallbacks calls android.content.Context.registerComponentCallbacks.

func (*Context) RegisterDeviceIdChangeListener added in v0.0.4

func (m *Context) RegisterDeviceIdChangeListener(arg0 *jni.Object, arg1 *jni.Object) error

RegisterDeviceIdChangeListener calls android.content.Context.registerDeviceIdChangeListener.

func (*Context) RegisterReceiver2 added in v0.0.4

func (m *Context) RegisterReceiver2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

RegisterReceiver2 calls android.content.Context.registerReceiver.

func (*Context) RegisterReceiver3_1 added in v0.0.4

func (m *Context) RegisterReceiver3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

RegisterReceiver3_1 calls android.content.Context.registerReceiver.

func (*Context) RemoveStickyBroadcast added in v0.0.4

func (m *Context) RemoveStickyBroadcast(arg0 *jni.Object) error

RemoveStickyBroadcast calls android.content.Context.removeStickyBroadcast.

func (*Context) RemoveStickyBroadcastAsUser added in v0.0.4

func (m *Context) RemoveStickyBroadcastAsUser(arg0 *jni.Object, arg1 *jni.Object) error

RemoveStickyBroadcastAsUser calls android.content.Context.removeStickyBroadcastAsUser.

func (*Context) RevokeSelfPermissionOnKill added in v0.0.4

func (m *Context) RevokeSelfPermissionOnKill(arg0 string) error

RevokeSelfPermissionOnKill calls android.content.Context.revokeSelfPermissionOnKill.

func (*Context) RevokeUriPermission2 added in v0.0.4

func (m *Context) RevokeUriPermission2(arg0 *jni.Object, arg1 int32) error

RevokeUriPermission2 calls android.content.Context.revokeUriPermission.

func (*Context) RevokeUriPermission3_1 added in v0.0.4

func (m *Context) RevokeUriPermission3_1(
	arg0 string,
	arg1 *jni.Object,
	arg2 int32,
) error

RevokeUriPermission3_1 calls android.content.Context.revokeUriPermission.

func (*Context) SendBroadcast1 added in v0.0.4

func (m *Context) SendBroadcast1(arg0 *jni.Object) error

SendBroadcast1 calls android.content.Context.sendBroadcast.

func (*Context) SendBroadcast2_1 added in v0.0.4

func (m *Context) SendBroadcast2_1(arg0 *jni.Object, arg1 string) error

SendBroadcast2_1 calls android.content.Context.sendBroadcast.

func (*Context) SendBroadcast3_2 added in v0.0.4

func (m *Context) SendBroadcast3_2(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) error

SendBroadcast3_2 calls android.content.Context.sendBroadcast.

func (*Context) SendBroadcastAsUser2 added in v0.0.4

func (m *Context) SendBroadcastAsUser2(arg0 *jni.Object, arg1 *jni.Object) error

SendBroadcastAsUser2 calls android.content.Context.sendBroadcastAsUser.

func (*Context) SendBroadcastAsUser3_1 added in v0.0.4

func (m *Context) SendBroadcastAsUser3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
) error

SendBroadcastAsUser3_1 calls android.content.Context.sendBroadcastAsUser.

func (*Context) SendBroadcastWithMultiplePermissions added in v0.0.4

func (m *Context) SendBroadcastWithMultiplePermissions(arg0 *jni.Object, arg1 *jni.Object) error

SendBroadcastWithMultiplePermissions calls android.content.Context.sendBroadcastWithMultiplePermissions.

func (*Context) SendOrderedBroadcast2 added in v0.0.4

func (m *Context) SendOrderedBroadcast2(arg0 *jni.Object, arg1 string) error

SendOrderedBroadcast2 calls android.content.Context.sendOrderedBroadcast.

func (*Context) SendOrderedBroadcast3_1 added in v0.0.4

func (m *Context) SendOrderedBroadcast3_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) error

SendOrderedBroadcast3_1 calls android.content.Context.sendOrderedBroadcast.

func (*Context) SendStickyBroadcast1 added in v0.0.4

func (m *Context) SendStickyBroadcast1(arg0 *jni.Object) error

SendStickyBroadcast1 calls android.content.Context.sendStickyBroadcast.

func (*Context) SendStickyBroadcast2_1 added in v0.0.4

func (m *Context) SendStickyBroadcast2_1(arg0 *jni.Object, arg1 *jni.Object) error

SendStickyBroadcast2_1 calls android.content.Context.sendStickyBroadcast.

func (*Context) SendStickyBroadcastAsUser added in v0.0.4

func (m *Context) SendStickyBroadcastAsUser(arg0 *jni.Object, arg1 *jni.Object) error

SendStickyBroadcastAsUser calls android.content.Context.sendStickyBroadcastAsUser.

func (*Context) SetTheme added in v0.0.4

func (m *Context) SetTheme(arg0 int32) error

SetTheme calls android.content.Context.setTheme.

func (*Context) SetWallpaper1 added in v0.0.4

func (m *Context) SetWallpaper1(arg0 *jni.Object) error

SetWallpaper1 calls android.content.Context.setWallpaper.

func (*Context) SetWallpaper1_1 added in v0.0.4

func (m *Context) SetWallpaper1_1(arg0 *jni.Object) error

SetWallpaper1_1 calls android.content.Context.setWallpaper.

func (*Context) StartActivities1 added in v0.0.4

func (m *Context) StartActivities1(arg0 *jni.Object) error

StartActivities1 calls android.content.Context.startActivities.

func (*Context) StartActivities2_1 added in v0.0.4

func (m *Context) StartActivities2_1(arg0 *jni.Object, arg1 *jni.Object) error

StartActivities2_1 calls android.content.Context.startActivities.

func (*Context) StartActivity1 added in v0.0.4

func (m *Context) StartActivity1(arg0 *jni.Object) error

StartActivity1 calls android.content.Context.startActivity.

func (*Context) StartActivity2_1 added in v0.0.4

func (m *Context) StartActivity2_1(arg0 *jni.Object, arg1 *jni.Object) error

StartActivity2_1 calls android.content.Context.startActivity.

func (*Context) StartForegroundService added in v0.0.4

func (m *Context) StartForegroundService(arg0 *jni.Object) (*jni.Object, error)

StartForegroundService calls android.content.Context.startForegroundService.

func (*Context) StartInstrumentation added in v0.0.4

func (m *Context) StartInstrumentation(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (bool, error)

StartInstrumentation calls android.content.Context.startInstrumentation.

func (*Context) StartIntentSender5 added in v0.0.4

func (m *Context) StartIntentSender5(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) error

StartIntentSender5 calls android.content.Context.startIntentSender.

func (*Context) StartIntentSender6_1 added in v0.0.4

func (m *Context) StartIntentSender6_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 *jni.Object,
) error

StartIntentSender6_1 calls android.content.Context.startIntentSender.

func (*Context) StartService added in v0.0.4

func (m *Context) StartService(arg0 *jni.Object) (*jni.Object, error)

StartService calls android.content.Context.startService.

func (*Context) StopService added in v0.0.4

func (m *Context) StopService(arg0 *jni.Object) (bool, error)

StopService calls android.content.Context.stopService.

func (*Context) UnbindService added in v0.0.4

func (m *Context) UnbindService(arg0 *jni.Object) error

UnbindService calls android.content.Context.unbindService.

func (*Context) UnregisterComponentCallbacks added in v0.0.4

func (m *Context) UnregisterComponentCallbacks(arg0 *jni.Object) error

UnregisterComponentCallbacks calls android.content.Context.unregisterComponentCallbacks.

func (*Context) UnregisterDeviceIdChangeListener added in v0.0.4

func (m *Context) UnregisterDeviceIdChangeListener(arg0 *jni.Object) error

UnregisterDeviceIdChangeListener calls android.content.Context.unregisterDeviceIdChangeListener.

func (*Context) UnregisterReceiver added in v0.0.4

func (m *Context) UnregisterReceiver(arg0 *jni.Object) error

UnregisterReceiver calls android.content.Context.unregisterReceiver.

func (*Context) UpdateServiceGroup added in v0.0.4

func (m *Context) UpdateServiceGroup(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

UpdateServiceGroup calls android.content.Context.updateServiceGroup.

type ContextBindServiceFlags added in v0.0.7

type ContextBindServiceFlags struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ContextBindServiceFlags wraps android.content.Context$BindServiceFlags.

func (*ContextBindServiceFlags) Of added in v0.0.7

func (m *ContextBindServiceFlags) Of(arg0 int64) (*jni.Object, error)

Of calls android.content.Context$BindServiceFlags.of.

type DatePickerDialog added in v0.0.7

type DatePickerDialog struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DatePickerDialog wraps android.app.DatePickerDialog.

func NewDatePickerDialog added in v0.0.7

func NewDatePickerDialog(vm *jni.VM, arg0 *jni.Object) (*DatePickerDialog, error)

NewDatePickerDialog creates a new android.app.DatePickerDialog instance.

func (*DatePickerDialog) GetDatePicker added in v0.0.7

func (m *DatePickerDialog) GetDatePicker() (*jni.Object, error)

GetDatePicker calls android.app.DatePickerDialog.getDatePicker.

func (*DatePickerDialog) OnClick added in v0.0.7

func (m *DatePickerDialog) OnClick(arg0 *jni.Object, arg1 int32) error

OnClick calls android.app.DatePickerDialog.onClick.

func (*DatePickerDialog) OnDateChanged added in v0.0.7

func (m *DatePickerDialog) OnDateChanged(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

OnDateChanged calls android.app.DatePickerDialog.onDateChanged.

func (*DatePickerDialog) OnRestoreInstanceState added in v0.0.7

func (m *DatePickerDialog) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.app.DatePickerDialog.onRestoreInstanceState.

func (*DatePickerDialog) OnSaveInstanceState added in v0.0.7

func (m *DatePickerDialog) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.app.DatePickerDialog.onSaveInstanceState.

func (*DatePickerDialog) SetOnDateSetListener added in v0.0.7

func (m *DatePickerDialog) SetOnDateSetListener(arg0 *jni.Object) error

SetOnDateSetListener calls android.app.DatePickerDialog.setOnDateSetListener.

func (*DatePickerDialog) UpdateDate added in v0.0.7

func (m *DatePickerDialog) UpdateDate(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) error

UpdateDate calls android.app.DatePickerDialog.updateDate.

type DatePickerDialogOnDateSetListener added in v0.0.7

type DatePickerDialogOnDateSetListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DatePickerDialogOnDateSetListener wraps android.app.DatePickerDialog$OnDateSetListener.

func (*DatePickerDialogOnDateSetListener) OnDateSet added in v0.0.7

func (m *DatePickerDialogOnDateSetListener) OnDateSet(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

OnDateSet calls android.app.DatePickerDialog$OnDateSetListener.onDateSet.

type Dialog added in v0.0.7

type Dialog struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Dialog wraps android.app.Dialog.

func NewDialog added in v0.0.7

func NewDialog(vm *jni.VM, arg0 *jni.Object) (*Dialog, error)

NewDialog creates a new android.app.Dialog instance.

func (*Dialog) AddContentView added in v0.0.7

func (m *Dialog) AddContentView(arg0 *jni.Object, arg1 *jni.Object) error

AddContentView calls android.app.Dialog.addContentView.

func (*Dialog) Cancel added in v0.0.7

func (m *Dialog) Cancel() error

Cancel calls android.app.Dialog.cancel.

func (*Dialog) CloseOptionsMenu added in v0.0.7

func (m *Dialog) CloseOptionsMenu() error

CloseOptionsMenu calls android.app.Dialog.closeOptionsMenu.

func (*Dialog) Create added in v0.0.7

func (m *Dialog) Create() error

Create calls android.app.Dialog.create.

func (*Dialog) Dismiss added in v0.0.7

func (m *Dialog) Dismiss() error

Dismiss calls android.app.Dialog.dismiss.

func (*Dialog) DispatchGenericMotionEvent added in v0.0.7

func (m *Dialog) DispatchGenericMotionEvent(arg0 *jni.Object) (bool, error)

DispatchGenericMotionEvent calls android.app.Dialog.dispatchGenericMotionEvent.

func (*Dialog) DispatchKeyEvent added in v0.0.7

func (m *Dialog) DispatchKeyEvent(arg0 *jni.Object) (bool, error)

DispatchKeyEvent calls android.app.Dialog.dispatchKeyEvent.

func (*Dialog) DispatchKeyShortcutEvent added in v0.0.7

func (m *Dialog) DispatchKeyShortcutEvent(arg0 *jni.Object) (bool, error)

DispatchKeyShortcutEvent calls android.app.Dialog.dispatchKeyShortcutEvent.

func (*Dialog) DispatchPopulateAccessibilityEvent added in v0.0.7

func (m *Dialog) DispatchPopulateAccessibilityEvent(arg0 *jni.Object) (bool, error)

DispatchPopulateAccessibilityEvent calls android.app.Dialog.dispatchPopulateAccessibilityEvent.

func (*Dialog) DispatchTouchEvent added in v0.0.7

func (m *Dialog) DispatchTouchEvent(arg0 *jni.Object) (bool, error)

DispatchTouchEvent calls android.app.Dialog.dispatchTouchEvent.

func (*Dialog) DispatchTrackballEvent added in v0.0.7

func (m *Dialog) DispatchTrackballEvent(arg0 *jni.Object) (bool, error)

DispatchTrackballEvent calls android.app.Dialog.dispatchTrackballEvent.

func (*Dialog) GetActionBar added in v0.0.7

func (m *Dialog) GetActionBar() (*jni.Object, error)

GetActionBar calls android.app.Dialog.getActionBar.

func (*Dialog) GetContext added in v0.0.7

func (m *Dialog) GetContext() (*jni.Object, error)

GetContext calls android.app.Dialog.getContext.

func (*Dialog) GetCurrentFocus added in v0.0.7

func (m *Dialog) GetCurrentFocus() (*jni.Object, error)

GetCurrentFocus calls android.app.Dialog.getCurrentFocus.

func (*Dialog) GetLayoutInflater added in v0.0.7

func (m *Dialog) GetLayoutInflater() (*jni.Object, error)

GetLayoutInflater calls android.app.Dialog.getLayoutInflater.

func (*Dialog) GetOnBackInvokedDispatcher added in v0.0.7

func (m *Dialog) GetOnBackInvokedDispatcher() (*jni.Object, error)

GetOnBackInvokedDispatcher calls android.app.Dialog.getOnBackInvokedDispatcher.

func (*Dialog) GetOwnerActivity added in v0.0.7

func (m *Dialog) GetOwnerActivity() (*jni.Object, error)

GetOwnerActivity calls android.app.Dialog.getOwnerActivity.

func (*Dialog) GetSearchEvent added in v0.0.7

func (m *Dialog) GetSearchEvent() (*jni.Object, error)

GetSearchEvent calls android.app.Dialog.getSearchEvent.

func (*Dialog) GetVolumeControlStream added in v0.0.7

func (m *Dialog) GetVolumeControlStream() (int32, error)

GetVolumeControlStream calls android.app.Dialog.getVolumeControlStream.

func (*Dialog) GetWindow added in v0.0.7

func (m *Dialog) GetWindow() (*jni.Object, error)

GetWindow calls android.app.Dialog.getWindow.

func (*Dialog) Hide added in v0.0.7

func (m *Dialog) Hide() error

Hide calls android.app.Dialog.hide.

func (*Dialog) InvalidateOptionsMenu added in v0.0.7

func (m *Dialog) InvalidateOptionsMenu() error

InvalidateOptionsMenu calls android.app.Dialog.invalidateOptionsMenu.

func (*Dialog) IsShowing added in v0.0.7

func (m *Dialog) IsShowing() (bool, error)

IsShowing calls android.app.Dialog.isShowing.

func (*Dialog) OnActionModeFinished added in v0.0.7

func (m *Dialog) OnActionModeFinished(arg0 *jni.Object) error

OnActionModeFinished calls android.app.Dialog.onActionModeFinished.

func (*Dialog) OnActionModeStarted added in v0.0.7

func (m *Dialog) OnActionModeStarted(arg0 *jni.Object) error

OnActionModeStarted calls android.app.Dialog.onActionModeStarted.

func (*Dialog) OnAttachedToWindow added in v0.0.7

func (m *Dialog) OnAttachedToWindow() error

OnAttachedToWindow calls android.app.Dialog.onAttachedToWindow.

func (*Dialog) OnBackPressed added in v0.0.7

func (m *Dialog) OnBackPressed() error

OnBackPressed calls android.app.Dialog.onBackPressed.

func (*Dialog) OnContentChanged added in v0.0.7

func (m *Dialog) OnContentChanged() error

OnContentChanged calls android.app.Dialog.onContentChanged.

func (*Dialog) OnContextItemSelected added in v0.0.7

func (m *Dialog) OnContextItemSelected(arg0 *jni.Object) (bool, error)

OnContextItemSelected calls android.app.Dialog.onContextItemSelected.

func (*Dialog) OnContextMenuClosed added in v0.0.7

func (m *Dialog) OnContextMenuClosed(arg0 *jni.Object) error

OnContextMenuClosed calls android.app.Dialog.onContextMenuClosed.

func (*Dialog) OnCreateContextMenu added in v0.0.7

func (m *Dialog) OnCreateContextMenu(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnCreateContextMenu calls android.app.Dialog.onCreateContextMenu.

func (*Dialog) OnCreateOptionsMenu added in v0.0.7

func (m *Dialog) OnCreateOptionsMenu(arg0 *jni.Object) (bool, error)

OnCreateOptionsMenu calls android.app.Dialog.onCreateOptionsMenu.

func (*Dialog) OnCreatePanelMenu added in v0.0.7

func (m *Dialog) OnCreatePanelMenu(arg0 int32, arg1 *jni.Object) (bool, error)

OnCreatePanelMenu calls android.app.Dialog.onCreatePanelMenu.

func (*Dialog) OnCreatePanelView added in v0.0.7

func (m *Dialog) OnCreatePanelView(arg0 int32) (*jni.Object, error)

OnCreatePanelView calls android.app.Dialog.onCreatePanelView.

func (*Dialog) OnDetachedFromWindow added in v0.0.7

func (m *Dialog) OnDetachedFromWindow() error

OnDetachedFromWindow calls android.app.Dialog.onDetachedFromWindow.

func (*Dialog) OnGenericMotionEvent added in v0.0.7

func (m *Dialog) OnGenericMotionEvent(arg0 *jni.Object) (bool, error)

OnGenericMotionEvent calls android.app.Dialog.onGenericMotionEvent.

func (*Dialog) OnKeyDown added in v0.0.7

func (m *Dialog) OnKeyDown(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyDown calls android.app.Dialog.onKeyDown.

func (*Dialog) OnKeyLongPress added in v0.0.7

func (m *Dialog) OnKeyLongPress(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyLongPress calls android.app.Dialog.onKeyLongPress.

func (*Dialog) OnKeyMultiple added in v0.0.7

func (m *Dialog) OnKeyMultiple(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) (bool, error)

OnKeyMultiple calls android.app.Dialog.onKeyMultiple.

func (*Dialog) OnKeyShortcut added in v0.0.7

func (m *Dialog) OnKeyShortcut(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyShortcut calls android.app.Dialog.onKeyShortcut.

func (*Dialog) OnKeyUp added in v0.0.7

func (m *Dialog) OnKeyUp(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyUp calls android.app.Dialog.onKeyUp.

func (*Dialog) OnMenuItemSelected added in v0.0.7

func (m *Dialog) OnMenuItemSelected(arg0 int32, arg1 *jni.Object) (bool, error)

OnMenuItemSelected calls android.app.Dialog.onMenuItemSelected.

func (*Dialog) OnMenuOpened added in v0.0.7

func (m *Dialog) OnMenuOpened(arg0 int32, arg1 *jni.Object) (bool, error)

OnMenuOpened calls android.app.Dialog.onMenuOpened.

func (*Dialog) OnOptionsItemSelected added in v0.0.7

func (m *Dialog) OnOptionsItemSelected(arg0 *jni.Object) (bool, error)

OnOptionsItemSelected calls android.app.Dialog.onOptionsItemSelected.

func (*Dialog) OnOptionsMenuClosed added in v0.0.7

func (m *Dialog) OnOptionsMenuClosed(arg0 *jni.Object) error

OnOptionsMenuClosed calls android.app.Dialog.onOptionsMenuClosed.

func (*Dialog) OnPanelClosed added in v0.0.7

func (m *Dialog) OnPanelClosed(arg0 int32, arg1 *jni.Object) error

OnPanelClosed calls android.app.Dialog.onPanelClosed.

func (*Dialog) OnPrepareOptionsMenu added in v0.0.7

func (m *Dialog) OnPrepareOptionsMenu(arg0 *jni.Object) (bool, error)

OnPrepareOptionsMenu calls android.app.Dialog.onPrepareOptionsMenu.

func (*Dialog) OnPreparePanel added in v0.0.7

func (m *Dialog) OnPreparePanel(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (bool, error)

OnPreparePanel calls android.app.Dialog.onPreparePanel.

func (*Dialog) OnRestoreInstanceState added in v0.0.7

func (m *Dialog) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.app.Dialog.onRestoreInstanceState.

func (*Dialog) OnSaveInstanceState added in v0.0.7

func (m *Dialog) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.app.Dialog.onSaveInstanceState.

func (*Dialog) OnSearchRequested0 added in v0.0.7

func (m *Dialog) OnSearchRequested0() (bool, error)

OnSearchRequested0 calls android.app.Dialog.onSearchRequested.

func (*Dialog) OnSearchRequested1_1 added in v0.0.7

func (m *Dialog) OnSearchRequested1_1(arg0 *jni.Object) (bool, error)

OnSearchRequested1_1 calls android.app.Dialog.onSearchRequested.

func (*Dialog) OnTouchEvent added in v0.0.7

func (m *Dialog) OnTouchEvent(arg0 *jni.Object) (bool, error)

OnTouchEvent calls android.app.Dialog.onTouchEvent.

func (*Dialog) OnTrackballEvent added in v0.0.7

func (m *Dialog) OnTrackballEvent(arg0 *jni.Object) (bool, error)

OnTrackballEvent calls android.app.Dialog.onTrackballEvent.

func (*Dialog) OnWindowAttributesChanged added in v0.0.7

func (m *Dialog) OnWindowAttributesChanged(arg0 *jni.Object) error

OnWindowAttributesChanged calls android.app.Dialog.onWindowAttributesChanged.

func (*Dialog) OnWindowFocusChanged added in v0.0.7

func (m *Dialog) OnWindowFocusChanged(arg0 bool) error

OnWindowFocusChanged calls android.app.Dialog.onWindowFocusChanged.

func (*Dialog) OnWindowStartingActionMode1 added in v0.0.7

func (m *Dialog) OnWindowStartingActionMode1(arg0 *jni.Object) (*jni.Object, error)

OnWindowStartingActionMode1 calls android.app.Dialog.onWindowStartingActionMode.

func (*Dialog) OnWindowStartingActionMode2_1 added in v0.0.7

func (m *Dialog) OnWindowStartingActionMode2_1(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

OnWindowStartingActionMode2_1 calls android.app.Dialog.onWindowStartingActionMode.

func (*Dialog) OpenContextMenu added in v0.0.7

func (m *Dialog) OpenContextMenu(arg0 *jni.Object) error

OpenContextMenu calls android.app.Dialog.openContextMenu.

func (*Dialog) OpenOptionsMenu added in v0.0.7

func (m *Dialog) OpenOptionsMenu() error

OpenOptionsMenu calls android.app.Dialog.openOptionsMenu.

func (*Dialog) RegisterForContextMenu added in v0.0.7

func (m *Dialog) RegisterForContextMenu(arg0 *jni.Object) error

RegisterForContextMenu calls android.app.Dialog.registerForContextMenu.

func (*Dialog) RequestWindowFeature added in v0.0.7

func (m *Dialog) RequestWindowFeature(arg0 int32) (bool, error)

RequestWindowFeature calls android.app.Dialog.requestWindowFeature.

func (*Dialog) SetCancelMessage added in v0.0.7

func (m *Dialog) SetCancelMessage(arg0 *jni.Object) error

SetCancelMessage calls android.app.Dialog.setCancelMessage.

func (*Dialog) SetCancelable added in v0.0.7

func (m *Dialog) SetCancelable(arg0 bool) error

SetCancelable calls android.app.Dialog.setCancelable.

func (*Dialog) SetCanceledOnTouchOutside added in v0.0.7

func (m *Dialog) SetCanceledOnTouchOutside(arg0 bool) error

SetCanceledOnTouchOutside calls android.app.Dialog.setCanceledOnTouchOutside.

func (*Dialog) SetContentView1 added in v0.0.7

func (m *Dialog) SetContentView1(arg0 *jni.Object) error

SetContentView1 calls android.app.Dialog.setContentView.

func (*Dialog) SetContentView1_2 added in v0.0.7

func (m *Dialog) SetContentView1_2(arg0 int32) error

SetContentView1_2 calls android.app.Dialog.setContentView.

func (*Dialog) SetContentView2_1 added in v0.0.7

func (m *Dialog) SetContentView2_1(arg0 *jni.Object, arg1 *jni.Object) error

SetContentView2_1 calls android.app.Dialog.setContentView.

func (*Dialog) SetDismissMessage added in v0.0.7

func (m *Dialog) SetDismissMessage(arg0 *jni.Object) error

SetDismissMessage calls android.app.Dialog.setDismissMessage.

func (*Dialog) SetFeatureDrawable added in v0.0.7

func (m *Dialog) SetFeatureDrawable(arg0 int32, arg1 *jni.Object) error

SetFeatureDrawable calls android.app.Dialog.setFeatureDrawable.

func (*Dialog) SetFeatureDrawableAlpha added in v0.0.7

func (m *Dialog) SetFeatureDrawableAlpha(arg0 int32, arg1 int32) error

SetFeatureDrawableAlpha calls android.app.Dialog.setFeatureDrawableAlpha.

func (*Dialog) SetFeatureDrawableResource added in v0.0.7

func (m *Dialog) SetFeatureDrawableResource(arg0 int32, arg1 int32) error

SetFeatureDrawableResource calls android.app.Dialog.setFeatureDrawableResource.

func (*Dialog) SetFeatureDrawableUri added in v0.0.7

func (m *Dialog) SetFeatureDrawableUri(arg0 int32, arg1 *jni.Object) error

SetFeatureDrawableUri calls android.app.Dialog.setFeatureDrawableUri.

func (*Dialog) SetOnCancelListener added in v0.0.7

func (m *Dialog) SetOnCancelListener(arg0 *jni.Object) error

SetOnCancelListener calls android.app.Dialog.setOnCancelListener.

func (*Dialog) SetOnDismissListener added in v0.0.7

func (m *Dialog) SetOnDismissListener(arg0 *jni.Object) error

SetOnDismissListener calls android.app.Dialog.setOnDismissListener.

func (*Dialog) SetOnKeyListener added in v0.0.7

func (m *Dialog) SetOnKeyListener(arg0 *jni.Object) error

SetOnKeyListener calls android.app.Dialog.setOnKeyListener.

func (*Dialog) SetOnShowListener added in v0.0.7

func (m *Dialog) SetOnShowListener(arg0 *jni.Object) error

SetOnShowListener calls android.app.Dialog.setOnShowListener.

func (*Dialog) SetOwnerActivity added in v0.0.7

func (m *Dialog) SetOwnerActivity(arg0 *jni.Object) error

SetOwnerActivity calls android.app.Dialog.setOwnerActivity.

func (*Dialog) SetTitle1 added in v0.0.7

func (m *Dialog) SetTitle1(arg0 int32) error

SetTitle1 calls android.app.Dialog.setTitle.

func (*Dialog) SetTitle1_1 added in v0.0.7

func (m *Dialog) SetTitle1_1(arg0 string) error

SetTitle1_1 calls android.app.Dialog.setTitle.

func (*Dialog) SetVolumeControlStream added in v0.0.7

func (m *Dialog) SetVolumeControlStream(arg0 int32) error

SetVolumeControlStream calls android.app.Dialog.setVolumeControlStream.

func (*Dialog) Show added in v0.0.7

func (m *Dialog) Show() error

Show calls android.app.Dialog.show.

func (*Dialog) TakeKeyEvents added in v0.0.7

func (m *Dialog) TakeKeyEvents(arg0 bool) error

TakeKeyEvents calls android.app.Dialog.takeKeyEvents.

func (*Dialog) UnregisterForContextMenu added in v0.0.7

func (m *Dialog) UnregisterForContextMenu(arg0 *jni.Object) error

UnregisterForContextMenu calls android.app.Dialog.unregisterForContextMenu.

type DialogFragment added in v0.0.7

type DialogFragment struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DialogFragment wraps android.app.DialogFragment.

func NewDialogFragment added in v0.0.7

func NewDialogFragment(vm *jni.VM) (*DialogFragment, error)

NewDialogFragment creates a new android.app.DialogFragment instance.

func (*DialogFragment) Dismiss added in v0.0.7

func (m *DialogFragment) Dismiss() error

Dismiss calls android.app.DialogFragment.dismiss.

func (*DialogFragment) DismissAllowingStateLoss added in v0.0.7

func (m *DialogFragment) DismissAllowingStateLoss() error

DismissAllowingStateLoss calls android.app.DialogFragment.dismissAllowingStateLoss.

func (*DialogFragment) Dump added in v0.0.7

func (m *DialogFragment) Dump(
	arg0 string,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

Dump calls android.app.DialogFragment.dump.

func (*DialogFragment) GetDialog added in v0.0.7

func (m *DialogFragment) GetDialog() (*jni.Object, error)

GetDialog calls android.app.DialogFragment.getDialog.

func (*DialogFragment) GetShowsDialog added in v0.0.7

func (m *DialogFragment) GetShowsDialog() (bool, error)

GetShowsDialog calls android.app.DialogFragment.getShowsDialog.

func (*DialogFragment) GetTheme added in v0.0.7

func (m *DialogFragment) GetTheme() (int32, error)

GetTheme calls android.app.DialogFragment.getTheme.

func (*DialogFragment) IsCancelable added in v0.0.7

func (m *DialogFragment) IsCancelable() (bool, error)

IsCancelable calls android.app.DialogFragment.isCancelable.

func (*DialogFragment) OnActivityCreated added in v0.0.7

func (m *DialogFragment) OnActivityCreated(arg0 *jni.Object) error

OnActivityCreated calls android.app.DialogFragment.onActivityCreated.

func (*DialogFragment) OnAttach added in v0.0.7

func (m *DialogFragment) OnAttach(arg0 *jni.Object) error

OnAttach calls android.app.DialogFragment.onAttach.

func (*DialogFragment) OnCancel added in v0.0.7

func (m *DialogFragment) OnCancel(arg0 *jni.Object) error

OnCancel calls android.app.DialogFragment.onCancel.

func (*DialogFragment) OnCreate added in v0.0.7

func (m *DialogFragment) OnCreate(arg0 *jni.Object) error

OnCreate calls android.app.DialogFragment.onCreate.

func (*DialogFragment) OnCreateDialog added in v0.0.7

func (m *DialogFragment) OnCreateDialog(arg0 *jni.Object) (*jni.Object, error)

OnCreateDialog calls android.app.DialogFragment.onCreateDialog.

func (*DialogFragment) OnDestroyView added in v0.0.7

func (m *DialogFragment) OnDestroyView() error

OnDestroyView calls android.app.DialogFragment.onDestroyView.

func (*DialogFragment) OnDetach added in v0.0.7

func (m *DialogFragment) OnDetach() error

OnDetach calls android.app.DialogFragment.onDetach.

func (*DialogFragment) OnDismiss added in v0.0.7

func (m *DialogFragment) OnDismiss(arg0 *jni.Object) error

OnDismiss calls android.app.DialogFragment.onDismiss.

func (*DialogFragment) OnGetLayoutInflater added in v0.0.7

func (m *DialogFragment) OnGetLayoutInflater(arg0 *jni.Object) (*jni.Object, error)

OnGetLayoutInflater calls android.app.DialogFragment.onGetLayoutInflater.

func (*DialogFragment) OnSaveInstanceState added in v0.0.7

func (m *DialogFragment) OnSaveInstanceState(arg0 *jni.Object) error

OnSaveInstanceState calls android.app.DialogFragment.onSaveInstanceState.

func (*DialogFragment) OnStart added in v0.0.7

func (m *DialogFragment) OnStart() error

OnStart calls android.app.DialogFragment.onStart.

func (*DialogFragment) OnStop added in v0.0.7

func (m *DialogFragment) OnStop() error

OnStop calls android.app.DialogFragment.onStop.

func (*DialogFragment) SetCancelable added in v0.0.7

func (m *DialogFragment) SetCancelable(arg0 bool) error

SetCancelable calls android.app.DialogFragment.setCancelable.

func (*DialogFragment) SetShowsDialog added in v0.0.7

func (m *DialogFragment) SetShowsDialog(arg0 bool) error

SetShowsDialog calls android.app.DialogFragment.setShowsDialog.

func (*DialogFragment) SetStyle added in v0.0.7

func (m *DialogFragment) SetStyle(arg0 int32, arg1 int32) error

SetStyle calls android.app.DialogFragment.setStyle.

func (*DialogFragment) Show2 added in v0.0.7

func (m *DialogFragment) Show2(arg0 *jni.Object, arg1 string) error

Show2 calls android.app.DialogFragment.show.

func (*DialogFragment) Show2_1 added in v0.0.7

func (m *DialogFragment) Show2_1(arg0 *jni.Object, arg1 string) (int32, error)

Show2_1 calls android.app.DialogFragment.show.

type DirectAction added in v0.0.7

type DirectAction struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DirectAction wraps android.app.DirectAction.

func (*DirectAction) DescribeContents added in v0.0.7

func (m *DirectAction) DescribeContents() (int32, error)

DescribeContents calls android.app.DirectAction.describeContents.

func (*DirectAction) Equals added in v0.0.7

func (m *DirectAction) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.DirectAction.equals.

func (*DirectAction) GetExtras added in v0.0.7

func (m *DirectAction) GetExtras() (*jni.Object, error)

GetExtras calls android.app.DirectAction.getExtras.

func (*DirectAction) GetId added in v0.0.7

func (m *DirectAction) GetId() (string, error)

GetId calls android.app.DirectAction.getId.

func (*DirectAction) GetLocusId added in v0.0.7

func (m *DirectAction) GetLocusId() (*jni.Object, error)

GetLocusId calls android.app.DirectAction.getLocusId.

func (*DirectAction) HashCode added in v0.0.7

func (m *DirectAction) HashCode() (int32, error)

HashCode calls android.app.DirectAction.hashCode.

func (*DirectAction) WriteToParcel added in v0.0.7

func (m *DirectAction) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.DirectAction.writeToParcel.

type DirectActionBuilder added in v0.0.7

type DirectActionBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DirectActionBuilder wraps android.app.DirectAction$Builder.

func (*DirectActionBuilder) Build added in v0.0.7

func (m *DirectActionBuilder) Build() (*jni.Object, error)

Build calls android.app.DirectAction$Builder.build.

func (*DirectActionBuilder) SetExtras added in v0.0.7

func (m *DirectActionBuilder) SetExtras(arg0 *jni.Object) (*jni.Object, error)

SetExtras calls android.app.DirectAction$Builder.setExtras.

func (*DirectActionBuilder) SetLocusId added in v0.0.7

func (m *DirectActionBuilder) SetLocusId(arg0 *jni.Object) (*jni.Object, error)

SetLocusId calls android.app.DirectAction$Builder.setLocusId.

type ExpandableListActivity added in v0.0.7

type ExpandableListActivity struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ExpandableListActivity wraps android.app.ExpandableListActivity.

func NewExpandableListActivity added in v0.0.7

func NewExpandableListActivity(vm *jni.VM) (*ExpandableListActivity, error)

NewExpandableListActivity creates a new android.app.ExpandableListActivity instance.

func (*ExpandableListActivity) GetExpandableListAdapter added in v0.0.7

func (m *ExpandableListActivity) GetExpandableListAdapter() (*jni.Object, error)

GetExpandableListAdapter calls android.app.ExpandableListActivity.getExpandableListAdapter.

func (*ExpandableListActivity) GetExpandableListView added in v0.0.7

func (m *ExpandableListActivity) GetExpandableListView() (*jni.Object, error)

GetExpandableListView calls android.app.ExpandableListActivity.getExpandableListView.

func (*ExpandableListActivity) GetSelectedId added in v0.0.7

func (m *ExpandableListActivity) GetSelectedId() (int64, error)

GetSelectedId calls android.app.ExpandableListActivity.getSelectedId.

func (*ExpandableListActivity) GetSelectedPosition added in v0.0.7

func (m *ExpandableListActivity) GetSelectedPosition() (int64, error)

GetSelectedPosition calls android.app.ExpandableListActivity.getSelectedPosition.

func (*ExpandableListActivity) OnChildClick added in v0.0.7

func (m *ExpandableListActivity) OnChildClick(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int64,
) (bool, error)

OnChildClick calls android.app.ExpandableListActivity.onChildClick.

func (*ExpandableListActivity) OnContentChanged added in v0.0.7

func (m *ExpandableListActivity) OnContentChanged() error

OnContentChanged calls android.app.ExpandableListActivity.onContentChanged.

func (*ExpandableListActivity) OnCreateContextMenu added in v0.0.7

func (m *ExpandableListActivity) OnCreateContextMenu(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnCreateContextMenu calls android.app.ExpandableListActivity.onCreateContextMenu.

func (*ExpandableListActivity) OnGroupCollapse added in v0.0.7

func (m *ExpandableListActivity) OnGroupCollapse(arg0 int32) error

OnGroupCollapse calls android.app.ExpandableListActivity.onGroupCollapse.

func (*ExpandableListActivity) OnGroupExpand added in v0.0.7

func (m *ExpandableListActivity) OnGroupExpand(arg0 int32) error

OnGroupExpand calls android.app.ExpandableListActivity.onGroupExpand.

func (*ExpandableListActivity) SetListAdapter added in v0.0.7

func (m *ExpandableListActivity) SetListAdapter(arg0 *jni.Object) error

SetListAdapter calls android.app.ExpandableListActivity.setListAdapter.

func (*ExpandableListActivity) SetSelectedChild added in v0.0.7

func (m *ExpandableListActivity) SetSelectedChild(
	arg0 int32,
	arg1 int32,
	arg2 bool,
) (bool, error)

SetSelectedChild calls android.app.ExpandableListActivity.setSelectedChild.

func (*ExpandableListActivity) SetSelectedGroup added in v0.0.7

func (m *ExpandableListActivity) SetSelectedGroup(arg0 int32) error

SetSelectedGroup calls android.app.ExpandableListActivity.setSelectedGroup.

type ForegroundServiceStartNotAllowedException added in v0.0.7

type ForegroundServiceStartNotAllowedException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ForegroundServiceStartNotAllowedException wraps android.app.ForegroundServiceStartNotAllowedException.

func NewForegroundServiceStartNotAllowedException added in v0.0.7

func NewForegroundServiceStartNotAllowedException(vm *jni.VM, arg0 string) (*ForegroundServiceStartNotAllowedException, error)

NewForegroundServiceStartNotAllowedException creates a new android.app.ForegroundServiceStartNotAllowedException instance.

func (*ForegroundServiceStartNotAllowedException) DescribeContents added in v0.0.7

func (m *ForegroundServiceStartNotAllowedException) DescribeContents() (int32, error)

DescribeContents calls android.app.ForegroundServiceStartNotAllowedException.describeContents.

func (*ForegroundServiceStartNotAllowedException) WriteToParcel added in v0.0.7

func (m *ForegroundServiceStartNotAllowedException) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.ForegroundServiceStartNotAllowedException.writeToParcel.

type Fragment added in v0.0.7

type Fragment struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Fragment wraps android.app.Fragment.

func NewFragment added in v0.0.7

func NewFragment(vm *jni.VM) (*Fragment, error)

NewFragment creates a new android.app.Fragment instance.

func (*Fragment) Dump added in v0.0.7

func (m *Fragment) Dump(
	arg0 string,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

Dump calls android.app.Fragment.dump.

func (*Fragment) Equals added in v0.0.7

func (m *Fragment) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.Fragment.equals.

func (*Fragment) GetActivity added in v0.0.7

func (m *Fragment) GetActivity() (*jni.Object, error)

GetActivity calls android.app.Fragment.getActivity.

func (*Fragment) GetAllowEnterTransitionOverlap added in v0.0.7

func (m *Fragment) GetAllowEnterTransitionOverlap() (bool, error)

GetAllowEnterTransitionOverlap calls android.app.Fragment.getAllowEnterTransitionOverlap.

func (*Fragment) GetAllowReturnTransitionOverlap added in v0.0.7

func (m *Fragment) GetAllowReturnTransitionOverlap() (bool, error)

GetAllowReturnTransitionOverlap calls android.app.Fragment.getAllowReturnTransitionOverlap.

func (*Fragment) GetArguments added in v0.0.7

func (m *Fragment) GetArguments() (*jni.Object, error)

GetArguments calls android.app.Fragment.getArguments.

func (*Fragment) GetChildFragmentManager added in v0.0.7

func (m *Fragment) GetChildFragmentManager() (*jni.Object, error)

GetChildFragmentManager calls android.app.Fragment.getChildFragmentManager.

func (*Fragment) GetContext added in v0.0.7

func (m *Fragment) GetContext() (*jni.Object, error)

GetContext calls android.app.Fragment.getContext.

func (*Fragment) GetEnterTransition added in v0.0.7

func (m *Fragment) GetEnterTransition() (*jni.Object, error)

GetEnterTransition calls android.app.Fragment.getEnterTransition.

func (*Fragment) GetExitTransition added in v0.0.7

func (m *Fragment) GetExitTransition() (*jni.Object, error)

GetExitTransition calls android.app.Fragment.getExitTransition.

func (*Fragment) GetFragmentManager added in v0.0.7

func (m *Fragment) GetFragmentManager() (*jni.Object, error)

GetFragmentManager calls android.app.Fragment.getFragmentManager.

func (*Fragment) GetHost added in v0.0.7

func (m *Fragment) GetHost() (*jni.Object, error)

GetHost calls android.app.Fragment.getHost.

func (*Fragment) GetId added in v0.0.7

func (m *Fragment) GetId() (int32, error)

GetId calls android.app.Fragment.getId.

func (*Fragment) GetLayoutInflater added in v0.0.7

func (m *Fragment) GetLayoutInflater() (*jni.Object, error)

GetLayoutInflater calls android.app.Fragment.getLayoutInflater.

func (*Fragment) GetLoaderManager added in v0.0.7

func (m *Fragment) GetLoaderManager() (*jni.Object, error)

GetLoaderManager calls android.app.Fragment.getLoaderManager.

func (*Fragment) GetParentFragment added in v0.0.7

func (m *Fragment) GetParentFragment() (*jni.Object, error)

GetParentFragment calls android.app.Fragment.getParentFragment.

func (*Fragment) GetReenterTransition added in v0.0.7

func (m *Fragment) GetReenterTransition() (*jni.Object, error)

GetReenterTransition calls android.app.Fragment.getReenterTransition.

func (*Fragment) GetResources added in v0.0.7

func (m *Fragment) GetResources() (*jni.Object, error)

GetResources calls android.app.Fragment.getResources.

func (*Fragment) GetRetainInstance added in v0.0.7

func (m *Fragment) GetRetainInstance() (bool, error)

GetRetainInstance calls android.app.Fragment.getRetainInstance.

func (*Fragment) GetReturnTransition added in v0.0.7

func (m *Fragment) GetReturnTransition() (*jni.Object, error)

GetReturnTransition calls android.app.Fragment.getReturnTransition.

func (*Fragment) GetSharedElementEnterTransition added in v0.0.7

func (m *Fragment) GetSharedElementEnterTransition() (*jni.Object, error)

GetSharedElementEnterTransition calls android.app.Fragment.getSharedElementEnterTransition.

func (*Fragment) GetSharedElementReturnTransition added in v0.0.7

func (m *Fragment) GetSharedElementReturnTransition() (*jni.Object, error)

GetSharedElementReturnTransition calls android.app.Fragment.getSharedElementReturnTransition.

func (*Fragment) GetString1 added in v0.0.7

func (m *Fragment) GetString1(arg0 int32) (string, error)

GetString1 calls android.app.Fragment.getString.

func (*Fragment) GetString2_1 added in v0.0.7

func (m *Fragment) GetString2_1(arg0 int32, arg1 *jni.Object) (string, error)

GetString2_1 calls android.app.Fragment.getString.

func (*Fragment) GetTag added in v0.0.7

func (m *Fragment) GetTag() (string, error)

GetTag calls android.app.Fragment.getTag.

func (*Fragment) GetTargetFragment added in v0.0.7

func (m *Fragment) GetTargetFragment() (*jni.Object, error)

GetTargetFragment calls android.app.Fragment.getTargetFragment.

func (*Fragment) GetTargetRequestCode added in v0.0.7

func (m *Fragment) GetTargetRequestCode() (int32, error)

GetTargetRequestCode calls android.app.Fragment.getTargetRequestCode.

func (*Fragment) GetText added in v0.0.7

func (m *Fragment) GetText(arg0 int32) (*jni.Object, error)

GetText calls android.app.Fragment.getText.

func (*Fragment) GetUserVisibleHint added in v0.0.7

func (m *Fragment) GetUserVisibleHint() (bool, error)

GetUserVisibleHint calls android.app.Fragment.getUserVisibleHint.

func (*Fragment) GetView added in v0.0.7

func (m *Fragment) GetView() (*jni.Object, error)

GetView calls android.app.Fragment.getView.

func (*Fragment) HashCode added in v0.0.7

func (m *Fragment) HashCode() (int32, error)

HashCode calls android.app.Fragment.hashCode.

func (*Fragment) Instantiate2 added in v0.0.7

func (m *Fragment) Instantiate2(arg0 *jni.Object, arg1 string) (*jni.Object, error)

Instantiate2 calls android.app.Fragment.instantiate.

func (*Fragment) Instantiate3_1 added in v0.0.7

func (m *Fragment) Instantiate3_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

Instantiate3_1 calls android.app.Fragment.instantiate.

func (*Fragment) IsAdded added in v0.0.7

func (m *Fragment) IsAdded() (bool, error)

IsAdded calls android.app.Fragment.isAdded.

func (*Fragment) IsDetached added in v0.0.7

func (m *Fragment) IsDetached() (bool, error)

IsDetached calls android.app.Fragment.isDetached.

func (*Fragment) IsHidden added in v0.0.7

func (m *Fragment) IsHidden() (bool, error)

IsHidden calls android.app.Fragment.isHidden.

func (*Fragment) IsInLayout added in v0.0.7

func (m *Fragment) IsInLayout() (bool, error)

IsInLayout calls android.app.Fragment.isInLayout.

func (*Fragment) IsRemoving added in v0.0.7

func (m *Fragment) IsRemoving() (bool, error)

IsRemoving calls android.app.Fragment.isRemoving.

func (*Fragment) IsResumed added in v0.0.7

func (m *Fragment) IsResumed() (bool, error)

IsResumed calls android.app.Fragment.isResumed.

func (*Fragment) IsStateSaved added in v0.0.7

func (m *Fragment) IsStateSaved() (bool, error)

IsStateSaved calls android.app.Fragment.isStateSaved.

func (*Fragment) IsVisible added in v0.0.7

func (m *Fragment) IsVisible() (bool, error)

IsVisible calls android.app.Fragment.isVisible.

func (*Fragment) OnActivityCreated added in v0.0.7

func (m *Fragment) OnActivityCreated(arg0 *jni.Object) error

OnActivityCreated calls android.app.Fragment.onActivityCreated.

func (*Fragment) OnActivityResult added in v0.0.7

func (m *Fragment) OnActivityResult(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

OnActivityResult calls android.app.Fragment.onActivityResult.

func (*Fragment) OnAttach1 added in v0.0.7

func (m *Fragment) OnAttach1(arg0 *jni.Object) error

OnAttach1 calls android.app.Fragment.onAttach.

func (*Fragment) OnAttach1_1 added in v0.0.7

func (m *Fragment) OnAttach1_1(arg0 *jni.Object) error

OnAttach1_1 calls android.app.Fragment.onAttach.

func (*Fragment) OnAttachFragment added in v0.0.7

func (m *Fragment) OnAttachFragment(arg0 *jni.Object) error

OnAttachFragment calls android.app.Fragment.onAttachFragment.

func (*Fragment) OnConfigurationChanged added in v0.0.7

func (m *Fragment) OnConfigurationChanged(arg0 *jni.Object) error

OnConfigurationChanged calls android.app.Fragment.onConfigurationChanged.

func (*Fragment) OnContextItemSelected added in v0.0.7

func (m *Fragment) OnContextItemSelected(arg0 *jni.Object) (bool, error)

OnContextItemSelected calls android.app.Fragment.onContextItemSelected.

func (*Fragment) OnCreate added in v0.0.7

func (m *Fragment) OnCreate(arg0 *jni.Object) error

OnCreate calls android.app.Fragment.onCreate.

func (*Fragment) OnCreateAnimator added in v0.0.7

func (m *Fragment) OnCreateAnimator(
	arg0 int32,
	arg1 bool,
	arg2 int32,
) (*jni.Object, error)

OnCreateAnimator calls android.app.Fragment.onCreateAnimator.

func (*Fragment) OnCreateContextMenu added in v0.0.7

func (m *Fragment) OnCreateContextMenu(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnCreateContextMenu calls android.app.Fragment.onCreateContextMenu.

func (*Fragment) OnCreateOptionsMenu added in v0.0.7

func (m *Fragment) OnCreateOptionsMenu(arg0 *jni.Object, arg1 *jni.Object) error

OnCreateOptionsMenu calls android.app.Fragment.onCreateOptionsMenu.

func (*Fragment) OnCreateView added in v0.0.7

func (m *Fragment) OnCreateView(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

OnCreateView calls android.app.Fragment.onCreateView.

func (*Fragment) OnDestroy added in v0.0.7

func (m *Fragment) OnDestroy() error

OnDestroy calls android.app.Fragment.onDestroy.

func (*Fragment) OnDestroyOptionsMenu added in v0.0.7

func (m *Fragment) OnDestroyOptionsMenu() error

OnDestroyOptionsMenu calls android.app.Fragment.onDestroyOptionsMenu.

func (*Fragment) OnDestroyView added in v0.0.7

func (m *Fragment) OnDestroyView() error

OnDestroyView calls android.app.Fragment.onDestroyView.

func (*Fragment) OnDetach added in v0.0.7

func (m *Fragment) OnDetach() error

OnDetach calls android.app.Fragment.onDetach.

func (*Fragment) OnGetLayoutInflater added in v0.0.7

func (m *Fragment) OnGetLayoutInflater(arg0 *jni.Object) (*jni.Object, error)

OnGetLayoutInflater calls android.app.Fragment.onGetLayoutInflater.

func (*Fragment) OnHiddenChanged added in v0.0.7

func (m *Fragment) OnHiddenChanged(arg0 bool) error

OnHiddenChanged calls android.app.Fragment.onHiddenChanged.

func (*Fragment) OnInflate2_2 added in v0.0.7

func (m *Fragment) OnInflate2_2(arg0 *jni.Object, arg1 *jni.Object) error

OnInflate2_2 calls android.app.Fragment.onInflate.

func (*Fragment) OnInflate3 added in v0.0.7

func (m *Fragment) OnInflate3(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnInflate3 calls android.app.Fragment.onInflate.

func (*Fragment) OnInflate3_1 added in v0.0.7

func (m *Fragment) OnInflate3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnInflate3_1 calls android.app.Fragment.onInflate.

func (*Fragment) OnLowMemory added in v0.0.7

func (m *Fragment) OnLowMemory() error

OnLowMemory calls android.app.Fragment.onLowMemory.

func (*Fragment) OnMultiWindowModeChanged1 added in v0.0.7

func (m *Fragment) OnMultiWindowModeChanged1(arg0 bool) error

OnMultiWindowModeChanged1 calls android.app.Fragment.onMultiWindowModeChanged.

func (*Fragment) OnMultiWindowModeChanged2_1 added in v0.0.7

func (m *Fragment) OnMultiWindowModeChanged2_1(arg0 bool, arg1 *jni.Object) error

OnMultiWindowModeChanged2_1 calls android.app.Fragment.onMultiWindowModeChanged.

func (*Fragment) OnOptionsItemSelected added in v0.0.7

func (m *Fragment) OnOptionsItemSelected(arg0 *jni.Object) (bool, error)

OnOptionsItemSelected calls android.app.Fragment.onOptionsItemSelected.

func (*Fragment) OnOptionsMenuClosed added in v0.0.7

func (m *Fragment) OnOptionsMenuClosed(arg0 *jni.Object) error

OnOptionsMenuClosed calls android.app.Fragment.onOptionsMenuClosed.

func (*Fragment) OnPause added in v0.0.7

func (m *Fragment) OnPause() error

OnPause calls android.app.Fragment.onPause.

func (*Fragment) OnPictureInPictureModeChanged1 added in v0.0.7

func (m *Fragment) OnPictureInPictureModeChanged1(arg0 bool) error

OnPictureInPictureModeChanged1 calls android.app.Fragment.onPictureInPictureModeChanged.

func (*Fragment) OnPictureInPictureModeChanged2_1 added in v0.0.7

func (m *Fragment) OnPictureInPictureModeChanged2_1(arg0 bool, arg1 *jni.Object) error

OnPictureInPictureModeChanged2_1 calls android.app.Fragment.onPictureInPictureModeChanged.

func (*Fragment) OnPrepareOptionsMenu added in v0.0.7

func (m *Fragment) OnPrepareOptionsMenu(arg0 *jni.Object) error

OnPrepareOptionsMenu calls android.app.Fragment.onPrepareOptionsMenu.

func (*Fragment) OnRequestPermissionsResult added in v0.0.7

func (m *Fragment) OnRequestPermissionsResult(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnRequestPermissionsResult calls android.app.Fragment.onRequestPermissionsResult.

func (*Fragment) OnResume added in v0.0.7

func (m *Fragment) OnResume() error

OnResume calls android.app.Fragment.onResume.

func (*Fragment) OnSaveInstanceState added in v0.0.7

func (m *Fragment) OnSaveInstanceState(arg0 *jni.Object) error

OnSaveInstanceState calls android.app.Fragment.onSaveInstanceState.

func (*Fragment) OnStart added in v0.0.7

func (m *Fragment) OnStart() error

OnStart calls android.app.Fragment.onStart.

func (*Fragment) OnStop added in v0.0.7

func (m *Fragment) OnStop() error

OnStop calls android.app.Fragment.onStop.

func (*Fragment) OnTrimMemory added in v0.0.7

func (m *Fragment) OnTrimMemory(arg0 int32) error

OnTrimMemory calls android.app.Fragment.onTrimMemory.

func (*Fragment) OnViewCreated added in v0.0.7

func (m *Fragment) OnViewCreated(arg0 *jni.Object, arg1 *jni.Object) error

OnViewCreated calls android.app.Fragment.onViewCreated.

func (*Fragment) OnViewStateRestored added in v0.0.7

func (m *Fragment) OnViewStateRestored(arg0 *jni.Object) error

OnViewStateRestored calls android.app.Fragment.onViewStateRestored.

func (*Fragment) PostponeEnterTransition added in v0.0.7

func (m *Fragment) PostponeEnterTransition() error

PostponeEnterTransition calls android.app.Fragment.postponeEnterTransition.

func (*Fragment) RegisterForContextMenu added in v0.0.7

func (m *Fragment) RegisterForContextMenu(arg0 *jni.Object) error

RegisterForContextMenu calls android.app.Fragment.registerForContextMenu.

func (*Fragment) RequestPermissions added in v0.0.7

func (m *Fragment) RequestPermissions(arg0 *jni.Object, arg1 int32) error

RequestPermissions calls android.app.Fragment.requestPermissions.

func (*Fragment) SetAllowEnterTransitionOverlap added in v0.0.7

func (m *Fragment) SetAllowEnterTransitionOverlap(arg0 bool) error

SetAllowEnterTransitionOverlap calls android.app.Fragment.setAllowEnterTransitionOverlap.

func (*Fragment) SetAllowReturnTransitionOverlap added in v0.0.7

func (m *Fragment) SetAllowReturnTransitionOverlap(arg0 bool) error

SetAllowReturnTransitionOverlap calls android.app.Fragment.setAllowReturnTransitionOverlap.

func (*Fragment) SetArguments added in v0.0.7

func (m *Fragment) SetArguments(arg0 *jni.Object) error

SetArguments calls android.app.Fragment.setArguments.

func (*Fragment) SetEnterSharedElementCallback added in v0.0.7

func (m *Fragment) SetEnterSharedElementCallback(arg0 *jni.Object) error

SetEnterSharedElementCallback calls android.app.Fragment.setEnterSharedElementCallback.

func (*Fragment) SetEnterTransition added in v0.0.7

func (m *Fragment) SetEnterTransition(arg0 *jni.Object) error

SetEnterTransition calls android.app.Fragment.setEnterTransition.

func (*Fragment) SetExitSharedElementCallback added in v0.0.7

func (m *Fragment) SetExitSharedElementCallback(arg0 *jni.Object) error

SetExitSharedElementCallback calls android.app.Fragment.setExitSharedElementCallback.

func (*Fragment) SetExitTransition added in v0.0.7

func (m *Fragment) SetExitTransition(arg0 *jni.Object) error

SetExitTransition calls android.app.Fragment.setExitTransition.

func (*Fragment) SetHasOptionsMenu added in v0.0.7

func (m *Fragment) SetHasOptionsMenu(arg0 bool) error

SetHasOptionsMenu calls android.app.Fragment.setHasOptionsMenu.

func (*Fragment) SetInitialSavedState added in v0.0.7

func (m *Fragment) SetInitialSavedState(arg0 *jni.Object) error

SetInitialSavedState calls android.app.Fragment.setInitialSavedState.

func (*Fragment) SetMenuVisibility added in v0.0.7

func (m *Fragment) SetMenuVisibility(arg0 bool) error

SetMenuVisibility calls android.app.Fragment.setMenuVisibility.

func (*Fragment) SetReenterTransition added in v0.0.7

func (m *Fragment) SetReenterTransition(arg0 *jni.Object) error

SetReenterTransition calls android.app.Fragment.setReenterTransition.

func (*Fragment) SetRetainInstance added in v0.0.7

func (m *Fragment) SetRetainInstance(arg0 bool) error

SetRetainInstance calls android.app.Fragment.setRetainInstance.

func (*Fragment) SetReturnTransition added in v0.0.7

func (m *Fragment) SetReturnTransition(arg0 *jni.Object) error

SetReturnTransition calls android.app.Fragment.setReturnTransition.

func (*Fragment) SetSharedElementEnterTransition added in v0.0.7

func (m *Fragment) SetSharedElementEnterTransition(arg0 *jni.Object) error

SetSharedElementEnterTransition calls android.app.Fragment.setSharedElementEnterTransition.

func (*Fragment) SetSharedElementReturnTransition added in v0.0.7

func (m *Fragment) SetSharedElementReturnTransition(arg0 *jni.Object) error

SetSharedElementReturnTransition calls android.app.Fragment.setSharedElementReturnTransition.

func (*Fragment) SetTargetFragment added in v0.0.7

func (m *Fragment) SetTargetFragment(arg0 *jni.Object, arg1 int32) error

SetTargetFragment calls android.app.Fragment.setTargetFragment.

func (*Fragment) SetUserVisibleHint added in v0.0.7

func (m *Fragment) SetUserVisibleHint(arg0 bool) error

SetUserVisibleHint calls android.app.Fragment.setUserVisibleHint.

func (*Fragment) ShouldShowRequestPermissionRationale added in v0.0.7

func (m *Fragment) ShouldShowRequestPermissionRationale(arg0 string) (bool, error)

ShouldShowRequestPermissionRationale calls android.app.Fragment.shouldShowRequestPermissionRationale.

func (*Fragment) StartActivity1 added in v0.0.7

func (m *Fragment) StartActivity1(arg0 *jni.Object) error

StartActivity1 calls android.app.Fragment.startActivity.

func (*Fragment) StartActivity2_1 added in v0.0.7

func (m *Fragment) StartActivity2_1(arg0 *jni.Object, arg1 *jni.Object) error

StartActivity2_1 calls android.app.Fragment.startActivity.

func (*Fragment) StartActivityForResult2 added in v0.0.7

func (m *Fragment) StartActivityForResult2(arg0 *jni.Object, arg1 int32) error

StartActivityForResult2 calls android.app.Fragment.startActivityForResult.

func (*Fragment) StartActivityForResult3_1 added in v0.0.7

func (m *Fragment) StartActivityForResult3_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

StartActivityForResult3_1 calls android.app.Fragment.startActivityForResult.

func (*Fragment) StartIntentSenderForResult added in v0.0.7

func (m *Fragment) StartIntentSenderForResult(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 *jni.Object,
) error

StartIntentSenderForResult calls android.app.Fragment.startIntentSenderForResult.

func (*Fragment) StartPostponedEnterTransition added in v0.0.7

func (m *Fragment) StartPostponedEnterTransition() error

StartPostponedEnterTransition calls android.app.Fragment.startPostponedEnterTransition.

func (*Fragment) ToString added in v0.0.7

func (m *Fragment) ToString() (string, error)

ToString calls android.app.Fragment.toString.

func (*Fragment) UnregisterForContextMenu added in v0.0.7

func (m *Fragment) UnregisterForContextMenu(arg0 *jni.Object) error

UnregisterForContextMenu calls android.app.Fragment.unregisterForContextMenu.

type FragmentBreadCrumbs added in v0.0.7

type FragmentBreadCrumbs struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FragmentBreadCrumbs wraps android.app.FragmentBreadCrumbs.

func NewFragmentBreadCrumbs added in v0.0.7

func NewFragmentBreadCrumbs(vm *jni.VM, arg0 *jni.Object) (*FragmentBreadCrumbs, error)

NewFragmentBreadCrumbs creates a new android.app.FragmentBreadCrumbs instance.

func (*FragmentBreadCrumbs) OnBackStackChanged added in v0.0.7

func (m *FragmentBreadCrumbs) OnBackStackChanged() error

OnBackStackChanged calls android.app.FragmentBreadCrumbs.onBackStackChanged.

func (*FragmentBreadCrumbs) SetActivity added in v0.0.7

func (m *FragmentBreadCrumbs) SetActivity(arg0 *jni.Object) error

SetActivity calls android.app.FragmentBreadCrumbs.setActivity.

func (*FragmentBreadCrumbs) SetMaxVisible added in v0.0.7

func (m *FragmentBreadCrumbs) SetMaxVisible(arg0 int32) error

SetMaxVisible calls android.app.FragmentBreadCrumbs.setMaxVisible.

func (*FragmentBreadCrumbs) SetOnBreadCrumbClickListener added in v0.0.7

func (m *FragmentBreadCrumbs) SetOnBreadCrumbClickListener(arg0 *jni.Object) error

SetOnBreadCrumbClickListener calls android.app.FragmentBreadCrumbs.setOnBreadCrumbClickListener.

func (*FragmentBreadCrumbs) SetParentTitle added in v0.0.7

func (m *FragmentBreadCrumbs) SetParentTitle(
	arg0 string,
	arg1 string,
	arg2 *jni.Object,
) error

SetParentTitle calls android.app.FragmentBreadCrumbs.setParentTitle.

func (*FragmentBreadCrumbs) SetTitle added in v0.0.7

func (m *FragmentBreadCrumbs) SetTitle(arg0 string, arg1 string) error

SetTitle calls android.app.FragmentBreadCrumbs.setTitle.

type FragmentBreadCrumbsOnBreadCrumbClickListener added in v0.0.7

type FragmentBreadCrumbsOnBreadCrumbClickListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FragmentBreadCrumbsOnBreadCrumbClickListener wraps android.app.FragmentBreadCrumbs$OnBreadCrumbClickListener.

func (*FragmentBreadCrumbsOnBreadCrumbClickListener) OnBreadCrumbClick added in v0.0.7

func (m *FragmentBreadCrumbsOnBreadCrumbClickListener) OnBreadCrumbClick(arg0 *jni.Object, arg1 int32) (bool, error)

OnBreadCrumbClick calls android.app.FragmentBreadCrumbs$OnBreadCrumbClickListener.onBreadCrumbClick.

type FragmentContainer added in v0.0.7

type FragmentContainer struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FragmentContainer wraps android.app.FragmentContainer.

func (*FragmentContainer) OnHasView added in v0.0.7

func (m *FragmentContainer) OnHasView() (bool, error)

OnHasView calls android.app.FragmentContainer.onHasView.

type FragmentController added in v0.0.7

type FragmentController struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FragmentController wraps android.app.FragmentController.

func (*FragmentController) AttachHost added in v0.0.7

func (m *FragmentController) AttachHost(arg0 *jni.Object) error

AttachHost calls android.app.FragmentController.attachHost.

func (*FragmentController) DispatchActivityCreated added in v0.0.7

func (m *FragmentController) DispatchActivityCreated() error

DispatchActivityCreated calls android.app.FragmentController.dispatchActivityCreated.

func (*FragmentController) DispatchConfigurationChanged added in v0.0.7

func (m *FragmentController) DispatchConfigurationChanged(arg0 *jni.Object) error

DispatchConfigurationChanged calls android.app.FragmentController.dispatchConfigurationChanged.

func (*FragmentController) DispatchContextItemSelected added in v0.0.7

func (m *FragmentController) DispatchContextItemSelected(arg0 *jni.Object) (bool, error)

DispatchContextItemSelected calls android.app.FragmentController.dispatchContextItemSelected.

func (*FragmentController) DispatchCreate added in v0.0.7

func (m *FragmentController) DispatchCreate() error

DispatchCreate calls android.app.FragmentController.dispatchCreate.

func (*FragmentController) DispatchCreateOptionsMenu added in v0.0.7

func (m *FragmentController) DispatchCreateOptionsMenu(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

DispatchCreateOptionsMenu calls android.app.FragmentController.dispatchCreateOptionsMenu.

func (*FragmentController) DispatchDestroy added in v0.0.7

func (m *FragmentController) DispatchDestroy() error

DispatchDestroy calls android.app.FragmentController.dispatchDestroy.

func (*FragmentController) DispatchDestroyView added in v0.0.7

func (m *FragmentController) DispatchDestroyView() error

DispatchDestroyView calls android.app.FragmentController.dispatchDestroyView.

func (*FragmentController) DispatchLowMemory added in v0.0.7

func (m *FragmentController) DispatchLowMemory() error

DispatchLowMemory calls android.app.FragmentController.dispatchLowMemory.

func (*FragmentController) DispatchMultiWindowModeChanged1 added in v0.0.7

func (m *FragmentController) DispatchMultiWindowModeChanged1(arg0 bool) error

DispatchMultiWindowModeChanged1 calls android.app.FragmentController.dispatchMultiWindowModeChanged.

func (*FragmentController) DispatchMultiWindowModeChanged2_1 added in v0.0.7

func (m *FragmentController) DispatchMultiWindowModeChanged2_1(arg0 bool, arg1 *jni.Object) error

DispatchMultiWindowModeChanged2_1 calls android.app.FragmentController.dispatchMultiWindowModeChanged.

func (*FragmentController) DispatchOptionsItemSelected added in v0.0.7

func (m *FragmentController) DispatchOptionsItemSelected(arg0 *jni.Object) (bool, error)

DispatchOptionsItemSelected calls android.app.FragmentController.dispatchOptionsItemSelected.

func (*FragmentController) DispatchOptionsMenuClosed added in v0.0.7

func (m *FragmentController) DispatchOptionsMenuClosed(arg0 *jni.Object) error

DispatchOptionsMenuClosed calls android.app.FragmentController.dispatchOptionsMenuClosed.

func (*FragmentController) DispatchPause added in v0.0.7

func (m *FragmentController) DispatchPause() error

DispatchPause calls android.app.FragmentController.dispatchPause.

func (*FragmentController) DispatchPictureInPictureModeChanged1 added in v0.0.7

func (m *FragmentController) DispatchPictureInPictureModeChanged1(arg0 bool) error

DispatchPictureInPictureModeChanged1 calls android.app.FragmentController.dispatchPictureInPictureModeChanged.

func (*FragmentController) DispatchPictureInPictureModeChanged2_1 added in v0.0.7

func (m *FragmentController) DispatchPictureInPictureModeChanged2_1(arg0 bool, arg1 *jni.Object) error

DispatchPictureInPictureModeChanged2_1 calls android.app.FragmentController.dispatchPictureInPictureModeChanged.

func (*FragmentController) DispatchPrepareOptionsMenu added in v0.0.7

func (m *FragmentController) DispatchPrepareOptionsMenu(arg0 *jni.Object) (bool, error)

DispatchPrepareOptionsMenu calls android.app.FragmentController.dispatchPrepareOptionsMenu.

func (*FragmentController) DispatchResume added in v0.0.7

func (m *FragmentController) DispatchResume() error

DispatchResume calls android.app.FragmentController.dispatchResume.

func (*FragmentController) DispatchStart added in v0.0.7

func (m *FragmentController) DispatchStart() error

DispatchStart calls android.app.FragmentController.dispatchStart.

func (*FragmentController) DispatchStop added in v0.0.7

func (m *FragmentController) DispatchStop() error

DispatchStop calls android.app.FragmentController.dispatchStop.

func (*FragmentController) DispatchTrimMemory added in v0.0.7

func (m *FragmentController) DispatchTrimMemory(arg0 int32) error

DispatchTrimMemory calls android.app.FragmentController.dispatchTrimMemory.

func (*FragmentController) DoLoaderDestroy added in v0.0.7

func (m *FragmentController) DoLoaderDestroy() error

DoLoaderDestroy calls android.app.FragmentController.doLoaderDestroy.

func (*FragmentController) DoLoaderStart added in v0.0.7

func (m *FragmentController) DoLoaderStart() error

DoLoaderStart calls android.app.FragmentController.doLoaderStart.

func (*FragmentController) DoLoaderStop added in v0.0.7

func (m *FragmentController) DoLoaderStop(arg0 bool) error

DoLoaderStop calls android.app.FragmentController.doLoaderStop.

func (*FragmentController) DumpLoaders added in v0.0.7

func (m *FragmentController) DumpLoaders(
	arg0 string,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

DumpLoaders calls android.app.FragmentController.dumpLoaders.

func (*FragmentController) ExecPendingActions added in v0.0.7

func (m *FragmentController) ExecPendingActions() (bool, error)

ExecPendingActions calls android.app.FragmentController.execPendingActions.

func (*FragmentController) FindFragmentByWho added in v0.0.7

func (m *FragmentController) FindFragmentByWho(arg0 string) (*jni.Object, error)

FindFragmentByWho calls android.app.FragmentController.findFragmentByWho.

func (*FragmentController) GetFragmentManager added in v0.0.7

func (m *FragmentController) GetFragmentManager() (*jni.Object, error)

GetFragmentManager calls android.app.FragmentController.getFragmentManager.

func (*FragmentController) GetLoaderManager added in v0.0.7

func (m *FragmentController) GetLoaderManager() (*jni.Object, error)

GetLoaderManager calls android.app.FragmentController.getLoaderManager.

func (*FragmentController) NoteStateNotSaved added in v0.0.7

func (m *FragmentController) NoteStateNotSaved() error

NoteStateNotSaved calls android.app.FragmentController.noteStateNotSaved.

func (*FragmentController) OnCreateView added in v0.0.7

func (m *FragmentController) OnCreateView(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (*jni.Object, error)

OnCreateView calls android.app.FragmentController.onCreateView.

func (*FragmentController) ReportLoaderStart added in v0.0.7

func (m *FragmentController) ReportLoaderStart() error

ReportLoaderStart calls android.app.FragmentController.reportLoaderStart.

func (*FragmentController) RestoreAllState added in v0.0.7

func (m *FragmentController) RestoreAllState(arg0 *jni.Object, arg1 *jni.Object) error

RestoreAllState calls android.app.FragmentController.restoreAllState.

func (*FragmentController) RetainNestedNonConfig added in v0.0.7

func (m *FragmentController) RetainNestedNonConfig() (*jni.Object, error)

RetainNestedNonConfig calls android.app.FragmentController.retainNestedNonConfig.

func (*FragmentController) SaveAllState added in v0.0.7

func (m *FragmentController) SaveAllState() (*jni.Object, error)

SaveAllState calls android.app.FragmentController.saveAllState.

type FragmentHostCallback added in v0.0.7

type FragmentHostCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FragmentHostCallback wraps android.app.FragmentHostCallback.

func (*FragmentHostCallback) OnAttachFragment added in v0.0.7

func (m *FragmentHostCallback) OnAttachFragment(arg0 *jni.Object) error

OnAttachFragment calls android.app.FragmentHostCallback.onAttachFragment.

func (*FragmentHostCallback) OnDump added in v0.0.7

func (m *FragmentHostCallback) OnDump(
	arg0 string,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

OnDump calls android.app.FragmentHostCallback.onDump.

func (*FragmentHostCallback) OnGetLayoutInflater added in v0.0.7

func (m *FragmentHostCallback) OnGetLayoutInflater() (*jni.Object, error)

OnGetLayoutInflater calls android.app.FragmentHostCallback.onGetLayoutInflater.

func (*FragmentHostCallback) OnGetWindowAnimations added in v0.0.7

func (m *FragmentHostCallback) OnGetWindowAnimations() (int32, error)

OnGetWindowAnimations calls android.app.FragmentHostCallback.onGetWindowAnimations.

func (*FragmentHostCallback) OnHasView added in v0.0.7

func (m *FragmentHostCallback) OnHasView() (bool, error)

OnHasView calls android.app.FragmentHostCallback.onHasView.

func (*FragmentHostCallback) OnHasWindowAnimations added in v0.0.7

func (m *FragmentHostCallback) OnHasWindowAnimations() (bool, error)

OnHasWindowAnimations calls android.app.FragmentHostCallback.onHasWindowAnimations.

func (*FragmentHostCallback) OnInvalidateOptionsMenu added in v0.0.7

func (m *FragmentHostCallback) OnInvalidateOptionsMenu() error

OnInvalidateOptionsMenu calls android.app.FragmentHostCallback.onInvalidateOptionsMenu.

func (*FragmentHostCallback) OnRequestPermissionsFromFragment added in v0.0.7

func (m *FragmentHostCallback) OnRequestPermissionsFromFragment(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) error

OnRequestPermissionsFromFragment calls android.app.FragmentHostCallback.onRequestPermissionsFromFragment.

func (*FragmentHostCallback) OnShouldSaveFragmentState added in v0.0.7

func (m *FragmentHostCallback) OnShouldSaveFragmentState(arg0 *jni.Object) (bool, error)

OnShouldSaveFragmentState calls android.app.FragmentHostCallback.onShouldSaveFragmentState.

func (*FragmentHostCallback) OnStartActivityFromFragment added in v0.0.7

func (m *FragmentHostCallback) OnStartActivityFromFragment(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
) error

OnStartActivityFromFragment calls android.app.FragmentHostCallback.onStartActivityFromFragment.

func (*FragmentHostCallback) OnStartIntentSenderFromFragment added in v0.0.7

func (m *FragmentHostCallback) OnStartIntentSenderFromFragment(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 *jni.Object,
) error

OnStartIntentSenderFromFragment calls android.app.FragmentHostCallback.onStartIntentSenderFromFragment.

func (*FragmentHostCallback) OnUseFragmentManagerInflaterFactory added in v0.0.7

func (m *FragmentHostCallback) OnUseFragmentManagerInflaterFactory() (bool, error)

OnUseFragmentManagerInflaterFactory calls android.app.FragmentHostCallback.onUseFragmentManagerInflaterFactory.

type FragmentManager added in v0.0.7

type FragmentManager struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FragmentManager wraps android.app.FragmentManager.

func (*FragmentManager) AddOnBackStackChangedListener added in v0.0.7

func (m *FragmentManager) AddOnBackStackChangedListener(arg0 *jni.Object) error

AddOnBackStackChangedListener calls android.app.FragmentManager.addOnBackStackChangedListener.

func (*FragmentManager) BeginTransaction added in v0.0.7

func (m *FragmentManager) BeginTransaction() (*jni.Object, error)

BeginTransaction calls android.app.FragmentManager.beginTransaction.

func (*FragmentManager) Dump added in v0.0.7

func (m *FragmentManager) Dump(
	arg0 string,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

Dump calls android.app.FragmentManager.dump.

func (*FragmentManager) EnableDebugLogging added in v0.0.7

func (m *FragmentManager) EnableDebugLogging(arg0 bool) error

EnableDebugLogging calls android.app.FragmentManager.enableDebugLogging.

func (*FragmentManager) ExecutePendingTransactions added in v0.0.7

func (m *FragmentManager) ExecutePendingTransactions() (bool, error)

ExecutePendingTransactions calls android.app.FragmentManager.executePendingTransactions.

func (*FragmentManager) FindFragmentById added in v0.0.7

func (m *FragmentManager) FindFragmentById(arg0 int32) (*jni.Object, error)

FindFragmentById calls android.app.FragmentManager.findFragmentById.

func (*FragmentManager) FindFragmentByTag added in v0.0.7

func (m *FragmentManager) FindFragmentByTag(arg0 string) (*jni.Object, error)

FindFragmentByTag calls android.app.FragmentManager.findFragmentByTag.

func (*FragmentManager) GetBackStackEntryAt added in v0.0.7

func (m *FragmentManager) GetBackStackEntryAt(arg0 int32) (*jni.Object, error)

GetBackStackEntryAt calls android.app.FragmentManager.getBackStackEntryAt.

func (*FragmentManager) GetBackStackEntryCount added in v0.0.7

func (m *FragmentManager) GetBackStackEntryCount() (int32, error)

GetBackStackEntryCount calls android.app.FragmentManager.getBackStackEntryCount.

func (*FragmentManager) GetFragment added in v0.0.7

func (m *FragmentManager) GetFragment(arg0 *jni.Object, arg1 string) (*jni.Object, error)

GetFragment calls android.app.FragmentManager.getFragment.

func (*FragmentManager) GetPrimaryNavigationFragment added in v0.0.7

func (m *FragmentManager) GetPrimaryNavigationFragment() (*jni.Object, error)

GetPrimaryNavigationFragment calls android.app.FragmentManager.getPrimaryNavigationFragment.

func (*FragmentManager) InvalidateOptionsMenu added in v0.0.7

func (m *FragmentManager) InvalidateOptionsMenu() error

InvalidateOptionsMenu calls android.app.FragmentManager.invalidateOptionsMenu.

func (*FragmentManager) IsDestroyed added in v0.0.7

func (m *FragmentManager) IsDestroyed() (bool, error)

IsDestroyed calls android.app.FragmentManager.isDestroyed.

func (*FragmentManager) IsStateSaved added in v0.0.7

func (m *FragmentManager) IsStateSaved() (bool, error)

IsStateSaved calls android.app.FragmentManager.isStateSaved.

func (*FragmentManager) PopBackStack0 added in v0.0.7

func (m *FragmentManager) PopBackStack0() error

PopBackStack0 calls android.app.FragmentManager.popBackStack.

func (*FragmentManager) PopBackStack2_1 added in v0.0.7

func (m *FragmentManager) PopBackStack2_1(arg0 int32, arg1 int32) error

PopBackStack2_1 calls android.app.FragmentManager.popBackStack.

func (*FragmentManager) PopBackStack2_2 added in v0.0.7

func (m *FragmentManager) PopBackStack2_2(arg0 string, arg1 int32) error

PopBackStack2_2 calls android.app.FragmentManager.popBackStack.

func (*FragmentManager) PopBackStackImmediate0 added in v0.0.7

func (m *FragmentManager) PopBackStackImmediate0() (bool, error)

PopBackStackImmediate0 calls android.app.FragmentManager.popBackStackImmediate.

func (*FragmentManager) PopBackStackImmediate2_1 added in v0.0.7

func (m *FragmentManager) PopBackStackImmediate2_1(arg0 int32, arg1 int32) (bool, error)

PopBackStackImmediate2_1 calls android.app.FragmentManager.popBackStackImmediate.

func (*FragmentManager) PopBackStackImmediate2_2 added in v0.0.7

func (m *FragmentManager) PopBackStackImmediate2_2(arg0 string, arg1 int32) (bool, error)

PopBackStackImmediate2_2 calls android.app.FragmentManager.popBackStackImmediate.

func (*FragmentManager) PutFragment added in v0.0.7

func (m *FragmentManager) PutFragment(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) error

PutFragment calls android.app.FragmentManager.putFragment.

func (*FragmentManager) RegisterFragmentLifecycleCallbacks added in v0.0.7

func (m *FragmentManager) RegisterFragmentLifecycleCallbacks(arg0 *jni.Object, arg1 bool) error

RegisterFragmentLifecycleCallbacks calls android.app.FragmentManager.registerFragmentLifecycleCallbacks.

func (*FragmentManager) RemoveOnBackStackChangedListener added in v0.0.7

func (m *FragmentManager) RemoveOnBackStackChangedListener(arg0 *jni.Object) error

RemoveOnBackStackChangedListener calls android.app.FragmentManager.removeOnBackStackChangedListener.

func (*FragmentManager) SaveFragmentInstanceState added in v0.0.7

func (m *FragmentManager) SaveFragmentInstanceState(arg0 *jni.Object) (*jni.Object, error)

SaveFragmentInstanceState calls android.app.FragmentManager.saveFragmentInstanceState.

func (*FragmentManager) UnregisterFragmentLifecycleCallbacks added in v0.0.7

func (m *FragmentManager) UnregisterFragmentLifecycleCallbacks(arg0 *jni.Object) error

UnregisterFragmentLifecycleCallbacks calls android.app.FragmentManager.unregisterFragmentLifecycleCallbacks.

type FragmentManagerBackStackEntry added in v0.0.7

type FragmentManagerBackStackEntry struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FragmentManagerBackStackEntry wraps android.app.FragmentManager$BackStackEntry.

func (*FragmentManagerBackStackEntry) GetBreadCrumbShortTitle added in v0.0.7

func (m *FragmentManagerBackStackEntry) GetBreadCrumbShortTitle() (*jni.Object, error)

GetBreadCrumbShortTitle calls android.app.FragmentManager$BackStackEntry.getBreadCrumbShortTitle.

func (*FragmentManagerBackStackEntry) GetBreadCrumbShortTitleRes added in v0.0.7

func (m *FragmentManagerBackStackEntry) GetBreadCrumbShortTitleRes() (int32, error)

GetBreadCrumbShortTitleRes calls android.app.FragmentManager$BackStackEntry.getBreadCrumbShortTitleRes.

func (*FragmentManagerBackStackEntry) GetBreadCrumbTitle added in v0.0.7

func (m *FragmentManagerBackStackEntry) GetBreadCrumbTitle() (*jni.Object, error)

GetBreadCrumbTitle calls android.app.FragmentManager$BackStackEntry.getBreadCrumbTitle.

func (*FragmentManagerBackStackEntry) GetBreadCrumbTitleRes added in v0.0.7

func (m *FragmentManagerBackStackEntry) GetBreadCrumbTitleRes() (int32, error)

GetBreadCrumbTitleRes calls android.app.FragmentManager$BackStackEntry.getBreadCrumbTitleRes.

func (*FragmentManagerBackStackEntry) GetId added in v0.0.7

GetId calls android.app.FragmentManager$BackStackEntry.getId.

func (*FragmentManagerBackStackEntry) GetName added in v0.0.7

func (m *FragmentManagerBackStackEntry) GetName() (string, error)

GetName calls android.app.FragmentManager$BackStackEntry.getName.

type FragmentManagerFragmentLifecycleCallbacks added in v0.0.7

type FragmentManagerFragmentLifecycleCallbacks struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FragmentManagerFragmentLifecycleCallbacks wraps android.app.FragmentManager$FragmentLifecycleCallbacks.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentActivityCreated added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentActivityCreated(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnFragmentActivityCreated calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentActivityCreated.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentAttached added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentAttached(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnFragmentAttached calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentAttached.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentCreated added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentCreated(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnFragmentCreated calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentCreated.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentDestroyed added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentDestroyed(arg0 *jni.Object, arg1 *jni.Object) error

OnFragmentDestroyed calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentDestroyed.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentDetached added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentDetached(arg0 *jni.Object, arg1 *jni.Object) error

OnFragmentDetached calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentDetached.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentPaused added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentPaused(arg0 *jni.Object, arg1 *jni.Object) error

OnFragmentPaused calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentPaused.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentPreAttached added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentPreAttached(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnFragmentPreAttached calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentPreAttached.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentPreCreated added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentPreCreated(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnFragmentPreCreated calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentPreCreated.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentResumed added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentResumed(arg0 *jni.Object, arg1 *jni.Object) error

OnFragmentResumed calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentResumed.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentSaveInstanceState added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentSaveInstanceState(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnFragmentSaveInstanceState calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentSaveInstanceState.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentStarted added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentStarted(arg0 *jni.Object, arg1 *jni.Object) error

OnFragmentStarted calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentStarted.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentStopped added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentStopped(arg0 *jni.Object, arg1 *jni.Object) error

OnFragmentStopped calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentStopped.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentViewCreated added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentViewCreated(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

OnFragmentViewCreated calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentViewCreated.

func (*FragmentManagerFragmentLifecycleCallbacks) OnFragmentViewDestroyed added in v0.0.7

func (m *FragmentManagerFragmentLifecycleCallbacks) OnFragmentViewDestroyed(arg0 *jni.Object, arg1 *jni.Object) error

OnFragmentViewDestroyed calls android.app.FragmentManager$FragmentLifecycleCallbacks.onFragmentViewDestroyed.

type FragmentManagerOnBackStackChangedListener added in v0.0.7

type FragmentManagerOnBackStackChangedListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FragmentManagerOnBackStackChangedListener wraps android.app.FragmentManager$OnBackStackChangedListener.

func (*FragmentManagerOnBackStackChangedListener) OnBackStackChanged added in v0.0.7

func (m *FragmentManagerOnBackStackChangedListener) OnBackStackChanged() error

OnBackStackChanged calls android.app.FragmentManager$OnBackStackChangedListener.onBackStackChanged.

type FragmentSavedState added in v0.0.7

type FragmentSavedState struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FragmentSavedState wraps android.app.Fragment$SavedState.

func (*FragmentSavedState) DescribeContents added in v0.0.7

func (m *FragmentSavedState) DescribeContents() (int32, error)

DescribeContents calls android.app.Fragment$SavedState.describeContents.

func (*FragmentSavedState) WriteToParcel added in v0.0.7

func (m *FragmentSavedState) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.Fragment$SavedState.writeToParcel.

type FragmentTransaction added in v0.0.7

type FragmentTransaction struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FragmentTransaction wraps android.app.FragmentTransaction.

func (*FragmentTransaction) Add2 added in v0.0.7

func (m *FragmentTransaction) Add2(arg0 *jni.Object, arg1 string) (*jni.Object, error)

Add2 calls android.app.FragmentTransaction.add.

func (*FragmentTransaction) Add2_1 added in v0.0.7

func (m *FragmentTransaction) Add2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

Add2_1 calls android.app.FragmentTransaction.add.

func (*FragmentTransaction) Add3_2 added in v0.0.7

func (m *FragmentTransaction) Add3_2(
	arg0 int32,
	arg1 *jni.Object,
	arg2 string,
) (*jni.Object, error)

Add3_2 calls android.app.FragmentTransaction.add.

func (*FragmentTransaction) AddSharedElement added in v0.0.7

func (m *FragmentTransaction) AddSharedElement(arg0 *jni.Object, arg1 string) (*jni.Object, error)

AddSharedElement calls android.app.FragmentTransaction.addSharedElement.

func (*FragmentTransaction) AddToBackStack added in v0.0.7

func (m *FragmentTransaction) AddToBackStack(arg0 string) (*jni.Object, error)

AddToBackStack calls android.app.FragmentTransaction.addToBackStack.

func (*FragmentTransaction) Attach added in v0.0.7

func (m *FragmentTransaction) Attach(arg0 *jni.Object) (*jni.Object, error)

Attach calls android.app.FragmentTransaction.attach.

func (*FragmentTransaction) Commit added in v0.0.7

func (m *FragmentTransaction) Commit() (int32, error)

Commit calls android.app.FragmentTransaction.commit.

func (*FragmentTransaction) CommitAllowingStateLoss added in v0.0.7

func (m *FragmentTransaction) CommitAllowingStateLoss() (int32, error)

CommitAllowingStateLoss calls android.app.FragmentTransaction.commitAllowingStateLoss.

func (*FragmentTransaction) CommitNow added in v0.0.7

func (m *FragmentTransaction) CommitNow() error

CommitNow calls android.app.FragmentTransaction.commitNow.

func (*FragmentTransaction) CommitNowAllowingStateLoss added in v0.0.7

func (m *FragmentTransaction) CommitNowAllowingStateLoss() error

CommitNowAllowingStateLoss calls android.app.FragmentTransaction.commitNowAllowingStateLoss.

func (*FragmentTransaction) Detach added in v0.0.7

func (m *FragmentTransaction) Detach(arg0 *jni.Object) (*jni.Object, error)

Detach calls android.app.FragmentTransaction.detach.

func (*FragmentTransaction) DisallowAddToBackStack added in v0.0.7

func (m *FragmentTransaction) DisallowAddToBackStack() (*jni.Object, error)

DisallowAddToBackStack calls android.app.FragmentTransaction.disallowAddToBackStack.

func (*FragmentTransaction) Hide added in v0.0.7

func (m *FragmentTransaction) Hide(arg0 *jni.Object) (*jni.Object, error)

Hide calls android.app.FragmentTransaction.hide.

func (*FragmentTransaction) IsAddToBackStackAllowed added in v0.0.7

func (m *FragmentTransaction) IsAddToBackStackAllowed() (bool, error)

IsAddToBackStackAllowed calls android.app.FragmentTransaction.isAddToBackStackAllowed.

func (*FragmentTransaction) IsEmpty added in v0.0.7

func (m *FragmentTransaction) IsEmpty() (bool, error)

IsEmpty calls android.app.FragmentTransaction.isEmpty.

func (*FragmentTransaction) Remove added in v0.0.7

func (m *FragmentTransaction) Remove(arg0 *jni.Object) (*jni.Object, error)

Remove calls android.app.FragmentTransaction.remove.

func (*FragmentTransaction) Replace2 added in v0.0.7

func (m *FragmentTransaction) Replace2(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

Replace2 calls android.app.FragmentTransaction.replace.

func (*FragmentTransaction) Replace3_1 added in v0.0.7

func (m *FragmentTransaction) Replace3_1(
	arg0 int32,
	arg1 *jni.Object,
	arg2 string,
) (*jni.Object, error)

Replace3_1 calls android.app.FragmentTransaction.replace.

func (*FragmentTransaction) RunOnCommit added in v0.0.7

func (m *FragmentTransaction) RunOnCommit(arg0 *jni.Object) (*jni.Object, error)

RunOnCommit calls android.app.FragmentTransaction.runOnCommit.

func (*FragmentTransaction) SetBreadCrumbShortTitle1 added in v0.0.7

func (m *FragmentTransaction) SetBreadCrumbShortTitle1(arg0 int32) (*jni.Object, error)

SetBreadCrumbShortTitle1 calls android.app.FragmentTransaction.setBreadCrumbShortTitle.

func (*FragmentTransaction) SetBreadCrumbShortTitle1_1 added in v0.0.7

func (m *FragmentTransaction) SetBreadCrumbShortTitle1_1(arg0 string) (*jni.Object, error)

SetBreadCrumbShortTitle1_1 calls android.app.FragmentTransaction.setBreadCrumbShortTitle.

func (*FragmentTransaction) SetBreadCrumbTitle1 added in v0.0.7

func (m *FragmentTransaction) SetBreadCrumbTitle1(arg0 int32) (*jni.Object, error)

SetBreadCrumbTitle1 calls android.app.FragmentTransaction.setBreadCrumbTitle.

func (*FragmentTransaction) SetBreadCrumbTitle1_1 added in v0.0.7

func (m *FragmentTransaction) SetBreadCrumbTitle1_1(arg0 string) (*jni.Object, error)

SetBreadCrumbTitle1_1 calls android.app.FragmentTransaction.setBreadCrumbTitle.

func (*FragmentTransaction) SetCustomAnimations2 added in v0.0.7

func (m *FragmentTransaction) SetCustomAnimations2(arg0 int32, arg1 int32) (*jni.Object, error)

SetCustomAnimations2 calls android.app.FragmentTransaction.setCustomAnimations.

func (*FragmentTransaction) SetCustomAnimations4_1 added in v0.0.7

func (m *FragmentTransaction) SetCustomAnimations4_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

SetCustomAnimations4_1 calls android.app.FragmentTransaction.setCustomAnimations.

func (*FragmentTransaction) SetPrimaryNavigationFragment added in v0.0.7

func (m *FragmentTransaction) SetPrimaryNavigationFragment(arg0 *jni.Object) (*jni.Object, error)

SetPrimaryNavigationFragment calls android.app.FragmentTransaction.setPrimaryNavigationFragment.

func (*FragmentTransaction) SetReorderingAllowed added in v0.0.7

func (m *FragmentTransaction) SetReorderingAllowed(arg0 bool) (*jni.Object, error)

SetReorderingAllowed calls android.app.FragmentTransaction.setReorderingAllowed.

func (*FragmentTransaction) SetTransition added in v0.0.7

func (m *FragmentTransaction) SetTransition(arg0 int32) (*jni.Object, error)

SetTransition calls android.app.FragmentTransaction.setTransition.

func (*FragmentTransaction) SetTransitionStyle added in v0.0.7

func (m *FragmentTransaction) SetTransitionStyle(arg0 int32) (*jni.Object, error)

SetTransitionStyle calls android.app.FragmentTransaction.setTransitionStyle.

func (*FragmentTransaction) Show added in v0.0.7

func (m *FragmentTransaction) Show(arg0 *jni.Object) (*jni.Object, error)

Show calls android.app.FragmentTransaction.show.

type GameManager added in v0.0.7

type GameManager struct {
	VM  *jni.VM
	Ctx *Context
	Obj *jni.GlobalRef
}

GameManager wraps android.app.GameManager.

func NewGameManager added in v0.0.7

func NewGameManager(ctx *Context) (*GameManager, error)

NewGameManager obtains android.app.GameManager from the Android system service manager.

func (*GameManager) Close added in v0.0.7

func (m *GameManager) Close()

Close releases the global reference to the underlying Java object. After Close, the GameManager must not be used.

func (*GameManager) GetGameMode added in v0.0.7

func (m *GameManager) GetGameMode() (int32, error)

GetGameMode calls android.app.GameManager.getGameMode.

func (*GameManager) SetGameState added in v0.0.7

func (m *GameManager) SetGameState(arg0 *jni.Object) error

SetGameState calls android.app.GameManager.setGameState.

type GameState added in v0.0.7

type GameState struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

GameState wraps android.app.GameState.

func NewGameState added in v0.0.7

func NewGameState(vm *jni.VM, arg0 bool, arg1 int32) (*GameState, error)

NewGameState creates a new android.app.GameState instance.

func (*GameState) DescribeContents added in v0.0.7

func (m *GameState) DescribeContents() (int32, error)

DescribeContents calls android.app.GameState.describeContents.

func (*GameState) GetLabel added in v0.0.7

func (m *GameState) GetLabel() (int32, error)

GetLabel calls android.app.GameState.getLabel.

func (*GameState) GetMode added in v0.0.7

func (m *GameState) GetMode() (int32, error)

GetMode calls android.app.GameState.getMode.

func (*GameState) GetQuality added in v0.0.7

func (m *GameState) GetQuality() (int32, error)

GetQuality calls android.app.GameState.getQuality.

func (*GameState) IsLoading added in v0.0.7

func (m *GameState) IsLoading() (bool, error)

IsLoading calls android.app.GameState.isLoading.

func (*GameState) WriteToParcel added in v0.0.7

func (m *GameState) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.GameState.writeToParcel.

type GrammaticalInflectionManager added in v0.0.7

type GrammaticalInflectionManager struct {
	VM  *jni.VM
	Ctx *Context
	Obj *jni.GlobalRef
}

GrammaticalInflectionManager wraps android.app.GrammaticalInflectionManager.

func NewGrammaticalInflectionManager added in v0.0.7

func NewGrammaticalInflectionManager(ctx *Context) (*GrammaticalInflectionManager, error)

NewGrammaticalInflectionManager obtains android.app.GrammaticalInflectionManager from the Android system service manager.

func (*GrammaticalInflectionManager) Close added in v0.0.7

func (m *GrammaticalInflectionManager) Close()

Close releases the global reference to the underlying Java object. After Close, the GrammaticalInflectionManager must not be used.

func (*GrammaticalInflectionManager) GetApplicationGrammaticalGender added in v0.0.7

func (m *GrammaticalInflectionManager) GetApplicationGrammaticalGender() (int32, error)

GetApplicationGrammaticalGender calls android.app.GrammaticalInflectionManager.getApplicationGrammaticalGender.

func (*GrammaticalInflectionManager) GetSystemGrammaticalGender added in v0.0.7

func (m *GrammaticalInflectionManager) GetSystemGrammaticalGender() (int32, error)

GetSystemGrammaticalGender calls android.app.GrammaticalInflectionManager.getSystemGrammaticalGender.

func (*GrammaticalInflectionManager) SetRequestedApplicationGrammaticalGender added in v0.0.7

func (m *GrammaticalInflectionManager) SetRequestedApplicationGrammaticalGender(arg0 int32) error

SetRequestedApplicationGrammaticalGender calls android.app.GrammaticalInflectionManager.setRequestedApplicationGrammaticalGender.

type Instrumentation added in v0.0.7

type Instrumentation struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Instrumentation wraps android.app.Instrumentation.

func NewInstrumentation added in v0.0.7

func NewInstrumentation(vm *jni.VM) (*Instrumentation, error)

NewInstrumentation creates a new android.app.Instrumentation instance.

func (*Instrumentation) AcquireLooperManager added in v0.0.7

func (m *Instrumentation) AcquireLooperManager(arg0 *jni.Object) (*jni.Object, error)

AcquireLooperManager calls android.app.Instrumentation.acquireLooperManager.

func (*Instrumentation) AddMonitor1 added in v0.0.7

func (m *Instrumentation) AddMonitor1(arg0 *jni.Object) error

AddMonitor1 calls android.app.Instrumentation.addMonitor.

func (*Instrumentation) AddMonitor3_1 added in v0.0.7

func (m *Instrumentation) AddMonitor3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
) (*jni.Object, error)

AddMonitor3_1 calls android.app.Instrumentation.addMonitor.

func (*Instrumentation) AddMonitor3_2 added in v0.0.7

func (m *Instrumentation) AddMonitor3_2(
	arg0 string,
	arg1 *jni.Object,
	arg2 bool,
) (*jni.Object, error)

AddMonitor3_2 calls android.app.Instrumentation.addMonitor.

func (*Instrumentation) AddResults added in v0.0.7

func (m *Instrumentation) AddResults(arg0 *jni.Object) error

AddResults calls android.app.Instrumentation.addResults.

func (*Instrumentation) CallActivityOnCreate2 added in v0.0.7

func (m *Instrumentation) CallActivityOnCreate2(arg0 *jni.Object, arg1 *jni.Object) error

CallActivityOnCreate2 calls android.app.Instrumentation.callActivityOnCreate.

func (*Instrumentation) CallActivityOnCreate3_1 added in v0.0.7

func (m *Instrumentation) CallActivityOnCreate3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

CallActivityOnCreate3_1 calls android.app.Instrumentation.callActivityOnCreate.

func (*Instrumentation) CallActivityOnDestroy added in v0.0.7

func (m *Instrumentation) CallActivityOnDestroy(arg0 *jni.Object) error

CallActivityOnDestroy calls android.app.Instrumentation.callActivityOnDestroy.

func (*Instrumentation) CallActivityOnNewIntent2 added in v0.0.7

func (m *Instrumentation) CallActivityOnNewIntent2(arg0 *jni.Object, arg1 *jni.Object) error

CallActivityOnNewIntent2 calls android.app.Instrumentation.callActivityOnNewIntent.

func (*Instrumentation) CallActivityOnNewIntent3_1 added in v0.0.7

func (m *Instrumentation) CallActivityOnNewIntent3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

CallActivityOnNewIntent3_1 calls android.app.Instrumentation.callActivityOnNewIntent.

func (*Instrumentation) CallActivityOnPause added in v0.0.7

func (m *Instrumentation) CallActivityOnPause(arg0 *jni.Object) error

CallActivityOnPause calls android.app.Instrumentation.callActivityOnPause.

func (*Instrumentation) CallActivityOnPictureInPictureRequested added in v0.0.7

func (m *Instrumentation) CallActivityOnPictureInPictureRequested(arg0 *jni.Object) error

CallActivityOnPictureInPictureRequested calls android.app.Instrumentation.callActivityOnPictureInPictureRequested.

func (*Instrumentation) CallActivityOnPostCreate2 added in v0.0.7

func (m *Instrumentation) CallActivityOnPostCreate2(arg0 *jni.Object, arg1 *jni.Object) error

CallActivityOnPostCreate2 calls android.app.Instrumentation.callActivityOnPostCreate.

func (*Instrumentation) CallActivityOnPostCreate3_1 added in v0.0.7

func (m *Instrumentation) CallActivityOnPostCreate3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

CallActivityOnPostCreate3_1 calls android.app.Instrumentation.callActivityOnPostCreate.

func (*Instrumentation) CallActivityOnRestart added in v0.0.7

func (m *Instrumentation) CallActivityOnRestart(arg0 *jni.Object) error

CallActivityOnRestart calls android.app.Instrumentation.callActivityOnRestart.

func (*Instrumentation) CallActivityOnRestoreInstanceState2 added in v0.0.7

func (m *Instrumentation) CallActivityOnRestoreInstanceState2(arg0 *jni.Object, arg1 *jni.Object) error

CallActivityOnRestoreInstanceState2 calls android.app.Instrumentation.callActivityOnRestoreInstanceState.

func (*Instrumentation) CallActivityOnRestoreInstanceState3_1 added in v0.0.7

func (m *Instrumentation) CallActivityOnRestoreInstanceState3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

CallActivityOnRestoreInstanceState3_1 calls android.app.Instrumentation.callActivityOnRestoreInstanceState.

func (*Instrumentation) CallActivityOnResume added in v0.0.7

func (m *Instrumentation) CallActivityOnResume(arg0 *jni.Object) error

CallActivityOnResume calls android.app.Instrumentation.callActivityOnResume.

func (*Instrumentation) CallActivityOnSaveInstanceState2 added in v0.0.7

func (m *Instrumentation) CallActivityOnSaveInstanceState2(arg0 *jni.Object, arg1 *jni.Object) error

CallActivityOnSaveInstanceState2 calls android.app.Instrumentation.callActivityOnSaveInstanceState.

func (*Instrumentation) CallActivityOnSaveInstanceState3_1 added in v0.0.7

func (m *Instrumentation) CallActivityOnSaveInstanceState3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

CallActivityOnSaveInstanceState3_1 calls android.app.Instrumentation.callActivityOnSaveInstanceState.

func (*Instrumentation) CallActivityOnStart added in v0.0.7

func (m *Instrumentation) CallActivityOnStart(arg0 *jni.Object) error

CallActivityOnStart calls android.app.Instrumentation.callActivityOnStart.

func (*Instrumentation) CallActivityOnStop added in v0.0.7

func (m *Instrumentation) CallActivityOnStop(arg0 *jni.Object) error

CallActivityOnStop calls android.app.Instrumentation.callActivityOnStop.

func (*Instrumentation) CallActivityOnUserLeaving added in v0.0.7

func (m *Instrumentation) CallActivityOnUserLeaving(arg0 *jni.Object) error

CallActivityOnUserLeaving calls android.app.Instrumentation.callActivityOnUserLeaving.

func (*Instrumentation) CallApplicationOnCreate added in v0.0.7

func (m *Instrumentation) CallApplicationOnCreate(arg0 *jni.Object) error

CallApplicationOnCreate calls android.app.Instrumentation.callApplicationOnCreate.

func (*Instrumentation) CheckMonitorHit added in v0.0.7

func (m *Instrumentation) CheckMonitorHit(arg0 *jni.Object, arg1 int32) (bool, error)

CheckMonitorHit calls android.app.Instrumentation.checkMonitorHit.

func (*Instrumentation) EndPerformanceSnapshot added in v0.0.7

func (m *Instrumentation) EndPerformanceSnapshot() error

EndPerformanceSnapshot calls android.app.Instrumentation.endPerformanceSnapshot.

func (*Instrumentation) Finish added in v0.0.7

func (m *Instrumentation) Finish(arg0 int32, arg1 *jni.Object) error

Finish calls android.app.Instrumentation.finish.

func (*Instrumentation) GetAllocCounts added in v0.0.7

func (m *Instrumentation) GetAllocCounts() (*jni.Object, error)

GetAllocCounts calls android.app.Instrumentation.getAllocCounts.

func (*Instrumentation) GetBinderCounts added in v0.0.7

func (m *Instrumentation) GetBinderCounts() (*jni.Object, error)

GetBinderCounts calls android.app.Instrumentation.getBinderCounts.

func (*Instrumentation) GetComponentName added in v0.0.7

func (m *Instrumentation) GetComponentName() (*jni.Object, error)

GetComponentName calls android.app.Instrumentation.getComponentName.

func (*Instrumentation) GetContext added in v0.0.7

func (m *Instrumentation) GetContext() (*jni.Object, error)

GetContext calls android.app.Instrumentation.getContext.

func (*Instrumentation) GetProcessName added in v0.0.7

func (m *Instrumentation) GetProcessName() (string, error)

GetProcessName calls android.app.Instrumentation.getProcessName.

func (*Instrumentation) GetTargetContext added in v0.0.7

func (m *Instrumentation) GetTargetContext() (*jni.Object, error)

GetTargetContext calls android.app.Instrumentation.getTargetContext.

func (*Instrumentation) GetUiAutomation0 added in v0.0.7

func (m *Instrumentation) GetUiAutomation0() (*jni.Object, error)

GetUiAutomation0 calls android.app.Instrumentation.getUiAutomation.

func (*Instrumentation) GetUiAutomation1_1 added in v0.0.7

func (m *Instrumentation) GetUiAutomation1_1(arg0 int32) (*jni.Object, error)

GetUiAutomation1_1 calls android.app.Instrumentation.getUiAutomation.

func (*Instrumentation) InvokeContextMenuAction added in v0.0.7

func (m *Instrumentation) InvokeContextMenuAction(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) (bool, error)

InvokeContextMenuAction calls android.app.Instrumentation.invokeContextMenuAction.

func (*Instrumentation) InvokeMenuActionSync added in v0.0.7

func (m *Instrumentation) InvokeMenuActionSync(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) (bool, error)

InvokeMenuActionSync calls android.app.Instrumentation.invokeMenuActionSync.

func (*Instrumentation) IsProfiling added in v0.0.7

func (m *Instrumentation) IsProfiling() (bool, error)

IsProfiling calls android.app.Instrumentation.isProfiling.

func (*Instrumentation) NewActivity added in v0.0.7

func (m *Instrumentation) NewActivity(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

NewActivity calls android.app.Instrumentation.newActivity.

func (*Instrumentation) NewApplication added in v0.0.7

func (m *Instrumentation) NewApplication(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

NewApplication calls android.app.Instrumentation.newApplication.

func (*Instrumentation) OnCreate added in v0.0.7

func (m *Instrumentation) OnCreate(arg0 *jni.Object) error

OnCreate calls android.app.Instrumentation.onCreate.

func (*Instrumentation) OnDestroy added in v0.0.7

func (m *Instrumentation) OnDestroy() error

OnDestroy calls android.app.Instrumentation.onDestroy.

func (*Instrumentation) OnException added in v0.0.7

func (m *Instrumentation) OnException(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

OnException calls android.app.Instrumentation.onException.

func (*Instrumentation) OnStart added in v0.0.7

func (m *Instrumentation) OnStart() error

OnStart calls android.app.Instrumentation.onStart.

func (*Instrumentation) RemoveMonitor added in v0.0.7

func (m *Instrumentation) RemoveMonitor(arg0 *jni.Object) error

RemoveMonitor calls android.app.Instrumentation.removeMonitor.

func (*Instrumentation) ResetInTouchMode added in v0.0.7

func (m *Instrumentation) ResetInTouchMode() error

ResetInTouchMode calls android.app.Instrumentation.resetInTouchMode.

func (*Instrumentation) RunOnMainSync added in v0.0.7

func (m *Instrumentation) RunOnMainSync(arg0 *jni.Object) error

RunOnMainSync calls android.app.Instrumentation.runOnMainSync.

func (*Instrumentation) SendCharacterSync added in v0.0.7

func (m *Instrumentation) SendCharacterSync(arg0 int32) error

SendCharacterSync calls android.app.Instrumentation.sendCharacterSync.

func (*Instrumentation) SendKeyDownUpSync added in v0.0.7

func (m *Instrumentation) SendKeyDownUpSync(arg0 int32) error

SendKeyDownUpSync calls android.app.Instrumentation.sendKeyDownUpSync.

func (*Instrumentation) SendKeySync added in v0.0.7

func (m *Instrumentation) SendKeySync(arg0 *jni.Object) error

SendKeySync calls android.app.Instrumentation.sendKeySync.

func (*Instrumentation) SendPointerSync added in v0.0.7

func (m *Instrumentation) SendPointerSync(arg0 *jni.Object) error

SendPointerSync calls android.app.Instrumentation.sendPointerSync.

func (*Instrumentation) SendStatus added in v0.0.7

func (m *Instrumentation) SendStatus(arg0 int32, arg1 *jni.Object) error

SendStatus calls android.app.Instrumentation.sendStatus.

func (*Instrumentation) SendStringSync added in v0.0.7

func (m *Instrumentation) SendStringSync(arg0 string) error

SendStringSync calls android.app.Instrumentation.sendStringSync.

func (*Instrumentation) SendTrackballEventSync added in v0.0.7

func (m *Instrumentation) SendTrackballEventSync(arg0 *jni.Object) error

SendTrackballEventSync calls android.app.Instrumentation.sendTrackballEventSync.

func (*Instrumentation) SetAutomaticPerformanceSnapshots added in v0.0.7

func (m *Instrumentation) SetAutomaticPerformanceSnapshots() error

SetAutomaticPerformanceSnapshots calls android.app.Instrumentation.setAutomaticPerformanceSnapshots.

func (*Instrumentation) SetInTouchMode added in v0.0.7

func (m *Instrumentation) SetInTouchMode(arg0 bool) error

SetInTouchMode calls android.app.Instrumentation.setInTouchMode.

func (*Instrumentation) Start added in v0.0.7

func (m *Instrumentation) Start() error

Start calls android.app.Instrumentation.start.

func (*Instrumentation) StartActivitySync1 added in v0.0.7

func (m *Instrumentation) StartActivitySync1(arg0 *jni.Object) (*jni.Object, error)

StartActivitySync1 calls android.app.Instrumentation.startActivitySync.

func (*Instrumentation) StartActivitySync2_1 added in v0.0.7

func (m *Instrumentation) StartActivitySync2_1(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

StartActivitySync2_1 calls android.app.Instrumentation.startActivitySync.

func (*Instrumentation) StartAllocCounting added in v0.0.7

func (m *Instrumentation) StartAllocCounting() error

StartAllocCounting calls android.app.Instrumentation.startAllocCounting.

func (*Instrumentation) StartPerformanceSnapshot added in v0.0.7

func (m *Instrumentation) StartPerformanceSnapshot() error

StartPerformanceSnapshot calls android.app.Instrumentation.startPerformanceSnapshot.

func (*Instrumentation) StartProfiling added in v0.0.7

func (m *Instrumentation) StartProfiling() error

StartProfiling calls android.app.Instrumentation.startProfiling.

func (*Instrumentation) StopAllocCounting added in v0.0.7

func (m *Instrumentation) StopAllocCounting() error

StopAllocCounting calls android.app.Instrumentation.stopAllocCounting.

func (*Instrumentation) StopProfiling added in v0.0.7

func (m *Instrumentation) StopProfiling() error

StopProfiling calls android.app.Instrumentation.stopProfiling.

func (*Instrumentation) WaitForIdle added in v0.0.7

func (m *Instrumentation) WaitForIdle(arg0 *jni.Object) error

WaitForIdle calls android.app.Instrumentation.waitForIdle.

func (*Instrumentation) WaitForIdleSync added in v0.0.7

func (m *Instrumentation) WaitForIdleSync() error

WaitForIdleSync calls android.app.Instrumentation.waitForIdleSync.

func (*Instrumentation) WaitForMonitor added in v0.0.7

func (m *Instrumentation) WaitForMonitor(arg0 *jni.Object) (*jni.Object, error)

WaitForMonitor calls android.app.Instrumentation.waitForMonitor.

func (*Instrumentation) WaitForMonitorWithTimeout added in v0.0.7

func (m *Instrumentation) WaitForMonitorWithTimeout(arg0 *jni.Object, arg1 int64) (*jni.Object, error)

WaitForMonitorWithTimeout calls android.app.Instrumentation.waitForMonitorWithTimeout.

type InstrumentationActivityMonitor added in v0.0.7

type InstrumentationActivityMonitor struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InstrumentationActivityMonitor wraps android.app.Instrumentation$ActivityMonitor.

func (*InstrumentationActivityMonitor) GetFilter added in v0.0.7

func (m *InstrumentationActivityMonitor) GetFilter() (*jni.Object, error)

GetFilter calls android.app.Instrumentation$ActivityMonitor.getFilter.

func (*InstrumentationActivityMonitor) GetHits added in v0.0.7

func (m *InstrumentationActivityMonitor) GetHits() (int32, error)

GetHits calls android.app.Instrumentation$ActivityMonitor.getHits.

func (*InstrumentationActivityMonitor) GetLastActivity added in v0.0.7

func (m *InstrumentationActivityMonitor) GetLastActivity() (*jni.Object, error)

GetLastActivity calls android.app.Instrumentation$ActivityMonitor.getLastActivity.

func (*InstrumentationActivityMonitor) GetResult added in v0.0.7

func (m *InstrumentationActivityMonitor) GetResult() (*jni.Object, error)

GetResult calls android.app.Instrumentation$ActivityMonitor.getResult.

func (*InstrumentationActivityMonitor) IsBlocking added in v0.0.7

func (m *InstrumentationActivityMonitor) IsBlocking() (bool, error)

IsBlocking calls android.app.Instrumentation$ActivityMonitor.isBlocking.

func (*InstrumentationActivityMonitor) OnStartActivity added in v0.0.7

func (m *InstrumentationActivityMonitor) OnStartActivity(arg0 *jni.Object) (*jni.Object, error)

OnStartActivity calls android.app.Instrumentation$ActivityMonitor.onStartActivity.

func (*InstrumentationActivityMonitor) WaitForActivity added in v0.0.7

func (m *InstrumentationActivityMonitor) WaitForActivity() (*jni.Object, error)

WaitForActivity calls android.app.Instrumentation$ActivityMonitor.waitForActivity.

func (*InstrumentationActivityMonitor) WaitForActivityWithTimeout added in v0.0.7

func (m *InstrumentationActivityMonitor) WaitForActivityWithTimeout(arg0 int64) (*jni.Object, error)

WaitForActivityWithTimeout calls android.app.Instrumentation$ActivityMonitor.waitForActivityWithTimeout.

type InstrumentationActivityResult added in v0.0.7

type InstrumentationActivityResult struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InstrumentationActivityResult wraps android.app.Instrumentation$ActivityResult.

func (*InstrumentationActivityResult) GetResultCode added in v0.0.7

func (m *InstrumentationActivityResult) GetResultCode() (int32, error)

GetResultCode calls android.app.Instrumentation$ActivityResult.getResultCode.

func (*InstrumentationActivityResult) GetResultData added in v0.0.7

func (m *InstrumentationActivityResult) GetResultData() (*jni.Object, error)

GetResultData calls android.app.Instrumentation$ActivityResult.getResultData.

type Intent added in v0.0.4

type Intent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Intent wraps android.content.Intent.

func NewIntent added in v0.0.4

func NewIntent(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*Intent, error)

NewIntent creates a new android.content.Intent instance.

func (*Intent) AddCategory added in v0.0.4

func (m *Intent) AddCategory(arg0 string) (*jni.Object, error)

AddCategory calls android.content.Intent.addCategory.

func (*Intent) AddFlags added in v0.0.4

func (m *Intent) AddFlags(arg0 int32) (*jni.Object, error)

AddFlags calls android.content.Intent.addFlags.

func (*Intent) Clone added in v0.0.4

func (m *Intent) Clone() (*jni.Object, error)

Clone calls android.content.Intent.clone.

func (*Intent) CloneFilter added in v0.0.4

func (m *Intent) CloneFilter() (*jni.Object, error)

CloneFilter calls android.content.Intent.cloneFilter.

func (*Intent) CreateChooser2 added in v0.0.4

func (m *Intent) CreateChooser2(arg0 *jni.Object, arg1 string) (*jni.Object, error)

CreateChooser2 calls android.content.Intent.createChooser.

func (*Intent) CreateChooser3_1 added in v0.0.4

func (m *Intent) CreateChooser3_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

CreateChooser3_1 calls android.content.Intent.createChooser.

func (*Intent) DescribeContents added in v0.0.4

func (m *Intent) DescribeContents() (int32, error)

DescribeContents calls android.content.Intent.describeContents.

func (*Intent) FillIn added in v0.0.4

func (m *Intent) FillIn(arg0 *jni.Object, arg1 int32) (int32, error)

FillIn calls android.content.Intent.fillIn.

func (*Intent) FilterEquals added in v0.0.4

func (m *Intent) FilterEquals(arg0 *jni.Object) (bool, error)

FilterEquals calls android.content.Intent.filterEquals.

func (*Intent) FilterHashCode added in v0.0.4

func (m *Intent) FilterHashCode() (int32, error)

FilterHashCode calls android.content.Intent.filterHashCode.

func (*Intent) GetAction added in v0.0.4

func (m *Intent) GetAction() (string, error)

GetAction calls android.content.Intent.getAction.

func (*Intent) GetBoolExtra added in v0.0.4

func (i *Intent) GetBoolExtra(
	key string,
	defaultValue bool,
) (bool, error)

GetBoolExtra calls Intent.getBooleanExtra(key, defaultValue).

func (*Intent) GetBooleanArrayExtra added in v0.0.4

func (m *Intent) GetBooleanArrayExtra(arg0 string) (*jni.Object, error)

GetBooleanArrayExtra calls android.content.Intent.getBooleanArrayExtra.

func (*Intent) GetBooleanExtra added in v0.0.4

func (m *Intent) GetBooleanExtra(arg0 string, arg1 bool) (bool, error)

GetBooleanExtra calls android.content.Intent.getBooleanExtra.

func (*Intent) GetBundleExtra added in v0.0.4

func (m *Intent) GetBundleExtra(arg0 string) (*jni.Object, error)

GetBundleExtra calls android.content.Intent.getBundleExtra.

func (*Intent) GetByteArrayExtra added in v0.0.4

func (m *Intent) GetByteArrayExtra(arg0 string) (*jni.Object, error)

GetByteArrayExtra calls android.content.Intent.getByteArrayExtra.

func (*Intent) GetByteExtra added in v0.0.4

func (m *Intent) GetByteExtra(arg0 string, arg1 int8) (int8, error)

GetByteExtra calls android.content.Intent.getByteExtra.

func (*Intent) GetCharArrayExtra added in v0.0.4

func (m *Intent) GetCharArrayExtra(arg0 string) (*jni.Object, error)

GetCharArrayExtra calls android.content.Intent.getCharArrayExtra.

func (*Intent) GetCharExtra added in v0.0.4

func (m *Intent) GetCharExtra(arg0 string, arg1 uint16) (uint16, error)

GetCharExtra calls android.content.Intent.getCharExtra.

func (*Intent) GetCharSequenceArrayExtra added in v0.0.4

func (m *Intent) GetCharSequenceArrayExtra(arg0 string) (*jni.Object, error)

GetCharSequenceArrayExtra calls android.content.Intent.getCharSequenceArrayExtra.

func (*Intent) GetCharSequenceExtra added in v0.0.4

func (m *Intent) GetCharSequenceExtra(arg0 string) (*jni.Object, error)

GetCharSequenceExtra calls android.content.Intent.getCharSequenceExtra.

func (*Intent) GetClipData added in v0.0.4

func (m *Intent) GetClipData() (*jni.Object, error)

GetClipData calls android.content.Intent.getClipData.

func (*Intent) GetComponent added in v0.0.4

func (m *Intent) GetComponent() (*jni.Object, error)

GetComponent calls android.content.Intent.getComponent.

func (*Intent) GetData added in v0.0.4

func (m *Intent) GetData() (*jni.Object, error)

GetData calls android.content.Intent.getData.

func (*Intent) GetDataString added in v0.0.4

func (m *Intent) GetDataString() (string, error)

GetDataString calls android.content.Intent.getDataString.

func (*Intent) GetDoubleArrayExtra added in v0.0.4

func (m *Intent) GetDoubleArrayExtra(arg0 string) (*jni.Object, error)

GetDoubleArrayExtra calls android.content.Intent.getDoubleArrayExtra.

func (*Intent) GetDoubleExtra added in v0.0.4

func (m *Intent) GetDoubleExtra(arg0 string, arg1 float64) (float64, error)

GetDoubleExtra calls android.content.Intent.getDoubleExtra.

func (*Intent) GetExtras added in v0.0.4

func (m *Intent) GetExtras() (*jni.Object, error)

GetExtras calls android.content.Intent.getExtras.

func (*Intent) GetFlags added in v0.0.4

func (m *Intent) GetFlags() (int32, error)

GetFlags calls android.content.Intent.getFlags.

func (*Intent) GetFloatArrayExtra added in v0.0.4

func (m *Intent) GetFloatArrayExtra(arg0 string) (*jni.Object, error)

GetFloatArrayExtra calls android.content.Intent.getFloatArrayExtra.

func (*Intent) GetFloatExtra added in v0.0.4

func (m *Intent) GetFloatExtra(arg0 string, arg1 float32) (float32, error)

GetFloatExtra calls android.content.Intent.getFloatExtra.

func (*Intent) GetIdentifier added in v0.0.4

func (m *Intent) GetIdentifier() (string, error)

GetIdentifier calls android.content.Intent.getIdentifier.

func (*Intent) GetIntArrayExtra added in v0.0.4

func (m *Intent) GetIntArrayExtra(arg0 string) (*jni.Object, error)

GetIntArrayExtra calls android.content.Intent.getIntArrayExtra.

func (*Intent) GetIntExtra added in v0.0.4

func (m *Intent) GetIntExtra(arg0 string, arg1 int32) (int32, error)

GetIntExtra calls android.content.Intent.getIntExtra.

func (*Intent) GetIntent added in v0.0.4

func (m *Intent) GetIntent(arg0 string) (*jni.Object, error)

GetIntent calls android.content.Intent.getIntent.

func (*Intent) GetIntentOld added in v0.0.4

func (m *Intent) GetIntentOld(arg0 string) (*jni.Object, error)

GetIntentOld calls android.content.Intent.getIntentOld.

func (*Intent) GetLongArrayExtra added in v0.0.4

func (m *Intent) GetLongArrayExtra(arg0 string) (*jni.Object, error)

GetLongArrayExtra calls android.content.Intent.getLongArrayExtra.

func (*Intent) GetLongExtra added in v0.0.4

func (m *Intent) GetLongExtra(arg0 string, arg1 int64) (int64, error)

GetLongExtra calls android.content.Intent.getLongExtra.

func (*Intent) GetPackage added in v0.0.4

func (m *Intent) GetPackage() (string, error)

GetPackage calls android.content.Intent.getPackage.

func (*Intent) GetParcelableArrayExtra added in v0.0.4

func (m *Intent) GetParcelableArrayExtra(arg0 string) (*jni.Object, error)

GetParcelableArrayExtra calls android.content.Intent.getParcelableArrayExtra.

func (*Intent) GetParcelableExtra added in v0.0.7

func (m *Intent) GetParcelableExtra(
	key string,
) (*jni.Object, error)

GetParcelableExtra calls android.content.Intent.getParcelableExtra(String). This method is deprecated in API 33 but remains the standard way to extract Parcelable extras on older API levels.

func (*Intent) GetScheme added in v0.0.4

func (m *Intent) GetScheme() (string, error)

GetScheme calls android.content.Intent.getScheme.

func (*Intent) GetSelector added in v0.0.4

func (m *Intent) GetSelector() (*jni.Object, error)

GetSelector calls android.content.Intent.getSelector.

func (*Intent) GetSerializableExtra added in v0.0.4

func (m *Intent) GetSerializableExtra(arg0 string) (*jni.Object, error)

GetSerializableExtra calls android.content.Intent.getSerializableExtra.

func (*Intent) GetShortArrayExtra added in v0.0.4

func (m *Intent) GetShortArrayExtra(arg0 string) (*jni.Object, error)

GetShortArrayExtra calls android.content.Intent.getShortArrayExtra.

func (*Intent) GetShortExtra added in v0.0.4

func (m *Intent) GetShortExtra(arg0 string, arg1 int16) (int16, error)

GetShortExtra calls android.content.Intent.getShortExtra.

func (*Intent) GetSourceBounds added in v0.0.4

func (m *Intent) GetSourceBounds() (*jni.Object, error)

GetSourceBounds calls android.content.Intent.getSourceBounds.

func (*Intent) GetStringArrayExtra added in v0.0.4

func (m *Intent) GetStringArrayExtra(arg0 string) (*jni.Object, error)

GetStringArrayExtra calls android.content.Intent.getStringArrayExtra.

func (*Intent) GetStringExtra added in v0.0.4

func (m *Intent) GetStringExtra(arg0 string) (string, error)

GetStringExtra calls android.content.Intent.getStringExtra.

func (*Intent) GetType added in v0.0.4

func (m *Intent) GetType() (string, error)

GetType calls android.content.Intent.getType.

func (*Intent) HasCategory added in v0.0.4

func (m *Intent) HasCategory(arg0 string) (bool, error)

HasCategory calls android.content.Intent.hasCategory.

func (*Intent) HasExtra added in v0.0.4

func (m *Intent) HasExtra(arg0 string) (bool, error)

HasExtra calls android.content.Intent.hasExtra.

func (*Intent) HasFileDescriptors added in v0.0.4

func (m *Intent) HasFileDescriptors() (bool, error)

HasFileDescriptors calls android.content.Intent.hasFileDescriptors.

func (*Intent) IsMismatchingFilter added in v0.0.4

func (m *Intent) IsMismatchingFilter() (bool, error)

IsMismatchingFilter calls android.content.Intent.isMismatchingFilter.

func (*Intent) MakeMainActivity added in v0.0.4

func (m *Intent) MakeMainActivity(arg0 *jni.Object) (*jni.Object, error)

MakeMainActivity calls android.content.Intent.makeMainActivity.

func (*Intent) MakeMainSelectorActivity added in v0.0.4

func (m *Intent) MakeMainSelectorActivity(arg0 string, arg1 string) (*jni.Object, error)

MakeMainSelectorActivity calls android.content.Intent.makeMainSelectorActivity.

func (*Intent) MakeRestartActivityTask added in v0.0.4

func (m *Intent) MakeRestartActivityTask(arg0 *jni.Object) (*jni.Object, error)

MakeRestartActivityTask calls android.content.Intent.makeRestartActivityTask.

func (*Intent) NormalizeMimeType added in v0.0.4

func (m *Intent) NormalizeMimeType(arg0 string) (string, error)

NormalizeMimeType calls android.content.Intent.normalizeMimeType.

func (*Intent) ParseIntent added in v0.0.4

func (m *Intent) ParseIntent(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

ParseIntent calls android.content.Intent.parseIntent.

func (*Intent) ParseUri added in v0.0.4

func (m *Intent) ParseUri(arg0 string, arg1 int32) (*jni.Object, error)

ParseUri calls android.content.Intent.parseUri.

func (*Intent) PutBoolExtra added in v0.0.4

func (i *Intent) PutBoolExtra(
	key string,
	value bool,
) error

PutBoolExtra calls Intent.putExtra(key, value) for boolean values.

func (*Intent) PutExtra2 added in v0.0.4

func (m *Intent) PutExtra2(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_1 added in v0.0.4

func (m *Intent) PutExtra2_1(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_1 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_2 added in v0.0.4

func (m *Intent) PutExtra2_2(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_2 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_3 added in v0.0.4

func (m *Intent) PutExtra2_3(arg0 string, arg1 bool) (*jni.Object, error)

PutExtra2_3 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_4 added in v0.0.4

func (m *Intent) PutExtra2_4(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_4 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_5 added in v0.0.4

func (m *Intent) PutExtra2_5(arg0 string, arg1 int8) (*jni.Object, error)

PutExtra2_5 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_6 added in v0.0.4

func (m *Intent) PutExtra2_6(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_6 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_7 added in v0.0.4

func (m *Intent) PutExtra2_7(arg0 string, arg1 uint16) (*jni.Object, error)

PutExtra2_7 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_8 added in v0.0.4

func (m *Intent) PutExtra2_8(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_8 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_9 added in v0.0.4

func (m *Intent) PutExtra2_9(arg0 string, arg1 float64) (*jni.Object, error)

PutExtra2_9 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_10 added in v0.0.4

func (m *Intent) PutExtra2_10(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_10 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_11 added in v0.0.4

func (m *Intent) PutExtra2_11(arg0 string, arg1 float32) (*jni.Object, error)

PutExtra2_11 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_12 added in v0.0.4

func (m *Intent) PutExtra2_12(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_12 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_13 added in v0.0.4

func (m *Intent) PutExtra2_13(arg0 string, arg1 int32) (*jni.Object, error)

PutExtra2_13 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_14 added in v0.0.4

func (m *Intent) PutExtra2_14(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_14 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_15 added in v0.0.4

func (m *Intent) PutExtra2_15(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_15 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_16 added in v0.0.4

func (m *Intent) PutExtra2_16(arg0 string, arg1 string) (*jni.Object, error)

PutExtra2_16 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_17 added in v0.0.4

func (m *Intent) PutExtra2_17(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_17 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_18 added in v0.0.4

func (m *Intent) PutExtra2_18(arg0 string, arg1 string) (*jni.Object, error)

PutExtra2_18 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_19 added in v0.0.4

func (m *Intent) PutExtra2_19(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_19 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_20 added in v0.0.4

func (m *Intent) PutExtra2_20(arg0 string, arg1 int64) (*jni.Object, error)

PutExtra2_20 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_21 added in v0.0.4

func (m *Intent) PutExtra2_21(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_21 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_22 added in v0.0.4

func (m *Intent) PutExtra2_22(arg0 string, arg1 int16) (*jni.Object, error)

PutExtra2_22 calls android.content.Intent.putExtra.

func (*Intent) PutExtra2_23 added in v0.0.4

func (m *Intent) PutExtra2_23(arg0 string, arg1 *jni.Object) (*jni.Object, error)

PutExtra2_23 calls android.content.Intent.putExtra.

func (*Intent) PutExtras1 added in v0.0.4

func (m *Intent) PutExtras1(arg0 *jni.Object) (*jni.Object, error)

PutExtras1 calls android.content.Intent.putExtras.

func (*Intent) PutExtras1_1 added in v0.0.4

func (m *Intent) PutExtras1_1(arg0 *jni.Object) (*jni.Object, error)

PutExtras1_1 calls android.content.Intent.putExtras.

func (*Intent) PutIntExtra added in v0.0.4

func (i *Intent) PutIntExtra(
	key string,
	value int32,
) error

PutIntExtra calls Intent.putExtra(key, value) for int values.

func (*Intent) PutStringExtra added in v0.0.4

func (i *Intent) PutStringExtra(
	key string,
	value string,
) error

PutStringExtra calls Intent.putExtra(key, value) for string values.

func (*Intent) ReadFromParcel added in v0.0.4

func (m *Intent) ReadFromParcel(arg0 *jni.Object) error

ReadFromParcel calls android.content.Intent.readFromParcel.

func (*Intent) RemoveCategory added in v0.0.4

func (m *Intent) RemoveCategory(arg0 string) error

RemoveCategory calls android.content.Intent.removeCategory.

func (*Intent) RemoveExtra added in v0.0.4

func (m *Intent) RemoveExtra(arg0 string) error

RemoveExtra calls android.content.Intent.removeExtra.

func (*Intent) RemoveFlags added in v0.0.4

func (m *Intent) RemoveFlags(arg0 int32) error

RemoveFlags calls android.content.Intent.removeFlags.

func (*Intent) RemoveLaunchSecurityProtection added in v0.0.4

func (m *Intent) RemoveLaunchSecurityProtection() error

RemoveLaunchSecurityProtection calls android.content.Intent.removeLaunchSecurityProtection.

func (*Intent) ReplaceExtras1 added in v0.0.4

func (m *Intent) ReplaceExtras1(arg0 *jni.Object) (*jni.Object, error)

ReplaceExtras1 calls android.content.Intent.replaceExtras.

func (*Intent) ReplaceExtras1_1 added in v0.0.4

func (m *Intent) ReplaceExtras1_1(arg0 *jni.Object) (*jni.Object, error)

ReplaceExtras1_1 calls android.content.Intent.replaceExtras.

func (*Intent) ResolveActivity added in v0.0.4

func (m *Intent) ResolveActivity(arg0 *jni.Object) (*jni.Object, error)

ResolveActivity calls android.content.Intent.resolveActivity.

func (*Intent) ResolveActivityInfo added in v0.0.4

func (m *Intent) ResolveActivityInfo(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

ResolveActivityInfo calls android.content.Intent.resolveActivityInfo.

func (*Intent) ResolveType1 added in v0.0.4

func (m *Intent) ResolveType1(arg0 *jni.Object) (string, error)

ResolveType1 calls android.content.Intent.resolveType.

func (*Intent) ResolveType1_1 added in v0.0.4

func (m *Intent) ResolveType1_1(arg0 *jni.Object) (string, error)

ResolveType1_1 calls android.content.Intent.resolveType.

func (*Intent) ResolveTypeIfNeeded added in v0.0.4

func (m *Intent) ResolveTypeIfNeeded(arg0 *jni.Object) (string, error)

ResolveTypeIfNeeded calls android.content.Intent.resolveTypeIfNeeded.

func (*Intent) SetAction added in v0.0.4

func (m *Intent) SetAction(arg0 string) (*jni.Object, error)

SetAction calls android.content.Intent.setAction.

func (*Intent) SetClassName2 added in v0.0.4

func (m *Intent) SetClassName2(arg0 *jni.Object, arg1 string) (*jni.Object, error)

SetClassName2 calls android.content.Intent.setClassName.

func (*Intent) SetClassName2_1 added in v0.0.4

func (m *Intent) SetClassName2_1(arg0 string, arg1 string) (*jni.Object, error)

SetClassName2_1 calls android.content.Intent.setClassName.

func (*Intent) SetClipData added in v0.0.4

func (m *Intent) SetClipData(arg0 *jni.Object) error

SetClipData calls android.content.Intent.setClipData.

func (*Intent) SetComponent added in v0.0.4

func (m *Intent) SetComponent(arg0 *jni.Object) (*jni.Object, error)

SetComponent calls android.content.Intent.setComponent.

func (*Intent) SetData added in v0.0.4

func (m *Intent) SetData(arg0 *jni.Object) (*jni.Object, error)

SetData calls android.content.Intent.setData.

func (*Intent) SetDataAndNormalize added in v0.0.4

func (m *Intent) SetDataAndNormalize(arg0 *jni.Object) (*jni.Object, error)

SetDataAndNormalize calls android.content.Intent.setDataAndNormalize.

func (*Intent) SetDataAndType added in v0.0.4

func (m *Intent) SetDataAndType(arg0 *jni.Object, arg1 string) (*jni.Object, error)

SetDataAndType calls android.content.Intent.setDataAndType.

func (*Intent) SetDataAndTypeAndNormalize added in v0.0.4

func (m *Intent) SetDataAndTypeAndNormalize(arg0 *jni.Object, arg1 string) (*jni.Object, error)

SetDataAndTypeAndNormalize calls android.content.Intent.setDataAndTypeAndNormalize.

func (*Intent) SetExtrasClassLoader added in v0.0.4

func (m *Intent) SetExtrasClassLoader(arg0 *jni.Object) error

SetExtrasClassLoader calls android.content.Intent.setExtrasClassLoader.

func (*Intent) SetFlags added in v0.0.4

func (m *Intent) SetFlags(arg0 int32) (*jni.Object, error)

SetFlags calls android.content.Intent.setFlags.

func (*Intent) SetIdentifier added in v0.0.4

func (m *Intent) SetIdentifier(arg0 string) (*jni.Object, error)

SetIdentifier calls android.content.Intent.setIdentifier.

func (*Intent) SetPackage added in v0.0.4

func (m *Intent) SetPackage(arg0 string) (*jni.Object, error)

SetPackage calls android.content.Intent.setPackage.

func (*Intent) SetSelector added in v0.0.4

func (m *Intent) SetSelector(arg0 *jni.Object) error

SetSelector calls android.content.Intent.setSelector.

func (*Intent) SetSourceBounds added in v0.0.4

func (m *Intent) SetSourceBounds(arg0 *jni.Object) error

SetSourceBounds calls android.content.Intent.setSourceBounds.

func (*Intent) SetType added in v0.0.4

func (m *Intent) SetType(arg0 string) (*jni.Object, error)

SetType calls android.content.Intent.setType.

func (*Intent) SetTypeAndNormalize added in v0.0.4

func (m *Intent) SetTypeAndNormalize(arg0 string) (*jni.Object, error)

SetTypeAndNormalize calls android.content.Intent.setTypeAndNormalize.

func (*Intent) ToString added in v0.0.4

func (m *Intent) ToString() (string, error)

ToString calls android.content.Intent.toString.

func (*Intent) ToURI added in v0.0.4

func (m *Intent) ToURI() (string, error)

ToURI calls android.content.Intent.toURI.

func (*Intent) ToUri added in v0.0.4

func (m *Intent) ToUri(arg0 int32) (string, error)

ToUri calls android.content.Intent.toUri.

func (*Intent) WriteToParcel added in v0.0.4

func (m *Intent) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.content.Intent.writeToParcel.

type IntentFilterComparison added in v0.0.7

type IntentFilterComparison struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

IntentFilterComparison wraps android.content.Intent$FilterComparison.

func (*IntentFilterComparison) Equals added in v0.0.7

func (m *IntentFilterComparison) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.content.Intent$FilterComparison.equals.

func (*IntentFilterComparison) GetIntent added in v0.0.7

func (m *IntentFilterComparison) GetIntent() (*jni.Object, error)

GetIntent calls android.content.Intent$FilterComparison.getIntent.

func (*IntentFilterComparison) HashCode added in v0.0.7

func (m *IntentFilterComparison) HashCode() (int32, error)

HashCode calls android.content.Intent$FilterComparison.hashCode.

type IntentService added in v0.0.7

type IntentService struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

IntentService wraps android.app.IntentService.

func (*IntentService) OnBind added in v0.0.7

func (m *IntentService) OnBind(arg0 *jni.Object) (*jni.Object, error)

OnBind calls android.app.IntentService.onBind.

func (*IntentService) OnCreate added in v0.0.7

func (m *IntentService) OnCreate() error

OnCreate calls android.app.IntentService.onCreate.

func (*IntentService) OnDestroy added in v0.0.7

func (m *IntentService) OnDestroy() error

OnDestroy calls android.app.IntentService.onDestroy.

func (*IntentService) OnStart added in v0.0.7

func (m *IntentService) OnStart(arg0 *jni.Object, arg1 int32) error

OnStart calls android.app.IntentService.onStart.

func (*IntentService) OnStartCommand added in v0.0.7

func (m *IntentService) OnStartCommand(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) (int32, error)

OnStartCommand calls android.app.IntentService.onStartCommand.

func (*IntentService) SetIntentRedelivery added in v0.0.7

func (m *IntentService) SetIntentRedelivery(arg0 bool) error

SetIntentRedelivery calls android.app.IntentService.setIntentRedelivery.

type IntentShortcutIconResource added in v0.0.7

type IntentShortcutIconResource struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

IntentShortcutIconResource wraps android.content.Intent$ShortcutIconResource.

func (*IntentShortcutIconResource) DescribeContents added in v0.0.7

func (m *IntentShortcutIconResource) DescribeContents() (int32, error)

DescribeContents calls android.content.Intent$ShortcutIconResource.describeContents.

func (*IntentShortcutIconResource) FromContext added in v0.0.7

func (m *IntentShortcutIconResource) FromContext(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

FromContext calls android.content.Intent$ShortcutIconResource.fromContext.

func (*IntentShortcutIconResource) ToString added in v0.0.7

func (m *IntentShortcutIconResource) ToString() (string, error)

ToString calls android.content.Intent$ShortcutIconResource.toString.

func (*IntentShortcutIconResource) WriteToParcel added in v0.0.7

func (m *IntentShortcutIconResource) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.content.Intent$ShortcutIconResource.writeToParcel.

type InvalidForegroundServiceTypeException added in v0.0.7

type InvalidForegroundServiceTypeException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InvalidForegroundServiceTypeException wraps android.app.InvalidForegroundServiceTypeException.

func NewInvalidForegroundServiceTypeException added in v0.0.7

func NewInvalidForegroundServiceTypeException(vm *jni.VM, arg0 string) (*InvalidForegroundServiceTypeException, error)

NewInvalidForegroundServiceTypeException creates a new android.app.InvalidForegroundServiceTypeException instance.

func (*InvalidForegroundServiceTypeException) DescribeContents added in v0.0.7

func (m *InvalidForegroundServiceTypeException) DescribeContents() (int32, error)

DescribeContents calls android.app.InvalidForegroundServiceTypeException.describeContents.

func (*InvalidForegroundServiceTypeException) WriteToParcel added in v0.0.7

func (m *InvalidForegroundServiceTypeException) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.InvalidForegroundServiceTypeException.writeToParcel.

type LauncherActivity added in v0.0.7

type LauncherActivity struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LauncherActivity wraps android.app.LauncherActivity.

func (*LauncherActivity) SetTitle1 added in v0.0.7

func (m *LauncherActivity) SetTitle1(arg0 int32) error

SetTitle1 calls android.app.LauncherActivity.setTitle.

func (*LauncherActivity) SetTitle1_1 added in v0.0.7

func (m *LauncherActivity) SetTitle1_1(arg0 string) error

SetTitle1_1 calls android.app.LauncherActivity.setTitle.

type LauncherActivityIconResizer added in v0.0.7

type LauncherActivityIconResizer struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LauncherActivityIconResizer wraps android.app.LauncherActivity$IconResizer.

func (*LauncherActivityIconResizer) CreateIconThumbnail added in v0.0.7

func (m *LauncherActivityIconResizer) CreateIconThumbnail(arg0 *jni.Object) (*jni.Object, error)

CreateIconThumbnail calls android.app.LauncherActivity$IconResizer.createIconThumbnail.

type ListActivity added in v0.0.7

type ListActivity struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ListActivity wraps android.app.ListActivity.

func NewListActivity added in v0.0.7

func NewListActivity(vm *jni.VM) (*ListActivity, error)

NewListActivity creates a new android.app.ListActivity instance.

func (*ListActivity) GetListAdapter added in v0.0.7

func (m *ListActivity) GetListAdapter() (*jni.Object, error)

GetListAdapter calls android.app.ListActivity.getListAdapter.

func (*ListActivity) GetListView added in v0.0.7

func (m *ListActivity) GetListView() (*jni.Object, error)

GetListView calls android.app.ListActivity.getListView.

func (*ListActivity) GetSelectedItemId added in v0.0.7

func (m *ListActivity) GetSelectedItemId() (int64, error)

GetSelectedItemId calls android.app.ListActivity.getSelectedItemId.

func (*ListActivity) GetSelectedItemPosition added in v0.0.7

func (m *ListActivity) GetSelectedItemPosition() (int32, error)

GetSelectedItemPosition calls android.app.ListActivity.getSelectedItemPosition.

func (*ListActivity) OnContentChanged added in v0.0.7

func (m *ListActivity) OnContentChanged() error

OnContentChanged calls android.app.ListActivity.onContentChanged.

func (*ListActivity) SetListAdapter added in v0.0.7

func (m *ListActivity) SetListAdapter(arg0 *jni.Object) error

SetListAdapter calls android.app.ListActivity.setListAdapter.

func (*ListActivity) SetSelection added in v0.0.7

func (m *ListActivity) SetSelection(arg0 int32) error

SetSelection calls android.app.ListActivity.setSelection.

type ListFragment added in v0.0.7

type ListFragment struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ListFragment wraps android.app.ListFragment.

func NewListFragment added in v0.0.7

func NewListFragment(vm *jni.VM) (*ListFragment, error)

NewListFragment creates a new android.app.ListFragment instance.

func (*ListFragment) GetListAdapter added in v0.0.7

func (m *ListFragment) GetListAdapter() (*jni.Object, error)

GetListAdapter calls android.app.ListFragment.getListAdapter.

func (*ListFragment) GetListView added in v0.0.7

func (m *ListFragment) GetListView() (*jni.Object, error)

GetListView calls android.app.ListFragment.getListView.

func (*ListFragment) GetSelectedItemId added in v0.0.7

func (m *ListFragment) GetSelectedItemId() (int64, error)

GetSelectedItemId calls android.app.ListFragment.getSelectedItemId.

func (*ListFragment) GetSelectedItemPosition added in v0.0.7

func (m *ListFragment) GetSelectedItemPosition() (int32, error)

GetSelectedItemPosition calls android.app.ListFragment.getSelectedItemPosition.

func (*ListFragment) OnCreateView added in v0.0.7

func (m *ListFragment) OnCreateView(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

OnCreateView calls android.app.ListFragment.onCreateView.

func (*ListFragment) OnDestroyView added in v0.0.7

func (m *ListFragment) OnDestroyView() error

OnDestroyView calls android.app.ListFragment.onDestroyView.

func (*ListFragment) OnListItemClick added in v0.0.7

func (m *ListFragment) OnListItemClick(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int64,
) error

OnListItemClick calls android.app.ListFragment.onListItemClick.

func (*ListFragment) OnViewCreated added in v0.0.7

func (m *ListFragment) OnViewCreated(arg0 *jni.Object, arg1 *jni.Object) error

OnViewCreated calls android.app.ListFragment.onViewCreated.

func (*ListFragment) SetEmptyText added in v0.0.7

func (m *ListFragment) SetEmptyText(arg0 string) error

SetEmptyText calls android.app.ListFragment.setEmptyText.

func (*ListFragment) SetListAdapter added in v0.0.7

func (m *ListFragment) SetListAdapter(arg0 *jni.Object) error

SetListAdapter calls android.app.ListFragment.setListAdapter.

func (*ListFragment) SetListShown added in v0.0.7

func (m *ListFragment) SetListShown(arg0 bool) error

SetListShown calls android.app.ListFragment.setListShown.

func (*ListFragment) SetListShownNoAnimation added in v0.0.7

func (m *ListFragment) SetListShownNoAnimation(arg0 bool) error

SetListShownNoAnimation calls android.app.ListFragment.setListShownNoAnimation.

func (*ListFragment) SetSelection added in v0.0.7

func (m *ListFragment) SetSelection(arg0 int32) error

SetSelection calls android.app.ListFragment.setSelection.

type LoaderManager added in v0.0.7

type LoaderManager struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LoaderManager wraps android.app.LoaderManager.

func (*LoaderManager) DestroyLoader added in v0.0.7

func (m *LoaderManager) DestroyLoader(arg0 int32) error

DestroyLoader calls android.app.LoaderManager.destroyLoader.

func (*LoaderManager) Dump added in v0.0.7

func (m *LoaderManager) Dump(
	arg0 string,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

Dump calls android.app.LoaderManager.dump.

func (*LoaderManager) EnableDebugLogging added in v0.0.7

func (m *LoaderManager) EnableDebugLogging(arg0 bool) error

EnableDebugLogging calls android.app.LoaderManager.enableDebugLogging.

type LocalActivityManager added in v0.0.7

type LocalActivityManager struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LocalActivityManager wraps android.app.LocalActivityManager.

func NewLocalActivityManager added in v0.0.7

func NewLocalActivityManager(vm *jni.VM, arg0 *jni.Object, arg1 bool) (*LocalActivityManager, error)

NewLocalActivityManager creates a new android.app.LocalActivityManager instance.

func (*LocalActivityManager) DestroyActivity added in v0.0.7

func (m *LocalActivityManager) DestroyActivity(arg0 string, arg1 bool) (*jni.Object, error)

DestroyActivity calls android.app.LocalActivityManager.destroyActivity.

func (*LocalActivityManager) DispatchCreate added in v0.0.7

func (m *LocalActivityManager) DispatchCreate(arg0 *jni.Object) error

DispatchCreate calls android.app.LocalActivityManager.dispatchCreate.

func (*LocalActivityManager) DispatchDestroy added in v0.0.7

func (m *LocalActivityManager) DispatchDestroy(arg0 bool) error

DispatchDestroy calls android.app.LocalActivityManager.dispatchDestroy.

func (*LocalActivityManager) DispatchPause added in v0.0.7

func (m *LocalActivityManager) DispatchPause(arg0 bool) error

DispatchPause calls android.app.LocalActivityManager.dispatchPause.

func (*LocalActivityManager) DispatchResume added in v0.0.7

func (m *LocalActivityManager) DispatchResume() error

DispatchResume calls android.app.LocalActivityManager.dispatchResume.

func (*LocalActivityManager) DispatchStop added in v0.0.7

func (m *LocalActivityManager) DispatchStop() error

DispatchStop calls android.app.LocalActivityManager.dispatchStop.

func (*LocalActivityManager) GetActivity added in v0.0.7

func (m *LocalActivityManager) GetActivity(arg0 string) (*jni.Object, error)

GetActivity calls android.app.LocalActivityManager.getActivity.

func (*LocalActivityManager) GetCurrentActivity added in v0.0.7

func (m *LocalActivityManager) GetCurrentActivity() (*jni.Object, error)

GetCurrentActivity calls android.app.LocalActivityManager.getCurrentActivity.

func (*LocalActivityManager) GetCurrentId added in v0.0.7

func (m *LocalActivityManager) GetCurrentId() (string, error)

GetCurrentId calls android.app.LocalActivityManager.getCurrentId.

func (*LocalActivityManager) RemoveAllActivities added in v0.0.7

func (m *LocalActivityManager) RemoveAllActivities() error

RemoveAllActivities calls android.app.LocalActivityManager.removeAllActivities.

func (*LocalActivityManager) SaveInstanceState added in v0.0.7

func (m *LocalActivityManager) SaveInstanceState() (*jni.Object, error)

SaveInstanceState calls android.app.LocalActivityManager.saveInstanceState.

func (*LocalActivityManager) StartActivity added in v0.0.7

func (m *LocalActivityManager) StartActivity(arg0 string, arg1 *jni.Object) (*jni.Object, error)

StartActivity calls android.app.LocalActivityManager.startActivity.

type LocaleConfig added in v0.0.7

type LocaleConfig struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LocaleConfig wraps android.app.LocaleConfig.

func NewLocaleConfig added in v0.0.7

func NewLocaleConfig(vm *jni.VM, arg0 *jni.Object) (*LocaleConfig, error)

NewLocaleConfig creates a new android.app.LocaleConfig instance.

func (*LocaleConfig) DescribeContents added in v0.0.7

func (m *LocaleConfig) DescribeContents() (int32, error)

DescribeContents calls android.app.LocaleConfig.describeContents.

func (*LocaleConfig) FromContextIgnoringOverride added in v0.0.7

func (m *LocaleConfig) FromContextIgnoringOverride(arg0 *jni.Object) (*jni.Object, error)

FromContextIgnoringOverride calls android.app.LocaleConfig.fromContextIgnoringOverride.

func (*LocaleConfig) GetDefaultLocale added in v0.0.7

func (m *LocaleConfig) GetDefaultLocale() (*jni.Object, error)

GetDefaultLocale calls android.app.LocaleConfig.getDefaultLocale.

func (*LocaleConfig) GetStatus added in v0.0.7

func (m *LocaleConfig) GetStatus() (int32, error)

GetStatus calls android.app.LocaleConfig.getStatus.

func (*LocaleConfig) GetSupportedLocales added in v0.0.7

func (m *LocaleConfig) GetSupportedLocales() (*jni.Object, error)

GetSupportedLocales calls android.app.LocaleConfig.getSupportedLocales.

func (*LocaleConfig) WriteToParcel added in v0.0.7

func (m *LocaleConfig) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.LocaleConfig.writeToParcel.

type LocaleManager added in v0.0.7

type LocaleManager struct {
	VM  *jni.VM
	Ctx *Context
	Obj *jni.GlobalRef
}

LocaleManager wraps android.app.LocaleManager.

func NewLocaleManager added in v0.0.7

func NewLocaleManager(ctx *Context) (*LocaleManager, error)

NewLocaleManager obtains android.app.LocaleManager from the Android system service manager.

func (*LocaleManager) Close added in v0.0.7

func (m *LocaleManager) Close()

Close releases the global reference to the underlying Java object. After Close, the LocaleManager must not be used.

func (*LocaleManager) GetApplicationLocales0 added in v0.0.7

func (m *LocaleManager) GetApplicationLocales0() (*jni.Object, error)

GetApplicationLocales0 calls android.app.LocaleManager.getApplicationLocales.

func (*LocaleManager) GetApplicationLocales1_1 added in v0.0.7

func (m *LocaleManager) GetApplicationLocales1_1(arg0 string) (*jni.Object, error)

GetApplicationLocales1_1 calls android.app.LocaleManager.getApplicationLocales.

func (*LocaleManager) GetOverrideLocaleConfig added in v0.0.7

func (m *LocaleManager) GetOverrideLocaleConfig() (*jni.Object, error)

GetOverrideLocaleConfig calls android.app.LocaleManager.getOverrideLocaleConfig.

func (*LocaleManager) GetSystemLocales added in v0.0.7

func (m *LocaleManager) GetSystemLocales() (*jni.Object, error)

GetSystemLocales calls android.app.LocaleManager.getSystemLocales.

func (*LocaleManager) SetApplicationLocales added in v0.0.7

func (m *LocaleManager) SetApplicationLocales(arg0 *jni.Object) error

SetApplicationLocales calls android.app.LocaleManager.setApplicationLocales.

func (*LocaleManager) SetOverrideLocaleConfig added in v0.0.7

func (m *LocaleManager) SetOverrideLocaleConfig(arg0 *jni.Object) error

SetOverrideLocaleConfig calls android.app.LocaleManager.setOverrideLocaleConfig.

type MediaRouteActionProvider added in v0.0.7

type MediaRouteActionProvider struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MediaRouteActionProvider wraps android.app.MediaRouteActionProvider.

func NewMediaRouteActionProvider added in v0.0.7

func NewMediaRouteActionProvider(vm *jni.VM, arg0 *jni.Object) (*MediaRouteActionProvider, error)

NewMediaRouteActionProvider creates a new android.app.MediaRouteActionProvider instance.

func (*MediaRouteActionProvider) IsVisible added in v0.0.7

func (m *MediaRouteActionProvider) IsVisible() (bool, error)

IsVisible calls android.app.MediaRouteActionProvider.isVisible.

func (*MediaRouteActionProvider) OnCreateActionView0 added in v0.0.7

func (m *MediaRouteActionProvider) OnCreateActionView0() (*jni.Object, error)

OnCreateActionView0 calls android.app.MediaRouteActionProvider.onCreateActionView.

func (*MediaRouteActionProvider) OnCreateActionView1_1 added in v0.0.7

func (m *MediaRouteActionProvider) OnCreateActionView1_1(arg0 *jni.Object) (*jni.Object, error)

OnCreateActionView1_1 calls android.app.MediaRouteActionProvider.onCreateActionView.

func (*MediaRouteActionProvider) OnPerformDefaultAction added in v0.0.7

func (m *MediaRouteActionProvider) OnPerformDefaultAction() (bool, error)

OnPerformDefaultAction calls android.app.MediaRouteActionProvider.onPerformDefaultAction.

func (*MediaRouteActionProvider) OverridesItemVisibility added in v0.0.7

func (m *MediaRouteActionProvider) OverridesItemVisibility() (bool, error)

OverridesItemVisibility calls android.app.MediaRouteActionProvider.overridesItemVisibility.

func (*MediaRouteActionProvider) SetExtendedSettingsClickListener added in v0.0.7

func (m *MediaRouteActionProvider) SetExtendedSettingsClickListener(arg0 *jni.Object) error

SetExtendedSettingsClickListener calls android.app.MediaRouteActionProvider.setExtendedSettingsClickListener.

func (*MediaRouteActionProvider) SetRouteTypes added in v0.0.7

func (m *MediaRouteActionProvider) SetRouteTypes(arg0 int32) error

SetRouteTypes calls android.app.MediaRouteActionProvider.setRouteTypes.

type MediaRouteButton added in v0.0.7

type MediaRouteButton struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MediaRouteButton wraps android.app.MediaRouteButton.

func NewMediaRouteButton added in v0.0.7

func NewMediaRouteButton(vm *jni.VM, arg0 *jni.Object) (*MediaRouteButton, error)

NewMediaRouteButton creates a new android.app.MediaRouteButton instance.

func (*MediaRouteButton) GetRouteTypes added in v0.0.7

func (m *MediaRouteButton) GetRouteTypes() (int32, error)

GetRouteTypes calls android.app.MediaRouteButton.getRouteTypes.

func (*MediaRouteButton) JumpDrawablesToCurrentState added in v0.0.7

func (m *MediaRouteButton) JumpDrawablesToCurrentState() error

JumpDrawablesToCurrentState calls android.app.MediaRouteButton.jumpDrawablesToCurrentState.

func (*MediaRouteButton) OnAttachedToWindow added in v0.0.7

func (m *MediaRouteButton) OnAttachedToWindow() error

OnAttachedToWindow calls android.app.MediaRouteButton.onAttachedToWindow.

func (*MediaRouteButton) OnDetachedFromWindow added in v0.0.7

func (m *MediaRouteButton) OnDetachedFromWindow() error

OnDetachedFromWindow calls android.app.MediaRouteButton.onDetachedFromWindow.

func (*MediaRouteButton) PerformClick added in v0.0.7

func (m *MediaRouteButton) PerformClick() (bool, error)

PerformClick calls android.app.MediaRouteButton.performClick.

func (*MediaRouteButton) SetContentDescription added in v0.0.7

func (m *MediaRouteButton) SetContentDescription(arg0 string) error

SetContentDescription calls android.app.MediaRouteButton.setContentDescription.

func (*MediaRouteButton) SetExtendedSettingsClickListener added in v0.0.7

func (m *MediaRouteButton) SetExtendedSettingsClickListener(arg0 *jni.Object) error

SetExtendedSettingsClickListener calls android.app.MediaRouteButton.setExtendedSettingsClickListener.

func (*MediaRouteButton) SetRouteTypes added in v0.0.7

func (m *MediaRouteButton) SetRouteTypes(arg0 int32) error

SetRouteTypes calls android.app.MediaRouteButton.setRouteTypes.

func (*MediaRouteButton) SetVisibility added in v0.0.7

func (m *MediaRouteButton) SetVisibility(arg0 int32) error

SetVisibility calls android.app.MediaRouteButton.setVisibility.

func (*MediaRouteButton) ShowDialog added in v0.0.7

func (m *MediaRouteButton) ShowDialog() error

ShowDialog calls android.app.MediaRouteButton.showDialog.

type MissingForegroundServiceTypeException added in v0.0.7

type MissingForegroundServiceTypeException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MissingForegroundServiceTypeException wraps android.app.MissingForegroundServiceTypeException.

func NewMissingForegroundServiceTypeException added in v0.0.7

func NewMissingForegroundServiceTypeException(vm *jni.VM, arg0 string) (*MissingForegroundServiceTypeException, error)

NewMissingForegroundServiceTypeException creates a new android.app.MissingForegroundServiceTypeException instance.

func (*MissingForegroundServiceTypeException) DescribeContents added in v0.0.7

func (m *MissingForegroundServiceTypeException) DescribeContents() (int32, error)

DescribeContents calls android.app.MissingForegroundServiceTypeException.describeContents.

func (*MissingForegroundServiceTypeException) WriteToParcel added in v0.0.7

func (m *MissingForegroundServiceTypeException) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.MissingForegroundServiceTypeException.writeToParcel.

type NativeActivity added in v0.0.7

type NativeActivity struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

NativeActivity wraps android.app.NativeActivity.

func NewNativeActivity added in v0.0.7

func NewNativeActivity(vm *jni.VM) (*NativeActivity, error)

NewNativeActivity creates a new android.app.NativeActivity instance.

func (*NativeActivity) OnConfigurationChanged added in v0.0.7

func (m *NativeActivity) OnConfigurationChanged(arg0 *jni.Object) error

OnConfigurationChanged calls android.app.NativeActivity.onConfigurationChanged.

func (*NativeActivity) OnGlobalLayout added in v0.0.7

func (m *NativeActivity) OnGlobalLayout() error

OnGlobalLayout calls android.app.NativeActivity.onGlobalLayout.

func (*NativeActivity) OnInputQueueCreated added in v0.0.7

func (m *NativeActivity) OnInputQueueCreated(arg0 *jni.Object) error

OnInputQueueCreated calls android.app.NativeActivity.onInputQueueCreated.

func (*NativeActivity) OnInputQueueDestroyed added in v0.0.7

func (m *NativeActivity) OnInputQueueDestroyed(arg0 *jni.Object) error

OnInputQueueDestroyed calls android.app.NativeActivity.onInputQueueDestroyed.

func (*NativeActivity) OnLowMemory added in v0.0.7

func (m *NativeActivity) OnLowMemory() error

OnLowMemory calls android.app.NativeActivity.onLowMemory.

func (*NativeActivity) OnWindowFocusChanged added in v0.0.7

func (m *NativeActivity) OnWindowFocusChanged(arg0 bool) error

OnWindowFocusChanged calls android.app.NativeActivity.onWindowFocusChanged.

func (*NativeActivity) SurfaceChanged added in v0.0.7

func (m *NativeActivity) SurfaceChanged(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

SurfaceChanged calls android.app.NativeActivity.surfaceChanged.

func (*NativeActivity) SurfaceCreated added in v0.0.7

func (m *NativeActivity) SurfaceCreated(arg0 *jni.Object) error

SurfaceCreated calls android.app.NativeActivity.surfaceCreated.

func (*NativeActivity) SurfaceDestroyed added in v0.0.7

func (m *NativeActivity) SurfaceDestroyed(arg0 *jni.Object) error

SurfaceDestroyed calls android.app.NativeActivity.surfaceDestroyed.

func (*NativeActivity) SurfaceRedrawNeeded added in v0.0.7

func (m *NativeActivity) SurfaceRedrawNeeded(arg0 *jni.Object) error

SurfaceRedrawNeeded calls android.app.NativeActivity.surfaceRedrawNeeded.

type NotificationChannelGroup added in v0.0.7

type NotificationChannelGroup struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

NotificationChannelGroup wraps android.app.NotificationChannelGroup.

func NewNotificationChannelGroup added in v0.0.7

func NewNotificationChannelGroup(vm *jni.VM, arg0 string, arg1 string) (*NotificationChannelGroup, error)

NewNotificationChannelGroup creates a new android.app.NotificationChannelGroup instance.

func (*NotificationChannelGroup) Clone0 added in v0.0.7

func (m *NotificationChannelGroup) Clone0() (*jni.Object, error)

Clone0 calls android.app.NotificationChannelGroup.clone.

func (*NotificationChannelGroup) Clone0_1 added in v0.0.7

func (m *NotificationChannelGroup) Clone0_1() (*jni.Object, error)

Clone0_1 calls android.app.NotificationChannelGroup.clone.

func (*NotificationChannelGroup) DescribeContents added in v0.0.7

func (m *NotificationChannelGroup) DescribeContents() (int32, error)

DescribeContents calls android.app.NotificationChannelGroup.describeContents.

func (*NotificationChannelGroup) Equals added in v0.0.7

func (m *NotificationChannelGroup) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.NotificationChannelGroup.equals.

func (*NotificationChannelGroup) GetDescription added in v0.0.7

func (m *NotificationChannelGroup) GetDescription() (string, error)

GetDescription calls android.app.NotificationChannelGroup.getDescription.

func (*NotificationChannelGroup) GetId added in v0.0.7

func (m *NotificationChannelGroup) GetId() (string, error)

GetId calls android.app.NotificationChannelGroup.getId.

func (*NotificationChannelGroup) GetName added in v0.0.7

func (m *NotificationChannelGroup) GetName() (*jni.Object, error)

GetName calls android.app.NotificationChannelGroup.getName.

func (*NotificationChannelGroup) HashCode added in v0.0.7

func (m *NotificationChannelGroup) HashCode() (int32, error)

HashCode calls android.app.NotificationChannelGroup.hashCode.

func (*NotificationChannelGroup) IsBlocked added in v0.0.7

func (m *NotificationChannelGroup) IsBlocked() (bool, error)

IsBlocked calls android.app.NotificationChannelGroup.isBlocked.

func (*NotificationChannelGroup) SetDescription added in v0.0.7

func (m *NotificationChannelGroup) SetDescription(arg0 string) error

SetDescription calls android.app.NotificationChannelGroup.setDescription.

func (*NotificationChannelGroup) ToString added in v0.0.7

func (m *NotificationChannelGroup) ToString() (string, error)

ToString calls android.app.NotificationChannelGroup.toString.

func (*NotificationChannelGroup) WriteToParcel added in v0.0.7

func (m *NotificationChannelGroup) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.NotificationChannelGroup.writeToParcel.

type OpsManager added in v0.0.7

type OpsManager struct {
	VM  *jni.VM
	Ctx *Context
	Obj *jni.GlobalRef
}

OpsManager wraps android.app.AppOpsManager.

func NewOpsManager added in v0.0.7

func NewOpsManager(ctx *Context) (*OpsManager, error)

NewOpsManager obtains android.app.AppOpsManager from the Android system service manager.

func (*OpsManager) CheckOp3 added in v0.0.7

func (m *OpsManager) CheckOp3(
	arg0 string,
	arg1 int32,
	arg2 string,
) (int32, error)

CheckOp3 calls android.app.AppOpsManager.checkOp.

func (*OpsManager) CheckOp4_1 added in v0.0.7

func (m *OpsManager) CheckOp4_1(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 string,
) (int32, error)

CheckOp4_1 calls android.app.AppOpsManager.checkOp.

func (*OpsManager) CheckOpNoThrow3 added in v0.0.7

func (m *OpsManager) CheckOpNoThrow3(
	arg0 string,
	arg1 int32,
	arg2 string,
) (int32, error)

CheckOpNoThrow3 calls android.app.AppOpsManager.checkOpNoThrow.

func (*OpsManager) CheckOpNoThrow4_1 added in v0.0.7

func (m *OpsManager) CheckOpNoThrow4_1(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 string,
) (int32, error)

CheckOpNoThrow4_1 calls android.app.AppOpsManager.checkOpNoThrow.

func (*OpsManager) CheckOpRawNoThrow added in v0.0.7

func (m *OpsManager) CheckOpRawNoThrow(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 string,
) (int32, error)

CheckOpRawNoThrow calls android.app.AppOpsManager.checkOpRawNoThrow.

func (*OpsManager) CheckPackage added in v0.0.7

func (m *OpsManager) CheckPackage(arg0 int32, arg1 string) error

CheckPackage calls android.app.AppOpsManager.checkPackage.

func (*OpsManager) Close added in v0.0.7

func (m *OpsManager) Close()

Close releases the global reference to the underlying Java object. After Close, the OpsManager must not be used.

func (*OpsManager) FinishOp3 added in v0.0.7

func (m *OpsManager) FinishOp3(
	arg0 string,
	arg1 int32,
	arg2 string,
) error

FinishOp3 calls android.app.AppOpsManager.finishOp.

func (*OpsManager) FinishOp4_1 added in v0.0.7

func (m *OpsManager) FinishOp4_1(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 string,
) error

FinishOp4_1 calls android.app.AppOpsManager.finishOp.

func (*OpsManager) FinishProxyOp added in v0.0.7

func (m *OpsManager) FinishProxyOp(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 string,
) error

FinishProxyOp calls android.app.AppOpsManager.finishProxyOp.

func (*OpsManager) IsOpActive added in v0.0.7

func (m *OpsManager) IsOpActive(
	arg0 string,
	arg1 int32,
	arg2 string,
) (bool, error)

IsOpActive calls android.app.AppOpsManager.isOpActive.

func (*OpsManager) NoteOp3 added in v0.0.7

func (m *OpsManager) NoteOp3(
	arg0 string,
	arg1 int32,
	arg2 string,
) (int32, error)

NoteOp3 calls android.app.AppOpsManager.noteOp.

func (*OpsManager) NoteOp5_1 added in v0.0.7

func (m *OpsManager) NoteOp5_1(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 string,
	arg4 string,
) (int32, error)

NoteOp5_1 calls android.app.AppOpsManager.noteOp.

func (*OpsManager) NoteOpNoThrow3 added in v0.0.7

func (m *OpsManager) NoteOpNoThrow3(
	arg0 string,
	arg1 int32,
	arg2 string,
) (int32, error)

NoteOpNoThrow3 calls android.app.AppOpsManager.noteOpNoThrow.

func (*OpsManager) NoteOpNoThrow5_1 added in v0.0.7

func (m *OpsManager) NoteOpNoThrow5_1(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 string,
	arg4 string,
) (int32, error)

NoteOpNoThrow5_1 calls android.app.AppOpsManager.noteOpNoThrow.

func (*OpsManager) NoteProxyOp2 added in v0.0.7

func (m *OpsManager) NoteProxyOp2(arg0 string, arg1 string) (int32, error)

NoteProxyOp2 calls android.app.AppOpsManager.noteProxyOp.

func (*OpsManager) NoteProxyOp5_1 added in v0.0.7

func (m *OpsManager) NoteProxyOp5_1(
	arg0 string,
	arg1 string,
	arg2 int32,
	arg3 string,
	arg4 string,
) (int32, error)

NoteProxyOp5_1 calls android.app.AppOpsManager.noteProxyOp.

func (*OpsManager) NoteProxyOpNoThrow2 added in v0.0.7

func (m *OpsManager) NoteProxyOpNoThrow2(arg0 string, arg1 string) (int32, error)

NoteProxyOpNoThrow2 calls android.app.AppOpsManager.noteProxyOpNoThrow.

func (*OpsManager) NoteProxyOpNoThrow3_1 added in v0.0.7

func (m *OpsManager) NoteProxyOpNoThrow3_1(
	arg0 string,
	arg1 string,
	arg2 int32,
) (int32, error)

NoteProxyOpNoThrow3_1 calls android.app.AppOpsManager.noteProxyOpNoThrow.

func (*OpsManager) NoteProxyOpNoThrow5_2 added in v0.0.7

func (m *OpsManager) NoteProxyOpNoThrow5_2(
	arg0 string,
	arg1 string,
	arg2 int32,
	arg3 string,
	arg4 string,
) (int32, error)

NoteProxyOpNoThrow5_2 calls android.app.AppOpsManager.noteProxyOpNoThrow.

func (*OpsManager) PermissionToOp added in v0.0.7

func (m *OpsManager) PermissionToOp(arg0 string) (string, error)

PermissionToOp calls android.app.AppOpsManager.permissionToOp.

func (*OpsManager) SetOnOpNotedCallback2 added in v0.0.7

func (m *OpsManager) SetOnOpNotedCallback2(arg0 *jni.Object, arg1 *jni.Object) error

SetOnOpNotedCallback2 calls android.app.AppOpsManager.setOnOpNotedCallback.

func (*OpsManager) SetOnOpNotedCallback3_1 added in v0.0.7

func (m *OpsManager) SetOnOpNotedCallback3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) error

SetOnOpNotedCallback3_1 calls android.app.AppOpsManager.setOnOpNotedCallback.

func (*OpsManager) StartOp3 added in v0.0.7

func (m *OpsManager) StartOp3(
	arg0 string,
	arg1 int32,
	arg2 string,
) (int32, error)

StartOp3 calls android.app.AppOpsManager.startOp.

func (*OpsManager) StartOp5_1 added in v0.0.7

func (m *OpsManager) StartOp5_1(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 string,
	arg4 string,
) (int32, error)

StartOp5_1 calls android.app.AppOpsManager.startOp.

func (*OpsManager) StartOpNoThrow3 added in v0.0.7

func (m *OpsManager) StartOpNoThrow3(
	arg0 string,
	arg1 int32,
	arg2 string,
) (int32, error)

StartOpNoThrow3 calls android.app.AppOpsManager.startOpNoThrow.

func (*OpsManager) StartOpNoThrow5_1 added in v0.0.7

func (m *OpsManager) StartOpNoThrow5_1(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 string,
	arg4 string,
) (int32, error)

StartOpNoThrow5_1 calls android.app.AppOpsManager.startOpNoThrow.

func (*OpsManager) StartProxyOp added in v0.0.7

func (m *OpsManager) StartProxyOp(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 string,
	arg4 string,
) (int32, error)

StartProxyOp calls android.app.AppOpsManager.startProxyOp.

func (*OpsManager) StartProxyOpNoThrow added in v0.0.7

func (m *OpsManager) StartProxyOpNoThrow(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 string,
	arg4 string,
) (int32, error)

StartProxyOpNoThrow calls android.app.AppOpsManager.startProxyOpNoThrow.

func (*OpsManager) StartWatchingActive added in v0.0.7

func (m *OpsManager) StartWatchingActive(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

StartWatchingActive calls android.app.AppOpsManager.startWatchingActive.

func (*OpsManager) StartWatchingMode3 added in v0.0.7

func (m *OpsManager) StartWatchingMode3(
	arg0 string,
	arg1 string,
	arg2 *jni.Object,
) error

StartWatchingMode3 calls android.app.AppOpsManager.startWatchingMode.

func (*OpsManager) StartWatchingMode4_1 added in v0.0.7

func (m *OpsManager) StartWatchingMode4_1(
	arg0 string,
	arg1 string,
	arg2 int32,
	arg3 *jni.Object,
) error

StartWatchingMode4_1 calls android.app.AppOpsManager.startWatchingMode.

func (*OpsManager) StopWatchingActive added in v0.0.7

func (m *OpsManager) StopWatchingActive(arg0 *jni.Object) error

StopWatchingActive calls android.app.AppOpsManager.stopWatchingActive.

func (*OpsManager) StopWatchingMode added in v0.0.7

func (m *OpsManager) StopWatchingMode(arg0 *jni.Object) error

StopWatchingMode calls android.app.AppOpsManager.stopWatchingMode.

func (*OpsManager) UnsafeCheckOp added in v0.0.7

func (m *OpsManager) UnsafeCheckOp(
	arg0 string,
	arg1 int32,
	arg2 string,
) (int32, error)

UnsafeCheckOp calls android.app.AppOpsManager.unsafeCheckOp.

func (*OpsManager) UnsafeCheckOpNoThrow added in v0.0.7

func (m *OpsManager) UnsafeCheckOpNoThrow(
	arg0 string,
	arg1 int32,
	arg2 string,
) (int32, error)

UnsafeCheckOpNoThrow calls android.app.AppOpsManager.unsafeCheckOpNoThrow.

func (*OpsManager) UnsafeCheckOpRaw added in v0.0.7

func (m *OpsManager) UnsafeCheckOpRaw(
	arg0 string,
	arg1 int32,
	arg2 string,
) (int32, error)

UnsafeCheckOpRaw calls android.app.AppOpsManager.unsafeCheckOpRaw.

func (*OpsManager) UnsafeCheckOpRawNoThrow added in v0.0.7

func (m *OpsManager) UnsafeCheckOpRawNoThrow(
	arg0 string,
	arg1 int32,
	arg2 string,
) (int32, error)

UnsafeCheckOpRawNoThrow calls android.app.AppOpsManager.unsafeCheckOpRawNoThrow.

type OpsManagerOnOpActiveChangedListener added in v0.0.7

type OpsManagerOnOpActiveChangedListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OpsManagerOnOpActiveChangedListener wraps android.app.AppOpsManager$OnOpActiveChangedListener.

func (*OpsManagerOnOpActiveChangedListener) OnOpActiveChanged added in v0.0.7

func (m *OpsManagerOnOpActiveChangedListener) OnOpActiveChanged(
	arg0 string,
	arg1 int32,
	arg2 string,
	arg3 bool,
) error

OnOpActiveChanged calls android.app.AppOpsManager$OnOpActiveChangedListener.onOpActiveChanged.

type OpsManagerOnOpChangedListener added in v0.0.7

type OpsManagerOnOpChangedListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OpsManagerOnOpChangedListener wraps android.app.AppOpsManager$OnOpChangedListener.

func (*OpsManagerOnOpChangedListener) OnOpChanged added in v0.0.7

func (m *OpsManagerOnOpChangedListener) OnOpChanged(arg0 string, arg1 string) error

OnOpChanged calls android.app.AppOpsManager$OnOpChangedListener.onOpChanged.

type OpsManagerOnOpNotedCallback added in v0.0.7

type OpsManagerOnOpNotedCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OpsManagerOnOpNotedCallback wraps android.app.AppOpsManager$OnOpNotedCallback.

func (*OpsManagerOnOpNotedCallback) OnAsyncNoted added in v0.0.7

func (m *OpsManagerOnOpNotedCallback) OnAsyncNoted(arg0 *jni.Object) error

OnAsyncNoted calls android.app.AppOpsManager$OnOpNotedCallback.onAsyncNoted.

func (*OpsManagerOnOpNotedCallback) OnNoted added in v0.0.7

func (m *OpsManagerOnOpNotedCallback) OnNoted(arg0 *jni.Object) error

OnNoted calls android.app.AppOpsManager$OnOpNotedCallback.onNoted.

func (*OpsManagerOnOpNotedCallback) OnSelfNoted added in v0.0.7

func (m *OpsManagerOnOpNotedCallback) OnSelfNoted(arg0 *jni.Object) error

OnSelfNoted calls android.app.AppOpsManager$OnOpNotedCallback.onSelfNoted.

type PendingIntent added in v0.0.4

type PendingIntent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PendingIntent wraps android.app.PendingIntent.

func (*PendingIntent) Cancel added in v0.0.4

func (m *PendingIntent) Cancel() error

Cancel calls android.app.PendingIntent.cancel.

func (*PendingIntent) DescribeContents added in v0.0.4

func (m *PendingIntent) DescribeContents() (int32, error)

DescribeContents calls android.app.PendingIntent.describeContents.

func (*PendingIntent) Equals added in v0.0.4

func (m *PendingIntent) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.PendingIntent.equals.

func (*PendingIntent) GetActivities4 added in v0.0.4

func (m *PendingIntent) GetActivities4(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
) (*jni.Object, error)

GetActivities4 calls android.app.PendingIntent.getActivities.

func (*PendingIntent) GetActivities5_1 added in v0.0.4

func (m *PendingIntent) GetActivities5_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
) (*jni.Object, error)

GetActivities5_1 calls android.app.PendingIntent.getActivities.

func (*PendingIntent) GetActivity4 added in v0.0.4

func (m *PendingIntent) GetActivity4(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
) (*jni.Object, error)

GetActivity4 calls android.app.PendingIntent.getActivity.

func (*PendingIntent) GetActivity5_1 added in v0.0.4

func (m *PendingIntent) GetActivity5_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
) (*jni.Object, error)

GetActivity5_1 calls android.app.PendingIntent.getActivity.

func (*PendingIntent) GetBroadcast added in v0.0.4

func (m *PendingIntent) GetBroadcast(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
) (*jni.Object, error)

GetBroadcast calls android.app.PendingIntent.getBroadcast.

func (*PendingIntent) GetCreatorPackage added in v0.0.4

func (m *PendingIntent) GetCreatorPackage() (string, error)

GetCreatorPackage calls android.app.PendingIntent.getCreatorPackage.

func (*PendingIntent) GetCreatorUid added in v0.0.4

func (m *PendingIntent) GetCreatorUid() (int32, error)

GetCreatorUid calls android.app.PendingIntent.getCreatorUid.

func (*PendingIntent) GetCreatorUserHandle added in v0.0.4

func (m *PendingIntent) GetCreatorUserHandle() (*jni.Object, error)

GetCreatorUserHandle calls android.app.PendingIntent.getCreatorUserHandle.

func (*PendingIntent) GetForegroundService added in v0.0.4

func (m *PendingIntent) GetForegroundService(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
) (*jni.Object, error)

GetForegroundService calls android.app.PendingIntent.getForegroundService.

func (*PendingIntent) GetIntentSender added in v0.0.4

func (m *PendingIntent) GetIntentSender() (*jni.Object, error)

GetIntentSender calls android.app.PendingIntent.getIntentSender.

func (*PendingIntent) GetService added in v0.0.4

func (m *PendingIntent) GetService(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
) (*jni.Object, error)

GetService calls android.app.PendingIntent.getService.

func (*PendingIntent) GetTargetPackage added in v0.0.4

func (m *PendingIntent) GetTargetPackage() (string, error)

GetTargetPackage calls android.app.PendingIntent.getTargetPackage.

func (*PendingIntent) HashCode added in v0.0.4

func (m *PendingIntent) HashCode() (int32, error)

HashCode calls android.app.PendingIntent.hashCode.

func (*PendingIntent) IsActivity added in v0.0.4

func (m *PendingIntent) IsActivity() (bool, error)

IsActivity calls android.app.PendingIntent.isActivity.

func (*PendingIntent) IsBroadcast added in v0.0.4

func (m *PendingIntent) IsBroadcast() (bool, error)

IsBroadcast calls android.app.PendingIntent.isBroadcast.

func (*PendingIntent) IsForegroundService added in v0.0.4

func (m *PendingIntent) IsForegroundService() (bool, error)

IsForegroundService calls android.app.PendingIntent.isForegroundService.

func (*PendingIntent) IsImmutable added in v0.0.4

func (m *PendingIntent) IsImmutable() (bool, error)

IsImmutable calls android.app.PendingIntent.isImmutable.

func (*PendingIntent) IsService added in v0.0.4

func (m *PendingIntent) IsService() (bool, error)

IsService calls android.app.PendingIntent.isService.

func (*PendingIntent) ReadPendingIntentOrNullFromParcel added in v0.0.4

func (m *PendingIntent) ReadPendingIntentOrNullFromParcel(arg0 *jni.Object) (*jni.Object, error)

ReadPendingIntentOrNullFromParcel calls android.app.PendingIntent.readPendingIntentOrNullFromParcel.

func (*PendingIntent) Send0 added in v0.0.4

func (m *PendingIntent) Send0() error

Send0 calls android.app.PendingIntent.send.

func (*PendingIntent) Send1_2 added in v0.0.4

func (m *PendingIntent) Send1_2(arg0 *jni.Object) error

Send1_2 calls android.app.PendingIntent.send.

func (*PendingIntent) Send1_3 added in v0.0.4

func (m *PendingIntent) Send1_3(arg0 int32) error

Send1_3 calls android.app.PendingIntent.send.

func (*PendingIntent) Send3_1 added in v0.0.4

func (m *PendingIntent) Send3_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

Send3_1 calls android.app.PendingIntent.send.

func (*PendingIntent) ToString added in v0.0.4

func (m *PendingIntent) ToString() (string, error)

ToString calls android.app.PendingIntent.toString.

func (*PendingIntent) WritePendingIntentOrNullToParcel added in v0.0.4

func (m *PendingIntent) WritePendingIntentOrNullToParcel(arg0 *jni.Object, arg1 *jni.Object) error

WritePendingIntentOrNullToParcel calls android.app.PendingIntent.writePendingIntentOrNullToParcel.

func (*PendingIntent) WriteToParcel added in v0.0.4

func (m *PendingIntent) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.PendingIntent.writeToParcel.

type PendingIntentOnFinished added in v0.0.7

type PendingIntentOnFinished struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PendingIntentOnFinished wraps android.app.PendingIntent$OnFinished.

func (*PendingIntentOnFinished) OnSendFinished added in v0.0.7

func (m *PendingIntentOnFinished) OnSendFinished(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 string,
	arg4 *jni.Object,
) error

OnSendFinished calls android.app.PendingIntent$OnFinished.onSendFinished.

type Person added in v0.0.7

type Person struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Person wraps android.app.Person.

func (*Person) DescribeContents added in v0.0.7

func (m *Person) DescribeContents() (int32, error)

DescribeContents calls android.app.Person.describeContents.

func (*Person) Equals added in v0.0.7

func (m *Person) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.Person.equals.

func (*Person) GetIcon added in v0.0.7

func (m *Person) GetIcon() (*jni.Object, error)

GetIcon calls android.app.Person.getIcon.

func (*Person) GetKey added in v0.0.7

func (m *Person) GetKey() (string, error)

GetKey calls android.app.Person.getKey.

func (*Person) GetName added in v0.0.7

func (m *Person) GetName() (*jni.Object, error)

GetName calls android.app.Person.getName.

func (*Person) GetUri added in v0.0.7

func (m *Person) GetUri() (string, error)

GetUri calls android.app.Person.getUri.

func (*Person) HashCode added in v0.0.7

func (m *Person) HashCode() (int32, error)

HashCode calls android.app.Person.hashCode.

func (*Person) IsBot added in v0.0.7

func (m *Person) IsBot() (bool, error)

IsBot calls android.app.Person.isBot.

func (*Person) IsImportant added in v0.0.7

func (m *Person) IsImportant() (bool, error)

IsImportant calls android.app.Person.isImportant.

func (*Person) ToBuilder added in v0.0.7

func (m *Person) ToBuilder() (*jni.Object, error)

ToBuilder calls android.app.Person.toBuilder.

func (*Person) WriteToParcel added in v0.0.7

func (m *Person) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.Person.writeToParcel.

type PersonBuilder added in v0.0.7

type PersonBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PersonBuilder wraps android.app.Person$Builder.

func (*PersonBuilder) Build added in v0.0.7

func (m *PersonBuilder) Build() (*jni.Object, error)

Build calls android.app.Person$Builder.build.

func (*PersonBuilder) SetBot added in v0.0.7

func (m *PersonBuilder) SetBot(arg0 bool) (*jni.Object, error)

SetBot calls android.app.Person$Builder.setBot.

func (*PersonBuilder) SetIcon added in v0.0.7

func (m *PersonBuilder) SetIcon(arg0 *jni.Object) (*jni.Object, error)

SetIcon calls android.app.Person$Builder.setIcon.

func (*PersonBuilder) SetImportant added in v0.0.7

func (m *PersonBuilder) SetImportant(arg0 bool) (*jni.Object, error)

SetImportant calls android.app.Person$Builder.setImportant.

func (*PersonBuilder) SetKey added in v0.0.7

func (m *PersonBuilder) SetKey(arg0 string) (*jni.Object, error)

SetKey calls android.app.Person$Builder.setKey.

func (*PersonBuilder) SetName added in v0.0.7

func (m *PersonBuilder) SetName(arg0 string) (*jni.Object, error)

SetName calls android.app.Person$Builder.setName.

func (*PersonBuilder) SetUri added in v0.0.7

func (m *PersonBuilder) SetUri(arg0 string) (*jni.Object, error)

SetUri calls android.app.Person$Builder.setUri.

type PictureInPictureParams added in v0.0.7

type PictureInPictureParams struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PictureInPictureParams wraps android.app.PictureInPictureParams.

func (*PictureInPictureParams) DescribeContents added in v0.0.7

func (m *PictureInPictureParams) DescribeContents() (int32, error)

DescribeContents calls android.app.PictureInPictureParams.describeContents.

func (*PictureInPictureParams) Equals added in v0.0.7

func (m *PictureInPictureParams) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.PictureInPictureParams.equals.

func (*PictureInPictureParams) GetAspectRatio added in v0.0.7

func (m *PictureInPictureParams) GetAspectRatio() (*jni.Object, error)

GetAspectRatio calls android.app.PictureInPictureParams.getAspectRatio.

func (*PictureInPictureParams) GetCloseAction added in v0.0.7

func (m *PictureInPictureParams) GetCloseAction() (*jni.Object, error)

GetCloseAction calls android.app.PictureInPictureParams.getCloseAction.

func (*PictureInPictureParams) GetExpandedAspectRatio added in v0.0.7

func (m *PictureInPictureParams) GetExpandedAspectRatio() (*jni.Object, error)

GetExpandedAspectRatio calls android.app.PictureInPictureParams.getExpandedAspectRatio.

func (*PictureInPictureParams) GetSourceRectHint added in v0.0.7

func (m *PictureInPictureParams) GetSourceRectHint() (*jni.Object, error)

GetSourceRectHint calls android.app.PictureInPictureParams.getSourceRectHint.

func (*PictureInPictureParams) GetSubtitle added in v0.0.7

func (m *PictureInPictureParams) GetSubtitle() (*jni.Object, error)

GetSubtitle calls android.app.PictureInPictureParams.getSubtitle.

func (*PictureInPictureParams) GetTitle added in v0.0.7

func (m *PictureInPictureParams) GetTitle() (*jni.Object, error)

GetTitle calls android.app.PictureInPictureParams.getTitle.

func (*PictureInPictureParams) HashCode added in v0.0.7

func (m *PictureInPictureParams) HashCode() (int32, error)

HashCode calls android.app.PictureInPictureParams.hashCode.

func (*PictureInPictureParams) IsAutoEnterEnabled added in v0.0.7

func (m *PictureInPictureParams) IsAutoEnterEnabled() (bool, error)

IsAutoEnterEnabled calls android.app.PictureInPictureParams.isAutoEnterEnabled.

func (*PictureInPictureParams) IsSeamlessResizeEnabled added in v0.0.7

func (m *PictureInPictureParams) IsSeamlessResizeEnabled() (bool, error)

IsSeamlessResizeEnabled calls android.app.PictureInPictureParams.isSeamlessResizeEnabled.

func (*PictureInPictureParams) ToString added in v0.0.7

func (m *PictureInPictureParams) ToString() (string, error)

ToString calls android.app.PictureInPictureParams.toString.

func (*PictureInPictureParams) WriteToParcel added in v0.0.7

func (m *PictureInPictureParams) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.PictureInPictureParams.writeToParcel.

type PictureInPictureParamsBuilder added in v0.0.7

type PictureInPictureParamsBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PictureInPictureParamsBuilder wraps android.app.PictureInPictureParams$Builder.

func (*PictureInPictureParamsBuilder) Build added in v0.0.7

Build calls android.app.PictureInPictureParams$Builder.build.

func (*PictureInPictureParamsBuilder) SetAspectRatio added in v0.0.7

func (m *PictureInPictureParamsBuilder) SetAspectRatio(arg0 *jni.Object) (*jni.Object, error)

SetAspectRatio calls android.app.PictureInPictureParams$Builder.setAspectRatio.

func (*PictureInPictureParamsBuilder) SetAutoEnterEnabled added in v0.0.7

func (m *PictureInPictureParamsBuilder) SetAutoEnterEnabled(arg0 bool) (*jni.Object, error)

SetAutoEnterEnabled calls android.app.PictureInPictureParams$Builder.setAutoEnterEnabled.

func (*PictureInPictureParamsBuilder) SetCloseAction added in v0.0.7

func (m *PictureInPictureParamsBuilder) SetCloseAction(arg0 *jni.Object) (*jni.Object, error)

SetCloseAction calls android.app.PictureInPictureParams$Builder.setCloseAction.

func (*PictureInPictureParamsBuilder) SetExpandedAspectRatio added in v0.0.7

func (m *PictureInPictureParamsBuilder) SetExpandedAspectRatio(arg0 *jni.Object) (*jni.Object, error)

SetExpandedAspectRatio calls android.app.PictureInPictureParams$Builder.setExpandedAspectRatio.

func (*PictureInPictureParamsBuilder) SetSeamlessResizeEnabled added in v0.0.7

func (m *PictureInPictureParamsBuilder) SetSeamlessResizeEnabled(arg0 bool) (*jni.Object, error)

SetSeamlessResizeEnabled calls android.app.PictureInPictureParams$Builder.setSeamlessResizeEnabled.

func (*PictureInPictureParamsBuilder) SetSourceRectHint added in v0.0.7

func (m *PictureInPictureParamsBuilder) SetSourceRectHint(arg0 *jni.Object) (*jni.Object, error)

SetSourceRectHint calls android.app.PictureInPictureParams$Builder.setSourceRectHint.

func (*PictureInPictureParamsBuilder) SetSubtitle added in v0.0.7

func (m *PictureInPictureParamsBuilder) SetSubtitle(arg0 string) (*jni.Object, error)

SetSubtitle calls android.app.PictureInPictureParams$Builder.setSubtitle.

func (*PictureInPictureParamsBuilder) SetTitle added in v0.0.7

func (m *PictureInPictureParamsBuilder) SetTitle(arg0 string) (*jni.Object, error)

SetTitle calls android.app.PictureInPictureParams$Builder.setTitle.

type PictureInPictureUiState added in v0.0.7

type PictureInPictureUiState struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PictureInPictureUiState wraps android.app.PictureInPictureUiState.

func (*PictureInPictureUiState) DescribeContents added in v0.0.7

func (m *PictureInPictureUiState) DescribeContents() (int32, error)

DescribeContents calls android.app.PictureInPictureUiState.describeContents.

func (*PictureInPictureUiState) Equals added in v0.0.7

func (m *PictureInPictureUiState) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.PictureInPictureUiState.equals.

func (*PictureInPictureUiState) HashCode added in v0.0.7

func (m *PictureInPictureUiState) HashCode() (int32, error)

HashCode calls android.app.PictureInPictureUiState.hashCode.

func (*PictureInPictureUiState) IsStashed added in v0.0.7

func (m *PictureInPictureUiState) IsStashed() (bool, error)

IsStashed calls android.app.PictureInPictureUiState.isStashed.

func (*PictureInPictureUiState) IsTransitioningToPip added in v0.0.7

func (m *PictureInPictureUiState) IsTransitioningToPip() (bool, error)

IsTransitioningToPip calls android.app.PictureInPictureUiState.isTransitioningToPip.

func (*PictureInPictureUiState) WriteToParcel added in v0.0.7

func (m *PictureInPictureUiState) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.PictureInPictureUiState.writeToParcel.

type Presentation added in v0.0.7

type Presentation struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Presentation wraps android.app.Presentation.

func NewPresentation added in v0.0.7

func NewPresentation(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*Presentation, error)

NewPresentation creates a new android.app.Presentation instance.

func (*Presentation) GetDisplay added in v0.0.7

func (m *Presentation) GetDisplay() (*jni.Object, error)

GetDisplay calls android.app.Presentation.getDisplay.

func (*Presentation) GetResources added in v0.0.7

func (m *Presentation) GetResources() (*jni.Object, error)

GetResources calls android.app.Presentation.getResources.

func (*Presentation) OnDisplayChanged added in v0.0.7

func (m *Presentation) OnDisplayChanged() error

OnDisplayChanged calls android.app.Presentation.onDisplayChanged.

func (*Presentation) OnDisplayRemoved added in v0.0.7

func (m *Presentation) OnDisplayRemoved() error

OnDisplayRemoved calls android.app.Presentation.onDisplayRemoved.

func (*Presentation) Show added in v0.0.7

func (m *Presentation) Show() error

Show calls android.app.Presentation.show.

type ProgressDialog added in v0.0.7

type ProgressDialog struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ProgressDialog wraps android.app.ProgressDialog.

func NewProgressDialog added in v0.0.7

func NewProgressDialog(vm *jni.VM, arg0 *jni.Object) (*ProgressDialog, error)

NewProgressDialog creates a new android.app.ProgressDialog instance.

func (*ProgressDialog) GetMax added in v0.0.7

func (m *ProgressDialog) GetMax() (int32, error)

GetMax calls android.app.ProgressDialog.getMax.

func (*ProgressDialog) GetProgress added in v0.0.7

func (m *ProgressDialog) GetProgress() (int32, error)

GetProgress calls android.app.ProgressDialog.getProgress.

func (*ProgressDialog) GetSecondaryProgress added in v0.0.7

func (m *ProgressDialog) GetSecondaryProgress() (int32, error)

GetSecondaryProgress calls android.app.ProgressDialog.getSecondaryProgress.

func (*ProgressDialog) IncrementProgressBy added in v0.0.7

func (m *ProgressDialog) IncrementProgressBy(arg0 int32) error

IncrementProgressBy calls android.app.ProgressDialog.incrementProgressBy.

func (*ProgressDialog) IncrementSecondaryProgressBy added in v0.0.7

func (m *ProgressDialog) IncrementSecondaryProgressBy(arg0 int32) error

IncrementSecondaryProgressBy calls android.app.ProgressDialog.incrementSecondaryProgressBy.

func (*ProgressDialog) IsIndeterminate added in v0.0.7

func (m *ProgressDialog) IsIndeterminate() (bool, error)

IsIndeterminate calls android.app.ProgressDialog.isIndeterminate.

func (*ProgressDialog) OnStart added in v0.0.7

func (m *ProgressDialog) OnStart() error

OnStart calls android.app.ProgressDialog.onStart.

func (*ProgressDialog) SetIndeterminate added in v0.0.7

func (m *ProgressDialog) SetIndeterminate(arg0 bool) error

SetIndeterminate calls android.app.ProgressDialog.setIndeterminate.

func (*ProgressDialog) SetIndeterminateDrawable added in v0.0.7

func (m *ProgressDialog) SetIndeterminateDrawable(arg0 *jni.Object) error

SetIndeterminateDrawable calls android.app.ProgressDialog.setIndeterminateDrawable.

func (*ProgressDialog) SetMax added in v0.0.7

func (m *ProgressDialog) SetMax(arg0 int32) error

SetMax calls android.app.ProgressDialog.setMax.

func (*ProgressDialog) SetMessage added in v0.0.7

func (m *ProgressDialog) SetMessage(arg0 string) error

SetMessage calls android.app.ProgressDialog.setMessage.

func (*ProgressDialog) SetProgress added in v0.0.7

func (m *ProgressDialog) SetProgress(arg0 int32) error

SetProgress calls android.app.ProgressDialog.setProgress.

func (*ProgressDialog) SetProgressDrawable added in v0.0.7

func (m *ProgressDialog) SetProgressDrawable(arg0 *jni.Object) error

SetProgressDrawable calls android.app.ProgressDialog.setProgressDrawable.

func (*ProgressDialog) SetProgressNumberFormat added in v0.0.7

func (m *ProgressDialog) SetProgressNumberFormat(arg0 string) error

SetProgressNumberFormat calls android.app.ProgressDialog.setProgressNumberFormat.

func (*ProgressDialog) SetProgressPercentFormat added in v0.0.7

func (m *ProgressDialog) SetProgressPercentFormat(arg0 *jni.Object) error

SetProgressPercentFormat calls android.app.ProgressDialog.setProgressPercentFormat.

func (*ProgressDialog) SetProgressStyle added in v0.0.7

func (m *ProgressDialog) SetProgressStyle(arg0 int32) error

SetProgressStyle calls android.app.ProgressDialog.setProgressStyle.

func (*ProgressDialog) SetSecondaryProgress added in v0.0.7

func (m *ProgressDialog) SetSecondaryProgress(arg0 int32) error

SetSecondaryProgress calls android.app.ProgressDialog.setSecondaryProgress.

func (*ProgressDialog) Show3 added in v0.0.7

func (m *ProgressDialog) Show3(
	arg0 *jni.Object,
	arg1 string,
	arg2 string,
) (*jni.Object, error)

Show3 calls android.app.ProgressDialog.show.

func (*ProgressDialog) Show4_1 added in v0.0.7

func (m *ProgressDialog) Show4_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 string,
	arg3 bool,
) (*jni.Object, error)

Show4_1 calls android.app.ProgressDialog.show.

func (*ProgressDialog) Show5_2 added in v0.0.7

func (m *ProgressDialog) Show5_2(
	arg0 *jni.Object,
	arg1 string,
	arg2 string,
	arg3 bool,
	arg4 bool,
) (*jni.Object, error)

Show5_2 calls android.app.ProgressDialog.show.

func (*ProgressDialog) Show6_3 added in v0.0.7

func (m *ProgressDialog) Show6_3(
	arg0 *jni.Object,
	arg1 string,
	arg2 string,
	arg3 bool,
	arg4 bool,
	arg5 *jni.Object,
) (*jni.Object, error)

Show6_3 calls android.app.ProgressDialog.show.

type RecoverableSecurityException added in v0.0.7

type RecoverableSecurityException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RecoverableSecurityException wraps android.app.RecoverableSecurityException.

func NewRecoverableSecurityException added in v0.0.7

func NewRecoverableSecurityException(vm *jni.VM, arg0 *jni.Object, arg1 string, arg2 *jni.Object) (*RecoverableSecurityException, error)

NewRecoverableSecurityException creates a new android.app.RecoverableSecurityException instance.

func (*RecoverableSecurityException) DescribeContents added in v0.0.7

func (m *RecoverableSecurityException) DescribeContents() (int32, error)

DescribeContents calls android.app.RecoverableSecurityException.describeContents.

func (*RecoverableSecurityException) GetUserAction added in v0.0.7

func (m *RecoverableSecurityException) GetUserAction() (*jni.Object, error)

GetUserAction calls android.app.RecoverableSecurityException.getUserAction.

func (*RecoverableSecurityException) GetUserMessage added in v0.0.7

func (m *RecoverableSecurityException) GetUserMessage() (*jni.Object, error)

GetUserMessage calls android.app.RecoverableSecurityException.getUserMessage.

func (*RecoverableSecurityException) WriteToParcel added in v0.0.7

func (m *RecoverableSecurityException) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.RecoverableSecurityException.writeToParcel.

type RemoteAction added in v0.0.7

type RemoteAction struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RemoteAction wraps android.app.RemoteAction.

func NewRemoteAction added in v0.0.7

func NewRemoteAction(vm *jni.VM, arg0 *jni.Object, arg1 string, arg2 string, arg3 *jni.Object) (*RemoteAction, error)

NewRemoteAction creates a new android.app.RemoteAction instance.

func (*RemoteAction) Clone0 added in v0.0.7

func (m *RemoteAction) Clone0() (*jni.Object, error)

Clone0 calls android.app.RemoteAction.clone.

func (*RemoteAction) Clone0_1 added in v0.0.7

func (m *RemoteAction) Clone0_1() (*jni.Object, error)

Clone0_1 calls android.app.RemoteAction.clone.

func (*RemoteAction) DescribeContents added in v0.0.7

func (m *RemoteAction) DescribeContents() (int32, error)

DescribeContents calls android.app.RemoteAction.describeContents.

func (*RemoteAction) Dump added in v0.0.7

func (m *RemoteAction) Dump(arg0 string, arg1 *jni.Object) error

Dump calls android.app.RemoteAction.dump.

func (*RemoteAction) Equals added in v0.0.7

func (m *RemoteAction) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.RemoteAction.equals.

func (*RemoteAction) GetActionIntent added in v0.0.7

func (m *RemoteAction) GetActionIntent() (*jni.Object, error)

GetActionIntent calls android.app.RemoteAction.getActionIntent.

func (*RemoteAction) GetContentDescription added in v0.0.7

func (m *RemoteAction) GetContentDescription() (*jni.Object, error)

GetContentDescription calls android.app.RemoteAction.getContentDescription.

func (*RemoteAction) GetIcon added in v0.0.7

func (m *RemoteAction) GetIcon() (*jni.Object, error)

GetIcon calls android.app.RemoteAction.getIcon.

func (*RemoteAction) GetTitle added in v0.0.7

func (m *RemoteAction) GetTitle() (*jni.Object, error)

GetTitle calls android.app.RemoteAction.getTitle.

func (*RemoteAction) HashCode added in v0.0.7

func (m *RemoteAction) HashCode() (int32, error)

HashCode calls android.app.RemoteAction.hashCode.

func (*RemoteAction) IsEnabled added in v0.0.7

func (m *RemoteAction) IsEnabled() (bool, error)

IsEnabled calls android.app.RemoteAction.isEnabled.

func (*RemoteAction) SetEnabled added in v0.0.7

func (m *RemoteAction) SetEnabled(arg0 bool) error

SetEnabled calls android.app.RemoteAction.setEnabled.

func (*RemoteAction) SetShouldShowIcon added in v0.0.7

func (m *RemoteAction) SetShouldShowIcon(arg0 bool) error

SetShouldShowIcon calls android.app.RemoteAction.setShouldShowIcon.

func (*RemoteAction) ShouldShowIcon added in v0.0.7

func (m *RemoteAction) ShouldShowIcon() (bool, error)

ShouldShowIcon calls android.app.RemoteAction.shouldShowIcon.

func (*RemoteAction) WriteToParcel added in v0.0.7

func (m *RemoteAction) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.RemoteAction.writeToParcel.

type RemoteInput added in v0.0.7

type RemoteInput struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RemoteInput wraps android.app.RemoteInput.

func (*RemoteInput) AddResultsToIntent added in v0.0.7

func (m *RemoteInput) AddResultsToIntent(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

AddResultsToIntent calls android.app.RemoteInput.addResultsToIntent.

func (*RemoteInput) DescribeContents added in v0.0.7

func (m *RemoteInput) DescribeContents() (int32, error)

DescribeContents calls android.app.RemoteInput.describeContents.

func (*RemoteInput) GetAllowFreeFormInput added in v0.0.7

func (m *RemoteInput) GetAllowFreeFormInput() (bool, error)

GetAllowFreeFormInput calls android.app.RemoteInput.getAllowFreeFormInput.

func (*RemoteInput) GetChoices added in v0.0.7

func (m *RemoteInput) GetChoices() (*jni.Object, error)

GetChoices calls android.app.RemoteInput.getChoices.

func (*RemoteInput) GetEditChoicesBeforeSending added in v0.0.7

func (m *RemoteInput) GetEditChoicesBeforeSending() (int32, error)

GetEditChoicesBeforeSending calls android.app.RemoteInput.getEditChoicesBeforeSending.

func (*RemoteInput) GetExtras added in v0.0.7

func (m *RemoteInput) GetExtras() (*jni.Object, error)

GetExtras calls android.app.RemoteInput.getExtras.

func (*RemoteInput) GetLabel added in v0.0.7

func (m *RemoteInput) GetLabel() (*jni.Object, error)

GetLabel calls android.app.RemoteInput.getLabel.

func (*RemoteInput) GetResultKey added in v0.0.7

func (m *RemoteInput) GetResultKey() (string, error)

GetResultKey calls android.app.RemoteInput.getResultKey.

func (*RemoteInput) GetResultsFromIntent added in v0.0.7

func (m *RemoteInput) GetResultsFromIntent(arg0 *jni.Object) (*jni.Object, error)

GetResultsFromIntent calls android.app.RemoteInput.getResultsFromIntent.

func (*RemoteInput) GetResultsSource added in v0.0.7

func (m *RemoteInput) GetResultsSource(arg0 *jni.Object) (int32, error)

GetResultsSource calls android.app.RemoteInput.getResultsSource.

func (*RemoteInput) IsDataOnly added in v0.0.7

func (m *RemoteInput) IsDataOnly() (bool, error)

IsDataOnly calls android.app.RemoteInput.isDataOnly.

func (*RemoteInput) SetResultsSource added in v0.0.7

func (m *RemoteInput) SetResultsSource(arg0 *jni.Object, arg1 int32) error

SetResultsSource calls android.app.RemoteInput.setResultsSource.

func (*RemoteInput) WriteToParcel added in v0.0.7

func (m *RemoteInput) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.RemoteInput.writeToParcel.

type RemoteInputBuilder added in v0.0.7

type RemoteInputBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RemoteInputBuilder wraps android.app.RemoteInput$Builder.

func (*RemoteInputBuilder) AddExtras added in v0.0.7

func (m *RemoteInputBuilder) AddExtras(arg0 *jni.Object) (*jni.Object, error)

AddExtras calls android.app.RemoteInput$Builder.addExtras.

func (*RemoteInputBuilder) Build added in v0.0.7

func (m *RemoteInputBuilder) Build() (*jni.Object, error)

Build calls android.app.RemoteInput$Builder.build.

func (*RemoteInputBuilder) GetExtras added in v0.0.7

func (m *RemoteInputBuilder) GetExtras() (*jni.Object, error)

GetExtras calls android.app.RemoteInput$Builder.getExtras.

func (*RemoteInputBuilder) SetAllowDataType added in v0.0.7

func (m *RemoteInputBuilder) SetAllowDataType(arg0 string, arg1 bool) (*jni.Object, error)

SetAllowDataType calls android.app.RemoteInput$Builder.setAllowDataType.

func (*RemoteInputBuilder) SetAllowFreeFormInput added in v0.0.7

func (m *RemoteInputBuilder) SetAllowFreeFormInput(arg0 bool) (*jni.Object, error)

SetAllowFreeFormInput calls android.app.RemoteInput$Builder.setAllowFreeFormInput.

func (*RemoteInputBuilder) SetChoices added in v0.0.7

func (m *RemoteInputBuilder) SetChoices(arg0 *jni.Object) (*jni.Object, error)

SetChoices calls android.app.RemoteInput$Builder.setChoices.

func (*RemoteInputBuilder) SetEditChoicesBeforeSending added in v0.0.7

func (m *RemoteInputBuilder) SetEditChoicesBeforeSending(arg0 int32) (*jni.Object, error)

SetEditChoicesBeforeSending calls android.app.RemoteInput$Builder.setEditChoicesBeforeSending.

func (*RemoteInputBuilder) SetLabel added in v0.0.7

func (m *RemoteInputBuilder) SetLabel(arg0 string) (*jni.Object, error)

SetLabel calls android.app.RemoteInput$Builder.setLabel.

type SearchManager added in v0.0.7

type SearchManager struct {
	VM  *jni.VM
	Ctx *Context
	Obj *jni.GlobalRef
}

SearchManager wraps android.app.SearchManager.

func NewSearchManager added in v0.0.7

func NewSearchManager(ctx *Context) (*SearchManager, error)

NewSearchManager obtains android.app.SearchManager from the Android system service manager.

func (*SearchManager) Close added in v0.0.7

func (m *SearchManager) Close()

Close releases the global reference to the underlying Java object. After Close, the SearchManager must not be used.

func (*SearchManager) GetGlobalSearchActivity added in v0.0.7

func (m *SearchManager) GetGlobalSearchActivity() (*jni.Object, error)

GetGlobalSearchActivity calls android.app.SearchManager.getGlobalSearchActivity.

func (*SearchManager) GetSearchableInfo added in v0.0.7

func (m *SearchManager) GetSearchableInfo(arg0 *jni.Object) (*jni.Object, error)

GetSearchableInfo calls android.app.SearchManager.getSearchableInfo.

func (*SearchManager) OnCancel added in v0.0.7

func (m *SearchManager) OnCancel(arg0 *jni.Object) error

OnCancel calls android.app.SearchManager.onCancel.

func (*SearchManager) OnDismiss added in v0.0.7

func (m *SearchManager) OnDismiss(arg0 *jni.Object) error

OnDismiss calls android.app.SearchManager.onDismiss.

func (*SearchManager) SetOnCancelListener added in v0.0.7

func (m *SearchManager) SetOnCancelListener(arg0 *jni.Object) error

SetOnCancelListener calls android.app.SearchManager.setOnCancelListener.

func (*SearchManager) SetOnDismissListener added in v0.0.7

func (m *SearchManager) SetOnDismissListener(arg0 *jni.Object) error

SetOnDismissListener calls android.app.SearchManager.setOnDismissListener.

func (*SearchManager) StartSearch added in v0.0.7

func (m *SearchManager) StartSearch(
	arg0 string,
	arg1 bool,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 bool,
) error

StartSearch calls android.app.SearchManager.startSearch.

func (*SearchManager) StopSearch added in v0.0.7

func (m *SearchManager) StopSearch() error

StopSearch calls android.app.SearchManager.stopSearch.

func (*SearchManager) TriggerSearch added in v0.0.7

func (m *SearchManager) TriggerSearch(
	arg0 string,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

TriggerSearch calls android.app.SearchManager.triggerSearch.

type SearchManagerOnCancelListener added in v0.0.7

type SearchManagerOnCancelListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SearchManagerOnCancelListener wraps android.app.SearchManager$OnCancelListener.

func (*SearchManagerOnCancelListener) OnCancel added in v0.0.7

func (m *SearchManagerOnCancelListener) OnCancel() error

OnCancel calls android.app.SearchManager$OnCancelListener.onCancel.

type SearchManagerOnDismissListener added in v0.0.7

type SearchManagerOnDismissListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SearchManagerOnDismissListener wraps android.app.SearchManager$OnDismissListener.

func (*SearchManagerOnDismissListener) OnDismiss added in v0.0.7

func (m *SearchManagerOnDismissListener) OnDismiss() error

OnDismiss calls android.app.SearchManager$OnDismissListener.onDismiss.

type SearchableInfo added in v0.0.7

type SearchableInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SearchableInfo wraps android.app.SearchableInfo.

func (*SearchableInfo) AutoUrlDetect added in v0.0.7

func (m *SearchableInfo) AutoUrlDetect() (bool, error)

AutoUrlDetect calls android.app.SearchableInfo.autoUrlDetect.

func (*SearchableInfo) DescribeContents added in v0.0.7

func (m *SearchableInfo) DescribeContents() (int32, error)

DescribeContents calls android.app.SearchableInfo.describeContents.

func (*SearchableInfo) GetHintId added in v0.0.7

func (m *SearchableInfo) GetHintId() (int32, error)

GetHintId calls android.app.SearchableInfo.getHintId.

func (*SearchableInfo) GetImeOptions added in v0.0.7

func (m *SearchableInfo) GetImeOptions() (int32, error)

GetImeOptions calls android.app.SearchableInfo.getImeOptions.

func (*SearchableInfo) GetInputType added in v0.0.7

func (m *SearchableInfo) GetInputType() (int32, error)

GetInputType calls android.app.SearchableInfo.getInputType.

func (*SearchableInfo) GetSearchActivity added in v0.0.7

func (m *SearchableInfo) GetSearchActivity() (*jni.Object, error)

GetSearchActivity calls android.app.SearchableInfo.getSearchActivity.

func (*SearchableInfo) GetSettingsDescriptionId added in v0.0.7

func (m *SearchableInfo) GetSettingsDescriptionId() (int32, error)

GetSettingsDescriptionId calls android.app.SearchableInfo.getSettingsDescriptionId.

func (*SearchableInfo) GetSuggestAuthority added in v0.0.7

func (m *SearchableInfo) GetSuggestAuthority() (string, error)

GetSuggestAuthority calls android.app.SearchableInfo.getSuggestAuthority.

func (*SearchableInfo) GetSuggestIntentAction added in v0.0.7

func (m *SearchableInfo) GetSuggestIntentAction() (string, error)

GetSuggestIntentAction calls android.app.SearchableInfo.getSuggestIntentAction.

func (*SearchableInfo) GetSuggestIntentData added in v0.0.7

func (m *SearchableInfo) GetSuggestIntentData() (string, error)

GetSuggestIntentData calls android.app.SearchableInfo.getSuggestIntentData.

func (*SearchableInfo) GetSuggestPackage added in v0.0.7

func (m *SearchableInfo) GetSuggestPackage() (string, error)

GetSuggestPackage calls android.app.SearchableInfo.getSuggestPackage.

func (*SearchableInfo) GetSuggestPath added in v0.0.7

func (m *SearchableInfo) GetSuggestPath() (string, error)

GetSuggestPath calls android.app.SearchableInfo.getSuggestPath.

func (*SearchableInfo) GetSuggestSelection added in v0.0.7

func (m *SearchableInfo) GetSuggestSelection() (string, error)

GetSuggestSelection calls android.app.SearchableInfo.getSuggestSelection.

func (*SearchableInfo) GetSuggestThreshold added in v0.0.7

func (m *SearchableInfo) GetSuggestThreshold() (int32, error)

GetSuggestThreshold calls android.app.SearchableInfo.getSuggestThreshold.

func (*SearchableInfo) GetVoiceLanguageId added in v0.0.7

func (m *SearchableInfo) GetVoiceLanguageId() (int32, error)

GetVoiceLanguageId calls android.app.SearchableInfo.getVoiceLanguageId.

func (*SearchableInfo) GetVoiceLanguageModeId added in v0.0.7

func (m *SearchableInfo) GetVoiceLanguageModeId() (int32, error)

GetVoiceLanguageModeId calls android.app.SearchableInfo.getVoiceLanguageModeId.

func (*SearchableInfo) GetVoiceMaxResults added in v0.0.7

func (m *SearchableInfo) GetVoiceMaxResults() (int32, error)

GetVoiceMaxResults calls android.app.SearchableInfo.getVoiceMaxResults.

func (*SearchableInfo) GetVoicePromptTextId added in v0.0.7

func (m *SearchableInfo) GetVoicePromptTextId() (int32, error)

GetVoicePromptTextId calls android.app.SearchableInfo.getVoicePromptTextId.

func (*SearchableInfo) GetVoiceSearchEnabled added in v0.0.7

func (m *SearchableInfo) GetVoiceSearchEnabled() (bool, error)

GetVoiceSearchEnabled calls android.app.SearchableInfo.getVoiceSearchEnabled.

func (*SearchableInfo) GetVoiceSearchLaunchRecognizer added in v0.0.7

func (m *SearchableInfo) GetVoiceSearchLaunchRecognizer() (bool, error)

GetVoiceSearchLaunchRecognizer calls android.app.SearchableInfo.getVoiceSearchLaunchRecognizer.

func (*SearchableInfo) GetVoiceSearchLaunchWebSearch added in v0.0.7

func (m *SearchableInfo) GetVoiceSearchLaunchWebSearch() (bool, error)

GetVoiceSearchLaunchWebSearch calls android.app.SearchableInfo.getVoiceSearchLaunchWebSearch.

func (*SearchableInfo) QueryAfterZeroResults added in v0.0.7

func (m *SearchableInfo) QueryAfterZeroResults() (bool, error)

QueryAfterZeroResults calls android.app.SearchableInfo.queryAfterZeroResults.

func (*SearchableInfo) ShouldIncludeInGlobalSearch added in v0.0.7

func (m *SearchableInfo) ShouldIncludeInGlobalSearch() (bool, error)

ShouldIncludeInGlobalSearch calls android.app.SearchableInfo.shouldIncludeInGlobalSearch.

func (*SearchableInfo) ShouldRewriteQueryFromData added in v0.0.7

func (m *SearchableInfo) ShouldRewriteQueryFromData() (bool, error)

ShouldRewriteQueryFromData calls android.app.SearchableInfo.shouldRewriteQueryFromData.

func (*SearchableInfo) ShouldRewriteQueryFromText added in v0.0.7

func (m *SearchableInfo) ShouldRewriteQueryFromText() (bool, error)

ShouldRewriteQueryFromText calls android.app.SearchableInfo.shouldRewriteQueryFromText.

func (*SearchableInfo) WriteToParcel added in v0.0.7

func (m *SearchableInfo) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.SearchableInfo.writeToParcel.

type Service added in v0.0.7

type Service struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Service wraps android.app.Service.

func (*Service) GetApplication added in v0.0.7

func (m *Service) GetApplication() (*jni.Object, error)

GetApplication calls android.app.Service.getApplication.

func (*Service) GetForegroundServiceType added in v0.0.7

func (m *Service) GetForegroundServiceType() (int32, error)

GetForegroundServiceType calls android.app.Service.getForegroundServiceType.

func (*Service) OnBind added in v0.0.7

func (m *Service) OnBind(arg0 *jni.Object) (*jni.Object, error)

OnBind calls android.app.Service.onBind.

func (*Service) OnConfigurationChanged added in v0.0.7

func (m *Service) OnConfigurationChanged(arg0 *jni.Object) error

OnConfigurationChanged calls android.app.Service.onConfigurationChanged.

func (*Service) OnCreate added in v0.0.7

func (m *Service) OnCreate() error

OnCreate calls android.app.Service.onCreate.

func (*Service) OnDestroy added in v0.0.7

func (m *Service) OnDestroy() error

OnDestroy calls android.app.Service.onDestroy.

func (*Service) OnLowMemory added in v0.0.7

func (m *Service) OnLowMemory() error

OnLowMemory calls android.app.Service.onLowMemory.

func (*Service) OnRebind added in v0.0.7

func (m *Service) OnRebind(arg0 *jni.Object) error

OnRebind calls android.app.Service.onRebind.

func (*Service) OnStart added in v0.0.7

func (m *Service) OnStart(arg0 *jni.Object, arg1 int32) error

OnStart calls android.app.Service.onStart.

func (*Service) OnStartCommand added in v0.0.7

func (m *Service) OnStartCommand(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) (int32, error)

OnStartCommand calls android.app.Service.onStartCommand.

func (*Service) OnTaskRemoved added in v0.0.7

func (m *Service) OnTaskRemoved(arg0 *jni.Object) error

OnTaskRemoved calls android.app.Service.onTaskRemoved.

func (*Service) OnTimeout1 added in v0.0.7

func (m *Service) OnTimeout1(arg0 int32) error

OnTimeout1 calls android.app.Service.onTimeout.

func (*Service) OnTimeout2_1 added in v0.0.7

func (m *Service) OnTimeout2_1(arg0 int32, arg1 int32) error

OnTimeout2_1 calls android.app.Service.onTimeout.

func (*Service) OnTrimMemory added in v0.0.7

func (m *Service) OnTrimMemory(arg0 int32) error

OnTrimMemory calls android.app.Service.onTrimMemory.

func (*Service) OnUnbind added in v0.0.7

func (m *Service) OnUnbind(arg0 *jni.Object) (bool, error)

OnUnbind calls android.app.Service.onUnbind.

func (*Service) StartForeground2 added in v0.0.7

func (m *Service) StartForeground2(arg0 int32, arg1 *jni.Object) error

StartForeground2 calls android.app.Service.startForeground.

func (*Service) StartForeground3_1 added in v0.0.7

func (m *Service) StartForeground3_1(
	arg0 int32,
	arg1 *jni.Object,
	arg2 int32,
) error

StartForeground3_1 calls android.app.Service.startForeground.

func (*Service) StopForeground1 added in v0.0.7

func (m *Service) StopForeground1(arg0 bool) error

StopForeground1 calls android.app.Service.stopForeground.

func (*Service) StopForeground1_1 added in v0.0.7

func (m *Service) StopForeground1_1(arg0 int32) error

StopForeground1_1 calls android.app.Service.stopForeground.

func (*Service) StopSelf0 added in v0.0.7

func (m *Service) StopSelf0() error

StopSelf0 calls android.app.Service.stopSelf.

func (*Service) StopSelf1_1 added in v0.0.7

func (m *Service) StopSelf1_1(arg0 int32) error

StopSelf1_1 calls android.app.Service.stopSelf.

func (*Service) StopSelfResult added in v0.0.7

func (m *Service) StopSelfResult(arg0 int32) (bool, error)

StopSelfResult calls android.app.Service.stopSelfResult.

type SharedElementCallback added in v0.0.7

type SharedElementCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SharedElementCallback wraps android.app.SharedElementCallback.

func (*SharedElementCallback) OnCaptureSharedElementSnapshot added in v0.0.7

func (m *SharedElementCallback) OnCaptureSharedElementSnapshot(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

OnCaptureSharedElementSnapshot calls android.app.SharedElementCallback.onCaptureSharedElementSnapshot.

func (*SharedElementCallback) OnCreateSnapshotView added in v0.0.7

func (m *SharedElementCallback) OnCreateSnapshotView(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

OnCreateSnapshotView calls android.app.SharedElementCallback.onCreateSnapshotView.

type SharedElementCallbackOnSharedElementsReadyListener added in v0.0.7

type SharedElementCallbackOnSharedElementsReadyListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SharedElementCallbackOnSharedElementsReadyListener wraps android.app.SharedElementCallback$OnSharedElementsReadyListener.

func (*SharedElementCallbackOnSharedElementsReadyListener) OnSharedElementsReady added in v0.0.7

func (m *SharedElementCallbackOnSharedElementsReadyListener) OnSharedElementsReady() error

OnSharedElementsReady calls android.app.SharedElementCallback$OnSharedElementsReadyListener.onSharedElementsReady.

type StartForegroundCalledOnStoppedServiceException added in v0.0.7

type StartForegroundCalledOnStoppedServiceException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

StartForegroundCalledOnStoppedServiceException wraps android.app.StartForegroundCalledOnStoppedServiceException.

func NewStartForegroundCalledOnStoppedServiceException added in v0.0.7

func NewStartForegroundCalledOnStoppedServiceException(vm *jni.VM, arg0 string) (*StartForegroundCalledOnStoppedServiceException, error)

NewStartForegroundCalledOnStoppedServiceException creates a new android.app.StartForegroundCalledOnStoppedServiceException instance.

func (*StartForegroundCalledOnStoppedServiceException) DescribeContents added in v0.0.7

DescribeContents calls android.app.StartForegroundCalledOnStoppedServiceException.describeContents.

func (*StartForegroundCalledOnStoppedServiceException) WriteToParcel added in v0.0.7

WriteToParcel calls android.app.StartForegroundCalledOnStoppedServiceException.writeToParcel.

type StatusBarManager added in v0.0.7

type StatusBarManager struct {
	VM  *jni.VM
	Ctx *Context
	Obj *jni.GlobalRef
}

StatusBarManager wraps android.app.StatusBarManager.

func NewStatusBarManager added in v0.0.7

func NewStatusBarManager(ctx *Context) (*StatusBarManager, error)

NewStatusBarManager obtains android.app.StatusBarManager from the Android system service manager.

func (*StatusBarManager) CanLaunchCaptureContentActivityForNote added in v0.0.7

func (m *StatusBarManager) CanLaunchCaptureContentActivityForNote(arg0 *jni.Object) (bool, error)

CanLaunchCaptureContentActivityForNote calls android.app.StatusBarManager.canLaunchCaptureContentActivityForNote.

func (*StatusBarManager) Close added in v0.0.7

func (m *StatusBarManager) Close()

Close releases the global reference to the underlying Java object. After Close, the StatusBarManager must not be used.

type SyncNotedAppOp added in v0.0.7

type SyncNotedAppOp struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SyncNotedAppOp wraps android.app.SyncNotedAppOp.

func NewSyncNotedAppOp added in v0.0.7

func NewSyncNotedAppOp(vm *jni.VM, arg0 int32, arg1 string) (*SyncNotedAppOp, error)

NewSyncNotedAppOp creates a new android.app.SyncNotedAppOp instance.

func (*SyncNotedAppOp) DescribeContents added in v0.0.7

func (m *SyncNotedAppOp) DescribeContents() (int32, error)

DescribeContents calls android.app.SyncNotedAppOp.describeContents.

func (*SyncNotedAppOp) Equals added in v0.0.7

func (m *SyncNotedAppOp) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.SyncNotedAppOp.equals.

func (*SyncNotedAppOp) GetAttributionTag added in v0.0.7

func (m *SyncNotedAppOp) GetAttributionTag() (string, error)

GetAttributionTag calls android.app.SyncNotedAppOp.getAttributionTag.

func (*SyncNotedAppOp) GetOp added in v0.0.7

func (m *SyncNotedAppOp) GetOp() (string, error)

GetOp calls android.app.SyncNotedAppOp.getOp.

func (*SyncNotedAppOp) HashCode added in v0.0.7

func (m *SyncNotedAppOp) HashCode() (int32, error)

HashCode calls android.app.SyncNotedAppOp.hashCode.

func (*SyncNotedAppOp) ToString added in v0.0.7

func (m *SyncNotedAppOp) ToString() (string, error)

ToString calls android.app.SyncNotedAppOp.toString.

func (*SyncNotedAppOp) WriteToParcel added in v0.0.7

func (m *SyncNotedAppOp) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.SyncNotedAppOp.writeToParcel.

type TabActivity added in v0.0.7

type TabActivity struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TabActivity wraps android.app.TabActivity.

func NewTabActivity added in v0.0.7

func NewTabActivity(vm *jni.VM) (*TabActivity, error)

NewTabActivity creates a new android.app.TabActivity instance.

func (*TabActivity) GetTabHost added in v0.0.7

func (m *TabActivity) GetTabHost() (*jni.Object, error)

GetTabHost calls android.app.TabActivity.getTabHost.

func (*TabActivity) GetTabWidget added in v0.0.7

func (m *TabActivity) GetTabWidget() (*jni.Object, error)

GetTabWidget calls android.app.TabActivity.getTabWidget.

func (*TabActivity) OnContentChanged added in v0.0.7

func (m *TabActivity) OnContentChanged() error

OnContentChanged calls android.app.TabActivity.onContentChanged.

func (*TabActivity) SetDefaultTab1 added in v0.0.7

func (m *TabActivity) SetDefaultTab1(arg0 int32) error

SetDefaultTab1 calls android.app.TabActivity.setDefaultTab.

func (*TabActivity) SetDefaultTab1_1 added in v0.0.7

func (m *TabActivity) SetDefaultTab1_1(arg0 string) error

SetDefaultTab1_1 calls android.app.TabActivity.setDefaultTab.

type TaskInfo added in v0.0.7

type TaskInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TaskInfo wraps android.app.TaskInfo.

func (*TaskInfo) IsVisible added in v0.0.7

func (m *TaskInfo) IsVisible() (bool, error)

IsVisible calls android.app.TaskInfo.isVisible.

func (*TaskInfo) ToString added in v0.0.7

func (m *TaskInfo) ToString() (string, error)

ToString calls android.app.TaskInfo.toString.

type TaskStackBuilder added in v0.0.7

type TaskStackBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TaskStackBuilder wraps android.app.TaskStackBuilder.

func (*TaskStackBuilder) AddNextIntent added in v0.0.7

func (m *TaskStackBuilder) AddNextIntent(arg0 *jni.Object) (*jni.Object, error)

AddNextIntent calls android.app.TaskStackBuilder.addNextIntent.

func (*TaskStackBuilder) AddNextIntentWithParentStack added in v0.0.7

func (m *TaskStackBuilder) AddNextIntentWithParentStack(arg0 *jni.Object) (*jni.Object, error)

AddNextIntentWithParentStack calls android.app.TaskStackBuilder.addNextIntentWithParentStack.

func (*TaskStackBuilder) AddParentStack1 added in v0.0.7

func (m *TaskStackBuilder) AddParentStack1(arg0 *jni.Object) (*jni.Object, error)

AddParentStack1 calls android.app.TaskStackBuilder.addParentStack.

func (*TaskStackBuilder) AddParentStack1_1 added in v0.0.7

func (m *TaskStackBuilder) AddParentStack1_1(arg0 *jni.Object) (*jni.Object, error)

AddParentStack1_1 calls android.app.TaskStackBuilder.addParentStack.

func (*TaskStackBuilder) Create added in v0.0.7

func (m *TaskStackBuilder) Create(arg0 *jni.Object) (*jni.Object, error)

Create calls android.app.TaskStackBuilder.create.

func (*TaskStackBuilder) EditIntentAt added in v0.0.7

func (m *TaskStackBuilder) EditIntentAt(arg0 int32) (*jni.Object, error)

EditIntentAt calls android.app.TaskStackBuilder.editIntentAt.

func (*TaskStackBuilder) GetIntentCount added in v0.0.7

func (m *TaskStackBuilder) GetIntentCount() (int32, error)

GetIntentCount calls android.app.TaskStackBuilder.getIntentCount.

func (*TaskStackBuilder) GetIntents added in v0.0.7

func (m *TaskStackBuilder) GetIntents() (*jni.Object, error)

GetIntents calls android.app.TaskStackBuilder.getIntents.

func (*TaskStackBuilder) GetPendingIntent2 added in v0.0.7

func (m *TaskStackBuilder) GetPendingIntent2(arg0 int32, arg1 int32) (*jni.Object, error)

GetPendingIntent2 calls android.app.TaskStackBuilder.getPendingIntent.

func (*TaskStackBuilder) GetPendingIntent3_1 added in v0.0.7

func (m *TaskStackBuilder) GetPendingIntent3_1(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) (*jni.Object, error)

GetPendingIntent3_1 calls android.app.TaskStackBuilder.getPendingIntent.

func (*TaskStackBuilder) StartActivities0 added in v0.0.7

func (m *TaskStackBuilder) StartActivities0() error

StartActivities0 calls android.app.TaskStackBuilder.startActivities.

func (*TaskStackBuilder) StartActivities1_1 added in v0.0.7

func (m *TaskStackBuilder) StartActivities1_1(arg0 *jni.Object) error

StartActivities1_1 calls android.app.TaskStackBuilder.startActivities.

type TimePickerDialog added in v0.0.7

type TimePickerDialog struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TimePickerDialog wraps android.app.TimePickerDialog.

func NewTimePickerDialog added in v0.0.7

func NewTimePickerDialog(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object, arg2 int32, arg3 int32, arg4 bool) (*TimePickerDialog, error)

NewTimePickerDialog creates a new android.app.TimePickerDialog instance.

func (*TimePickerDialog) OnClick added in v0.0.7

func (m *TimePickerDialog) OnClick(arg0 *jni.Object, arg1 int32) error

OnClick calls android.app.TimePickerDialog.onClick.

func (*TimePickerDialog) OnRestoreInstanceState added in v0.0.7

func (m *TimePickerDialog) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.app.TimePickerDialog.onRestoreInstanceState.

func (*TimePickerDialog) OnSaveInstanceState added in v0.0.7

func (m *TimePickerDialog) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.app.TimePickerDialog.onSaveInstanceState.

func (*TimePickerDialog) OnTimeChanged added in v0.0.7

func (m *TimePickerDialog) OnTimeChanged(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

OnTimeChanged calls android.app.TimePickerDialog.onTimeChanged.

func (*TimePickerDialog) Show added in v0.0.7

func (m *TimePickerDialog) Show() error

Show calls android.app.TimePickerDialog.show.

func (*TimePickerDialog) UpdateTime added in v0.0.7

func (m *TimePickerDialog) UpdateTime(arg0 int32, arg1 int32) error

UpdateTime calls android.app.TimePickerDialog.updateTime.

type TimePickerDialogOnTimeSetListener added in v0.0.7

type TimePickerDialogOnTimeSetListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TimePickerDialogOnTimeSetListener wraps android.app.TimePickerDialog$OnTimeSetListener.

func (*TimePickerDialogOnTimeSetListener) OnTimeSet added in v0.0.7

func (m *TimePickerDialogOnTimeSetListener) OnTimeSet(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

OnTimeSet calls android.app.TimePickerDialog$OnTimeSetListener.onTimeSet.

type UiAutomation added in v0.0.7

type UiAutomation struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

UiAutomation wraps android.app.UiAutomation.

func (*UiAutomation) AdoptShellPermissionIdentity0 added in v0.0.7

func (m *UiAutomation) AdoptShellPermissionIdentity0() error

AdoptShellPermissionIdentity0 calls android.app.UiAutomation.adoptShellPermissionIdentity.

func (*UiAutomation) AdoptShellPermissionIdentity1_1 added in v0.0.7

func (m *UiAutomation) AdoptShellPermissionIdentity1_1(arg0 *jni.Object) error

AdoptShellPermissionIdentity1_1 calls android.app.UiAutomation.adoptShellPermissionIdentity.

func (*UiAutomation) ClearCache added in v0.0.7

func (m *UiAutomation) ClearCache() (bool, error)

ClearCache calls android.app.UiAutomation.clearCache.

func (*UiAutomation) ClearWindowAnimationFrameStats added in v0.0.7

func (m *UiAutomation) ClearWindowAnimationFrameStats() error

ClearWindowAnimationFrameStats calls android.app.UiAutomation.clearWindowAnimationFrameStats.

func (*UiAutomation) ClearWindowContentFrameStats added in v0.0.7

func (m *UiAutomation) ClearWindowContentFrameStats(arg0 int32) (bool, error)

ClearWindowContentFrameStats calls android.app.UiAutomation.clearWindowContentFrameStats.

func (*UiAutomation) DropShellPermissionIdentity added in v0.0.7

func (m *UiAutomation) DropShellPermissionIdentity() error

DropShellPermissionIdentity calls android.app.UiAutomation.dropShellPermissionIdentity.

func (*UiAutomation) ExecuteAndWaitForEvent added in v0.0.7

func (m *UiAutomation) ExecuteAndWaitForEvent(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int64,
) (*jni.Object, error)

ExecuteAndWaitForEvent calls android.app.UiAutomation.executeAndWaitForEvent.

func (*UiAutomation) ExecuteShellCommand added in v0.0.7

func (m *UiAutomation) ExecuteShellCommand(arg0 string) (*jni.Object, error)

ExecuteShellCommand calls android.app.UiAutomation.executeShellCommand.

func (*UiAutomation) ExecuteShellCommandRw added in v0.0.7

func (m *UiAutomation) ExecuteShellCommandRw(arg0 string) (*jni.Object, error)

ExecuteShellCommandRw calls android.app.UiAutomation.executeShellCommandRw.

func (*UiAutomation) ExecuteShellCommandRwe added in v0.0.7

func (m *UiAutomation) ExecuteShellCommandRwe(arg0 string) (*jni.Object, error)

ExecuteShellCommandRwe calls android.app.UiAutomation.executeShellCommandRwe.

func (*UiAutomation) FindFocus added in v0.0.7

func (m *UiAutomation) FindFocus(arg0 int32) (*jni.Object, error)

FindFocus calls android.app.UiAutomation.findFocus.

func (*UiAutomation) GetRootInActiveWindow added in v0.0.7

func (m *UiAutomation) GetRootInActiveWindow() (*jni.Object, error)

GetRootInActiveWindow calls android.app.UiAutomation.getRootInActiveWindow.

func (*UiAutomation) GetServiceInfo added in v0.0.7

func (m *UiAutomation) GetServiceInfo() (*jni.Object, error)

GetServiceInfo calls android.app.UiAutomation.getServiceInfo.

func (*UiAutomation) GetWindowAnimationFrameStats added in v0.0.7

func (m *UiAutomation) GetWindowAnimationFrameStats() (*jni.Object, error)

GetWindowAnimationFrameStats calls android.app.UiAutomation.getWindowAnimationFrameStats.

func (*UiAutomation) GetWindowContentFrameStats added in v0.0.7

func (m *UiAutomation) GetWindowContentFrameStats(arg0 int32) (*jni.Object, error)

GetWindowContentFrameStats calls android.app.UiAutomation.getWindowContentFrameStats.

func (*UiAutomation) GrantRuntimePermission added in v0.0.7

func (m *UiAutomation) GrantRuntimePermission(arg0 string, arg1 string) error

GrantRuntimePermission calls android.app.UiAutomation.grantRuntimePermission.

func (*UiAutomation) GrantRuntimePermissionAsUser added in v0.0.7

func (m *UiAutomation) GrantRuntimePermissionAsUser(
	arg0 string,
	arg1 string,
	arg2 *jni.Object,
) error

GrantRuntimePermissionAsUser calls android.app.UiAutomation.grantRuntimePermissionAsUser.

func (*UiAutomation) InjectInputEvent added in v0.0.7

func (m *UiAutomation) InjectInputEvent(arg0 *jni.Object, arg1 bool) (bool, error)

InjectInputEvent calls android.app.UiAutomation.injectInputEvent.

func (*UiAutomation) PerformGlobalAction added in v0.0.7

func (m *UiAutomation) PerformGlobalAction(arg0 int32) (bool, error)

PerformGlobalAction calls android.app.UiAutomation.performGlobalAction.

func (*UiAutomation) RevokeRuntimePermission added in v0.0.7

func (m *UiAutomation) RevokeRuntimePermission(arg0 string, arg1 string) error

RevokeRuntimePermission calls android.app.UiAutomation.revokeRuntimePermission.

func (*UiAutomation) RevokeRuntimePermissionAsUser added in v0.0.7

func (m *UiAutomation) RevokeRuntimePermissionAsUser(
	arg0 string,
	arg1 string,
	arg2 *jni.Object,
) error

RevokeRuntimePermissionAsUser calls android.app.UiAutomation.revokeRuntimePermissionAsUser.

func (*UiAutomation) SetAnimationScale added in v0.0.7

func (m *UiAutomation) SetAnimationScale(arg0 float32) error

SetAnimationScale calls android.app.UiAutomation.setAnimationScale.

func (*UiAutomation) SetOnAccessibilityEventListener added in v0.0.7

func (m *UiAutomation) SetOnAccessibilityEventListener(arg0 *jni.Object) error

SetOnAccessibilityEventListener calls android.app.UiAutomation.setOnAccessibilityEventListener.

func (*UiAutomation) SetRotation added in v0.0.7

func (m *UiAutomation) SetRotation(arg0 int32) (bool, error)

SetRotation calls android.app.UiAutomation.setRotation.

func (*UiAutomation) SetRunAsMonkey added in v0.0.7

func (m *UiAutomation) SetRunAsMonkey(arg0 bool) error

SetRunAsMonkey calls android.app.UiAutomation.setRunAsMonkey.

func (*UiAutomation) SetServiceInfo added in v0.0.7

func (m *UiAutomation) SetServiceInfo(arg0 *jni.Object) error

SetServiceInfo calls android.app.UiAutomation.setServiceInfo.

func (*UiAutomation) TakeScreenshot0 added in v0.0.7

func (m *UiAutomation) TakeScreenshot0() (*jni.Object, error)

TakeScreenshot0 calls android.app.UiAutomation.takeScreenshot.

func (*UiAutomation) TakeScreenshot1_1 added in v0.0.7

func (m *UiAutomation) TakeScreenshot1_1(arg0 *jni.Object) (*jni.Object, error)

TakeScreenshot1_1 calls android.app.UiAutomation.takeScreenshot.

func (*UiAutomation) ToString added in v0.0.7

func (m *UiAutomation) ToString() (string, error)

ToString calls android.app.UiAutomation.toString.

func (*UiAutomation) WaitForIdle added in v0.0.7

func (m *UiAutomation) WaitForIdle(arg0 int64, arg1 int64) error

WaitForIdle calls android.app.UiAutomation.waitForIdle.

type UiAutomationAccessibilityEventFilter added in v0.0.7

type UiAutomationAccessibilityEventFilter struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

UiAutomationAccessibilityEventFilter wraps android.app.UiAutomation$AccessibilityEventFilter.

func (*UiAutomationAccessibilityEventFilter) Accept added in v0.0.7

Accept calls android.app.UiAutomation$AccessibilityEventFilter.accept.

type UiAutomationOnAccessibilityEventListener added in v0.0.7

type UiAutomationOnAccessibilityEventListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

UiAutomationOnAccessibilityEventListener wraps android.app.UiAutomation$OnAccessibilityEventListener.

func (*UiAutomationOnAccessibilityEventListener) OnAccessibilityEvent added in v0.0.7

func (m *UiAutomationOnAccessibilityEventListener) OnAccessibilityEvent(arg0 *jni.Object) error

OnAccessibilityEvent calls android.app.UiAutomation$OnAccessibilityEventListener.onAccessibilityEvent.

type UiModeManager added in v0.0.7

type UiModeManager struct {
	VM  *jni.VM
	Ctx *Context
	Obj *jni.GlobalRef
}

UiModeManager wraps android.app.UiModeManager.

func NewUiModeManager added in v0.0.7

func NewUiModeManager(ctx *Context) (*UiModeManager, error)

NewUiModeManager obtains android.app.UiModeManager from the Android system service manager.

func (*UiModeManager) AddContrastChangeListener added in v0.0.7

func (m *UiModeManager) AddContrastChangeListener(arg0 *jni.Object, arg1 *jni.Object) error

AddContrastChangeListener calls android.app.UiModeManager.addContrastChangeListener.

func (*UiModeManager) Close added in v0.0.7

func (m *UiModeManager) Close()

Close releases the global reference to the underlying Java object. After Close, the UiModeManager must not be used.

func (*UiModeManager) DisableCarMode added in v0.0.7

func (m *UiModeManager) DisableCarMode(arg0 int32) error

DisableCarMode calls android.app.UiModeManager.disableCarMode.

func (*UiModeManager) EnableCarMode added in v0.0.7

func (m *UiModeManager) EnableCarMode(arg0 int32) error

EnableCarMode calls android.app.UiModeManager.enableCarMode.

func (*UiModeManager) GetContrast added in v0.0.7

func (m *UiModeManager) GetContrast() (float32, error)

GetContrast calls android.app.UiModeManager.getContrast.

func (*UiModeManager) GetCurrentModeType added in v0.0.7

func (m *UiModeManager) GetCurrentModeType() (int32, error)

GetCurrentModeType calls android.app.UiModeManager.getCurrentModeType.

func (*UiModeManager) GetCustomNightModeEnd added in v0.0.7

func (m *UiModeManager) GetCustomNightModeEnd() (*jni.Object, error)

GetCustomNightModeEnd calls android.app.UiModeManager.getCustomNightModeEnd.

func (*UiModeManager) GetCustomNightModeStart added in v0.0.7

func (m *UiModeManager) GetCustomNightModeStart() (*jni.Object, error)

GetCustomNightModeStart calls android.app.UiModeManager.getCustomNightModeStart.

func (*UiModeManager) GetNightMode added in v0.0.7

func (m *UiModeManager) GetNightMode() (int32, error)

GetNightMode calls android.app.UiModeManager.getNightMode.

func (*UiModeManager) RemoveContrastChangeListener added in v0.0.7

func (m *UiModeManager) RemoveContrastChangeListener(arg0 *jni.Object) error

RemoveContrastChangeListener calls android.app.UiModeManager.removeContrastChangeListener.

func (*UiModeManager) SetApplicationNightMode added in v0.0.7

func (m *UiModeManager) SetApplicationNightMode(arg0 int32) error

SetApplicationNightMode calls android.app.UiModeManager.setApplicationNightMode.

func (*UiModeManager) SetCustomNightModeEnd added in v0.0.7

func (m *UiModeManager) SetCustomNightModeEnd(arg0 *jni.Object) error

SetCustomNightModeEnd calls android.app.UiModeManager.setCustomNightModeEnd.

func (*UiModeManager) SetCustomNightModeStart added in v0.0.7

func (m *UiModeManager) SetCustomNightModeStart(arg0 *jni.Object) error

SetCustomNightModeStart calls android.app.UiModeManager.setCustomNightModeStart.

func (*UiModeManager) SetNightMode added in v0.0.7

func (m *UiModeManager) SetNightMode(arg0 int32) error

SetNightMode calls android.app.UiModeManager.setNightMode.

type UiModeManagerContrastChangeListener added in v0.0.7

type UiModeManagerContrastChangeListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

UiModeManagerContrastChangeListener wraps android.app.UiModeManager$ContrastChangeListener.

func (*UiModeManagerContrastChangeListener) OnContrastChanged added in v0.0.7

func (m *UiModeManagerContrastChangeListener) OnContrastChanged(arg0 float32) error

OnContrastChanged calls android.app.UiModeManager$ContrastChangeListener.onContrastChanged.

type VoiceInteractor added in v0.0.7

type VoiceInteractor struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VoiceInteractor wraps android.app.VoiceInteractor.

func (*VoiceInteractor) GetActiveRequest added in v0.0.7

func (m *VoiceInteractor) GetActiveRequest(arg0 string) (*jni.Object, error)

GetActiveRequest calls android.app.VoiceInteractor.getActiveRequest.

func (*VoiceInteractor) GetActiveRequests added in v0.0.7

func (m *VoiceInteractor) GetActiveRequests() (*jni.Object, error)

GetActiveRequests calls android.app.VoiceInteractor.getActiveRequests.

func (*VoiceInteractor) GetPackageName added in v0.0.7

func (m *VoiceInteractor) GetPackageName() (string, error)

GetPackageName calls android.app.VoiceInteractor.getPackageName.

func (*VoiceInteractor) IsDestroyed added in v0.0.7

func (m *VoiceInteractor) IsDestroyed() (bool, error)

IsDestroyed calls android.app.VoiceInteractor.isDestroyed.

func (*VoiceInteractor) NotifyDirectActionsChanged added in v0.0.7

func (m *VoiceInteractor) NotifyDirectActionsChanged() error

NotifyDirectActionsChanged calls android.app.VoiceInteractor.notifyDirectActionsChanged.

func (*VoiceInteractor) RegisterOnDestroyedCallback added in v0.0.7

func (m *VoiceInteractor) RegisterOnDestroyedCallback(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

RegisterOnDestroyedCallback calls android.app.VoiceInteractor.registerOnDestroyedCallback.

func (*VoiceInteractor) SubmitRequest1 added in v0.0.7

func (m *VoiceInteractor) SubmitRequest1(arg0 *jni.Object) (bool, error)

SubmitRequest1 calls android.app.VoiceInteractor.submitRequest.

func (*VoiceInteractor) SubmitRequest2_1 added in v0.0.7

func (m *VoiceInteractor) SubmitRequest2_1(arg0 *jni.Object, arg1 string) (bool, error)

SubmitRequest2_1 calls android.app.VoiceInteractor.submitRequest.

func (*VoiceInteractor) SupportsCommands added in v0.0.7

func (m *VoiceInteractor) SupportsCommands(arg0 *jni.Object) (*jni.Object, error)

SupportsCommands calls android.app.VoiceInteractor.supportsCommands.

func (*VoiceInteractor) UnregisterOnDestroyedCallback added in v0.0.7

func (m *VoiceInteractor) UnregisterOnDestroyedCallback(arg0 *jni.Object) (bool, error)

UnregisterOnDestroyedCallback calls android.app.VoiceInteractor.unregisterOnDestroyedCallback.

type VoiceInteractorAbortVoiceRequest added in v0.0.7

type VoiceInteractorAbortVoiceRequest struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VoiceInteractorAbortVoiceRequest wraps android.app.VoiceInteractor$AbortVoiceRequest.

func (*VoiceInteractorAbortVoiceRequest) OnAbortResult added in v0.0.7

func (m *VoiceInteractorAbortVoiceRequest) OnAbortResult(arg0 *jni.Object) error

OnAbortResult calls android.app.VoiceInteractor$AbortVoiceRequest.onAbortResult.

type VoiceInteractorCommandRequest added in v0.0.7

type VoiceInteractorCommandRequest struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VoiceInteractorCommandRequest wraps android.app.VoiceInteractor$CommandRequest.

func (*VoiceInteractorCommandRequest) OnCommandResult added in v0.0.7

func (m *VoiceInteractorCommandRequest) OnCommandResult(arg0 bool, arg1 *jni.Object) error

OnCommandResult calls android.app.VoiceInteractor$CommandRequest.onCommandResult.

type VoiceInteractorCompleteVoiceRequest added in v0.0.7

type VoiceInteractorCompleteVoiceRequest struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VoiceInteractorCompleteVoiceRequest wraps android.app.VoiceInteractor$CompleteVoiceRequest.

func (*VoiceInteractorCompleteVoiceRequest) OnCompleteResult added in v0.0.7

func (m *VoiceInteractorCompleteVoiceRequest) OnCompleteResult(arg0 *jni.Object) error

OnCompleteResult calls android.app.VoiceInteractor$CompleteVoiceRequest.onCompleteResult.

type VoiceInteractorConfirmationRequest added in v0.0.7

type VoiceInteractorConfirmationRequest struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VoiceInteractorConfirmationRequest wraps android.app.VoiceInteractor$ConfirmationRequest.

func (*VoiceInteractorConfirmationRequest) OnConfirmationResult added in v0.0.7

func (m *VoiceInteractorConfirmationRequest) OnConfirmationResult(arg0 bool, arg1 *jni.Object) error

OnConfirmationResult calls android.app.VoiceInteractor$ConfirmationRequest.onConfirmationResult.

type VoiceInteractorPickOptionRequest added in v0.0.7

type VoiceInteractorPickOptionRequest struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VoiceInteractorPickOptionRequest wraps android.app.VoiceInteractor$PickOptionRequest.

func (*VoiceInteractorPickOptionRequest) OnPickOptionResult added in v0.0.7

func (m *VoiceInteractorPickOptionRequest) OnPickOptionResult(
	arg0 bool,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnPickOptionResult calls android.app.VoiceInteractor$PickOptionRequest.onPickOptionResult.

type VoiceInteractorPrompt added in v0.0.7

type VoiceInteractorPrompt struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VoiceInteractorPrompt wraps android.app.VoiceInteractor$Prompt.

func (*VoiceInteractorPrompt) CountVoicePrompts added in v0.0.7

func (m *VoiceInteractorPrompt) CountVoicePrompts() (int32, error)

CountVoicePrompts calls android.app.VoiceInteractor$Prompt.countVoicePrompts.

func (*VoiceInteractorPrompt) DescribeContents added in v0.0.7

func (m *VoiceInteractorPrompt) DescribeContents() (int32, error)

DescribeContents calls android.app.VoiceInteractor$Prompt.describeContents.

func (*VoiceInteractorPrompt) GetVisualPrompt added in v0.0.7

func (m *VoiceInteractorPrompt) GetVisualPrompt() (*jni.Object, error)

GetVisualPrompt calls android.app.VoiceInteractor$Prompt.getVisualPrompt.

func (*VoiceInteractorPrompt) GetVoicePromptAt added in v0.0.7

func (m *VoiceInteractorPrompt) GetVoicePromptAt(arg0 int32) (*jni.Object, error)

GetVoicePromptAt calls android.app.VoiceInteractor$Prompt.getVoicePromptAt.

func (*VoiceInteractorPrompt) ToString added in v0.0.7

func (m *VoiceInteractorPrompt) ToString() (string, error)

ToString calls android.app.VoiceInteractor$Prompt.toString.

func (*VoiceInteractorPrompt) WriteToParcel added in v0.0.7

func (m *VoiceInteractorPrompt) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.VoiceInteractor$Prompt.writeToParcel.

type VoiceInteractorRequest added in v0.0.7

type VoiceInteractorRequest struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VoiceInteractorRequest wraps android.app.VoiceInteractor$Request.

func (*VoiceInteractorRequest) Cancel added in v0.0.7

func (m *VoiceInteractorRequest) Cancel() error

Cancel calls android.app.VoiceInteractor$Request.cancel.

func (*VoiceInteractorRequest) GetActivity added in v0.0.7

func (m *VoiceInteractorRequest) GetActivity() (*jni.Object, error)

GetActivity calls android.app.VoiceInteractor$Request.getActivity.

func (*VoiceInteractorRequest) GetContext added in v0.0.7

func (m *VoiceInteractorRequest) GetContext() (*jni.Object, error)

GetContext calls android.app.VoiceInteractor$Request.getContext.

func (*VoiceInteractorRequest) GetName added in v0.0.7

func (m *VoiceInteractorRequest) GetName() (string, error)

GetName calls android.app.VoiceInteractor$Request.getName.

func (*VoiceInteractorRequest) OnAttached added in v0.0.7

func (m *VoiceInteractorRequest) OnAttached(arg0 *jni.Object) error

OnAttached calls android.app.VoiceInteractor$Request.onAttached.

func (*VoiceInteractorRequest) OnCancel added in v0.0.7

func (m *VoiceInteractorRequest) OnCancel() error

OnCancel calls android.app.VoiceInteractor$Request.onCancel.

func (*VoiceInteractorRequest) OnDetached added in v0.0.7

func (m *VoiceInteractorRequest) OnDetached() error

OnDetached calls android.app.VoiceInteractor$Request.onDetached.

func (*VoiceInteractorRequest) ToString added in v0.0.7

func (m *VoiceInteractorRequest) ToString() (string, error)

ToString calls android.app.VoiceInteractor$Request.toString.

type WallpaperColors added in v0.0.7

type WallpaperColors struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WallpaperColors wraps android.app.WallpaperColors.

func NewWallpaperColors added in v0.0.7

func NewWallpaperColors(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (*WallpaperColors, error)

NewWallpaperColors creates a new android.app.WallpaperColors instance.

func (*WallpaperColors) DescribeContents added in v0.0.7

func (m *WallpaperColors) DescribeContents() (int32, error)

DescribeContents calls android.app.WallpaperColors.describeContents.

func (*WallpaperColors) Equals added in v0.0.7

func (m *WallpaperColors) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.app.WallpaperColors.equals.

func (*WallpaperColors) FromBitmap added in v0.0.7

func (m *WallpaperColors) FromBitmap(arg0 *jni.Object) (*jni.Object, error)

FromBitmap calls android.app.WallpaperColors.fromBitmap.

func (*WallpaperColors) FromDrawable added in v0.0.7

func (m *WallpaperColors) FromDrawable(arg0 *jni.Object) (*jni.Object, error)

FromDrawable calls android.app.WallpaperColors.fromDrawable.

func (*WallpaperColors) GetColorHints added in v0.0.7

func (m *WallpaperColors) GetColorHints() (int32, error)

GetColorHints calls android.app.WallpaperColors.getColorHints.

func (*WallpaperColors) GetPrimaryColor added in v0.0.7

func (m *WallpaperColors) GetPrimaryColor() (*jni.Object, error)

GetPrimaryColor calls android.app.WallpaperColors.getPrimaryColor.

func (*WallpaperColors) GetSecondaryColor added in v0.0.7

func (m *WallpaperColors) GetSecondaryColor() (*jni.Object, error)

GetSecondaryColor calls android.app.WallpaperColors.getSecondaryColor.

func (*WallpaperColors) GetTertiaryColor added in v0.0.7

func (m *WallpaperColors) GetTertiaryColor() (*jni.Object, error)

GetTertiaryColor calls android.app.WallpaperColors.getTertiaryColor.

func (*WallpaperColors) HashCode added in v0.0.7

func (m *WallpaperColors) HashCode() (int32, error)

HashCode calls android.app.WallpaperColors.hashCode.

func (*WallpaperColors) ToString added in v0.0.7

func (m *WallpaperColors) ToString() (string, error)

ToString calls android.app.WallpaperColors.toString.

func (*WallpaperColors) WriteToParcel added in v0.0.7

func (m *WallpaperColors) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.WallpaperColors.writeToParcel.

type WallpaperInfo added in v0.0.7

type WallpaperInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WallpaperInfo wraps android.app.WallpaperInfo.

func NewWallpaperInfo added in v0.0.7

func NewWallpaperInfo(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*WallpaperInfo, error)

NewWallpaperInfo creates a new android.app.WallpaperInfo instance.

func (*WallpaperInfo) DescribeContents added in v0.0.7

func (m *WallpaperInfo) DescribeContents() (int32, error)

DescribeContents calls android.app.WallpaperInfo.describeContents.

func (*WallpaperInfo) Dump added in v0.0.7

func (m *WallpaperInfo) Dump(arg0 *jni.Object, arg1 string) error

Dump calls android.app.WallpaperInfo.dump.

func (*WallpaperInfo) GetComponent added in v0.0.7

func (m *WallpaperInfo) GetComponent() (*jni.Object, error)

GetComponent calls android.app.WallpaperInfo.getComponent.

func (*WallpaperInfo) GetPackageName added in v0.0.7

func (m *WallpaperInfo) GetPackageName() (string, error)

GetPackageName calls android.app.WallpaperInfo.getPackageName.

func (*WallpaperInfo) GetServiceInfo added in v0.0.7

func (m *WallpaperInfo) GetServiceInfo() (*jni.Object, error)

GetServiceInfo calls android.app.WallpaperInfo.getServiceInfo.

func (*WallpaperInfo) GetServiceName added in v0.0.7

func (m *WallpaperInfo) GetServiceName() (string, error)

GetServiceName calls android.app.WallpaperInfo.getServiceName.

func (*WallpaperInfo) GetSettingsActivity added in v0.0.7

func (m *WallpaperInfo) GetSettingsActivity() (string, error)

GetSettingsActivity calls android.app.WallpaperInfo.getSettingsActivity.

func (*WallpaperInfo) GetSettingsSliceUri added in v0.0.7

func (m *WallpaperInfo) GetSettingsSliceUri() (*jni.Object, error)

GetSettingsSliceUri calls android.app.WallpaperInfo.getSettingsSliceUri.

func (*WallpaperInfo) GetShowMetadataInPreview added in v0.0.7

func (m *WallpaperInfo) GetShowMetadataInPreview() (bool, error)

GetShowMetadataInPreview calls android.app.WallpaperInfo.getShowMetadataInPreview.

func (*WallpaperInfo) LoadAuthor added in v0.0.7

func (m *WallpaperInfo) LoadAuthor(arg0 *jni.Object) (*jni.Object, error)

LoadAuthor calls android.app.WallpaperInfo.loadAuthor.

func (*WallpaperInfo) LoadContextDescription added in v0.0.7

func (m *WallpaperInfo) LoadContextDescription(arg0 *jni.Object) (*jni.Object, error)

LoadContextDescription calls android.app.WallpaperInfo.loadContextDescription.

func (*WallpaperInfo) LoadContextUri added in v0.0.7

func (m *WallpaperInfo) LoadContextUri(arg0 *jni.Object) (*jni.Object, error)

LoadContextUri calls android.app.WallpaperInfo.loadContextUri.

func (*WallpaperInfo) LoadDescription added in v0.0.7

func (m *WallpaperInfo) LoadDescription(arg0 *jni.Object) (*jni.Object, error)

LoadDescription calls android.app.WallpaperInfo.loadDescription.

func (*WallpaperInfo) LoadIcon added in v0.0.7

func (m *WallpaperInfo) LoadIcon(arg0 *jni.Object) (*jni.Object, error)

LoadIcon calls android.app.WallpaperInfo.loadIcon.

func (*WallpaperInfo) LoadLabel added in v0.0.7

func (m *WallpaperInfo) LoadLabel(arg0 *jni.Object) (*jni.Object, error)

LoadLabel calls android.app.WallpaperInfo.loadLabel.

func (*WallpaperInfo) LoadThumbnail added in v0.0.7

func (m *WallpaperInfo) LoadThumbnail(arg0 *jni.Object) (*jni.Object, error)

LoadThumbnail calls android.app.WallpaperInfo.loadThumbnail.

func (*WallpaperInfo) ShouldUseDefaultUnfoldTransition added in v0.0.7

func (m *WallpaperInfo) ShouldUseDefaultUnfoldTransition() (bool, error)

ShouldUseDefaultUnfoldTransition calls android.app.WallpaperInfo.shouldUseDefaultUnfoldTransition.

func (*WallpaperInfo) SupportsMultipleDisplays added in v0.0.7

func (m *WallpaperInfo) SupportsMultipleDisplays() (bool, error)

SupportsMultipleDisplays calls android.app.WallpaperInfo.supportsMultipleDisplays.

func (*WallpaperInfo) ToString added in v0.0.7

func (m *WallpaperInfo) ToString() (string, error)

ToString calls android.app.WallpaperInfo.toString.

func (*WallpaperInfo) WriteToParcel added in v0.0.7

func (m *WallpaperInfo) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.app.WallpaperInfo.writeToParcel.

type WallpaperManager added in v0.0.7

type WallpaperManager struct {
	VM  *jni.VM
	Ctx *Context
	Obj *jni.GlobalRef
}

WallpaperManager wraps android.app.WallpaperManager.

func NewWallpaperManager added in v0.0.7

func NewWallpaperManager(ctx *Context) (*WallpaperManager, error)

NewWallpaperManager obtains android.app.WallpaperManager from the Android system service manager.

func (*WallpaperManager) Clear0 added in v0.0.7

func (m *WallpaperManager) Clear0() error

Clear0 calls android.app.WallpaperManager.clear.

func (*WallpaperManager) Clear1_1 added in v0.0.7

func (m *WallpaperManager) Clear1_1(arg0 int32) error

Clear1_1 calls android.app.WallpaperManager.clear.

func (*WallpaperManager) ClearWallpaper added in v0.0.7

func (m *WallpaperManager) ClearWallpaper() error

ClearWallpaper calls android.app.WallpaperManager.clearWallpaper.

func (*WallpaperManager) ClearWallpaperOffsets added in v0.0.7

func (m *WallpaperManager) ClearWallpaperOffsets(arg0 *jni.Object) error

ClearWallpaperOffsets calls android.app.WallpaperManager.clearWallpaperOffsets.

func (*WallpaperManager) Close added in v0.0.7

func (m *WallpaperManager) Close()

Close releases the global reference to the underlying Java object. After Close, the WallpaperManager must not be used.

func (*WallpaperManager) ForgetLoadedWallpaper added in v0.0.7

func (m *WallpaperManager) ForgetLoadedWallpaper() error

ForgetLoadedWallpaper calls android.app.WallpaperManager.forgetLoadedWallpaper.

func (*WallpaperManager) GetBuiltInDrawable0 added in v0.0.7

func (m *WallpaperManager) GetBuiltInDrawable0() (*jni.Object, error)

GetBuiltInDrawable0 calls android.app.WallpaperManager.getBuiltInDrawable.

func (*WallpaperManager) GetBuiltInDrawable1_1 added in v0.0.7

func (m *WallpaperManager) GetBuiltInDrawable1_1(arg0 int32) (*jni.Object, error)

GetBuiltInDrawable1_1 calls android.app.WallpaperManager.getBuiltInDrawable.

func (*WallpaperManager) GetBuiltInDrawable5_2 added in v0.0.7

func (m *WallpaperManager) GetBuiltInDrawable5_2(
	arg0 int32,
	arg1 int32,
	arg2 bool,
	arg3 float32,
	arg4 float32,
) (*jni.Object, error)

GetBuiltInDrawable5_2 calls android.app.WallpaperManager.getBuiltInDrawable.

func (*WallpaperManager) GetBuiltInDrawable6_3 added in v0.0.7

func (m *WallpaperManager) GetBuiltInDrawable6_3(
	arg0 int32,
	arg1 int32,
	arg2 bool,
	arg3 float32,
	arg4 float32,
	arg5 int32,
) (*jni.Object, error)

GetBuiltInDrawable6_3 calls android.app.WallpaperManager.getBuiltInDrawable.

func (*WallpaperManager) GetCropAndSetWallpaperIntent added in v0.0.7

func (m *WallpaperManager) GetCropAndSetWallpaperIntent(arg0 *jni.Object) (*jni.Object, error)

GetCropAndSetWallpaperIntent calls android.app.WallpaperManager.getCropAndSetWallpaperIntent.

func (*WallpaperManager) GetDesiredMinimumHeight added in v0.0.7

func (m *WallpaperManager) GetDesiredMinimumHeight() (int32, error)

GetDesiredMinimumHeight calls android.app.WallpaperManager.getDesiredMinimumHeight.

func (*WallpaperManager) GetDesiredMinimumWidth added in v0.0.7

func (m *WallpaperManager) GetDesiredMinimumWidth() (int32, error)

GetDesiredMinimumWidth calls android.app.WallpaperManager.getDesiredMinimumWidth.

func (*WallpaperManager) GetDrawable0 added in v0.0.7

func (m *WallpaperManager) GetDrawable0() (*jni.Object, error)

GetDrawable0 calls android.app.WallpaperManager.getDrawable.

func (*WallpaperManager) GetDrawable1_1 added in v0.0.7

func (m *WallpaperManager) GetDrawable1_1(arg0 int32) (*jni.Object, error)

GetDrawable1_1 calls android.app.WallpaperManager.getDrawable.

func (*WallpaperManager) GetFastDrawable0 added in v0.0.7

func (m *WallpaperManager) GetFastDrawable0() (*jni.Object, error)

GetFastDrawable0 calls android.app.WallpaperManager.getFastDrawable.

func (*WallpaperManager) GetFastDrawable1_1 added in v0.0.7

func (m *WallpaperManager) GetFastDrawable1_1(arg0 int32) (*jni.Object, error)

GetFastDrawable1_1 calls android.app.WallpaperManager.getFastDrawable.

func (*WallpaperManager) GetInstance added in v0.0.7

func (m *WallpaperManager) GetInstance(arg0 *jni.Object) (*jni.Object, error)

GetInstance calls android.app.WallpaperManager.getInstance.

func (*WallpaperManager) GetWallpaperColors added in v0.0.7

func (m *WallpaperManager) GetWallpaperColors(arg0 int32) (*jni.Object, error)

GetWallpaperColors calls android.app.WallpaperManager.getWallpaperColors.

func (*WallpaperManager) GetWallpaperFile added in v0.0.7

func (m *WallpaperManager) GetWallpaperFile(arg0 int32) (*jni.Object, error)

GetWallpaperFile calls android.app.WallpaperManager.getWallpaperFile.

func (*WallpaperManager) GetWallpaperId added in v0.0.7

func (m *WallpaperManager) GetWallpaperId(arg0 int32) (int32, error)

GetWallpaperId calls android.app.WallpaperManager.getWallpaperId.

func (*WallpaperManager) GetWallpaperInfo0 added in v0.0.7

func (m *WallpaperManager) GetWallpaperInfo0() (*jni.Object, error)

GetWallpaperInfo0 calls android.app.WallpaperManager.getWallpaperInfo.

func (*WallpaperManager) GetWallpaperInfo1_1 added in v0.0.7

func (m *WallpaperManager) GetWallpaperInfo1_1(arg0 int32) (*jni.Object, error)

GetWallpaperInfo1_1 calls android.app.WallpaperManager.getWallpaperInfo.

func (*WallpaperManager) HasResourceWallpaper added in v0.0.7

func (m *WallpaperManager) HasResourceWallpaper(arg0 int32) (bool, error)

HasResourceWallpaper calls android.app.WallpaperManager.hasResourceWallpaper.

func (*WallpaperManager) IsSetWallpaperAllowed added in v0.0.7

func (m *WallpaperManager) IsSetWallpaperAllowed() (bool, error)

IsSetWallpaperAllowed calls android.app.WallpaperManager.isSetWallpaperAllowed.

func (*WallpaperManager) IsWallpaperSupported added in v0.0.7

func (m *WallpaperManager) IsWallpaperSupported() (bool, error)

IsWallpaperSupported calls android.app.WallpaperManager.isWallpaperSupported.

func (*WallpaperManager) PeekDrawable0 added in v0.0.7

func (m *WallpaperManager) PeekDrawable0() (*jni.Object, error)

PeekDrawable0 calls android.app.WallpaperManager.peekDrawable.

func (*WallpaperManager) PeekDrawable1_1 added in v0.0.7

func (m *WallpaperManager) PeekDrawable1_1(arg0 int32) (*jni.Object, error)

PeekDrawable1_1 calls android.app.WallpaperManager.peekDrawable.

func (*WallpaperManager) PeekFastDrawable0 added in v0.0.7

func (m *WallpaperManager) PeekFastDrawable0() (*jni.Object, error)

PeekFastDrawable0 calls android.app.WallpaperManager.peekFastDrawable.

func (*WallpaperManager) PeekFastDrawable1_1 added in v0.0.7

func (m *WallpaperManager) PeekFastDrawable1_1(arg0 int32) (*jni.Object, error)

PeekFastDrawable1_1 calls android.app.WallpaperManager.peekFastDrawable.

func (*WallpaperManager) RemoveOnColorsChangedListener added in v0.0.7

func (m *WallpaperManager) RemoveOnColorsChangedListener(arg0 *jni.Object) error

RemoveOnColorsChangedListener calls android.app.WallpaperManager.removeOnColorsChangedListener.

func (*WallpaperManager) SendWallpaperCommand added in v0.0.7

func (m *WallpaperManager) SendWallpaperCommand(
	arg0 *jni.Object,
	arg1 string,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 *jni.Object,
) error

SendWallpaperCommand calls android.app.WallpaperManager.sendWallpaperCommand.

func (*WallpaperManager) SetBitmap1 added in v0.0.7

func (m *WallpaperManager) SetBitmap1(arg0 *jni.Object) error

SetBitmap1 calls android.app.WallpaperManager.setBitmap.

func (*WallpaperManager) SetBitmap3_1 added in v0.0.7

func (m *WallpaperManager) SetBitmap3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
) (int32, error)

SetBitmap3_1 calls android.app.WallpaperManager.setBitmap.

func (*WallpaperManager) SetBitmap4_2 added in v0.0.7

func (m *WallpaperManager) SetBitmap4_2(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
	arg3 int32,
) (int32, error)

SetBitmap4_2 calls android.app.WallpaperManager.setBitmap.

func (*WallpaperManager) SetDisplayPadding added in v0.0.7

func (m *WallpaperManager) SetDisplayPadding(arg0 *jni.Object) error

SetDisplayPadding calls android.app.WallpaperManager.setDisplayPadding.

func (*WallpaperManager) SetResource1 added in v0.0.7

func (m *WallpaperManager) SetResource1(arg0 int32) error

SetResource1 calls android.app.WallpaperManager.setResource.

func (*WallpaperManager) SetResource2_1 added in v0.0.7

func (m *WallpaperManager) SetResource2_1(arg0 int32, arg1 int32) (int32, error)

SetResource2_1 calls android.app.WallpaperManager.setResource.

func (*WallpaperManager) SetStream1 added in v0.0.7

func (m *WallpaperManager) SetStream1(arg0 *jni.Object) error

SetStream1 calls android.app.WallpaperManager.setStream.

func (*WallpaperManager) SetStream3_1 added in v0.0.7

func (m *WallpaperManager) SetStream3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
) (int32, error)

SetStream3_1 calls android.app.WallpaperManager.setStream.

func (*WallpaperManager) SetStream4_2 added in v0.0.7

func (m *WallpaperManager) SetStream4_2(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
	arg3 int32,
) (int32, error)

SetStream4_2 calls android.app.WallpaperManager.setStream.

func (*WallpaperManager) SetWallpaperOffsetSteps added in v0.0.7

func (m *WallpaperManager) SetWallpaperOffsetSteps(arg0 float32, arg1 float32) error

SetWallpaperOffsetSteps calls android.app.WallpaperManager.setWallpaperOffsetSteps.

func (*WallpaperManager) SetWallpaperOffsets added in v0.0.7

func (m *WallpaperManager) SetWallpaperOffsets(
	arg0 *jni.Object,
	arg1 float32,
	arg2 float32,
) error

SetWallpaperOffsets calls android.app.WallpaperManager.setWallpaperOffsets.

func (*WallpaperManager) SuggestDesiredDimensions added in v0.0.7

func (m *WallpaperManager) SuggestDesiredDimensions(arg0 int32, arg1 int32) error

SuggestDesiredDimensions calls android.app.WallpaperManager.suggestDesiredDimensions.

type WallpaperManagerOnColorsChangedListener added in v0.0.7

type WallpaperManagerOnColorsChangedListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WallpaperManagerOnColorsChangedListener wraps android.app.WallpaperManager$OnColorsChangedListener.

func (*WallpaperManagerOnColorsChangedListener) OnColorsChanged added in v0.0.7

func (m *WallpaperManagerOnColorsChangedListener) OnColorsChanged(arg0 *jni.Object, arg1 int32) error

OnColorsChanged calls android.app.WallpaperManager$OnColorsChangedListener.onColorsChanged.

type ZygotePreload added in v0.0.7

type ZygotePreload struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ZygotePreload wraps android.app.ZygotePreload.

func (*ZygotePreload) DoPreload added in v0.0.7

func (m *ZygotePreload) DoPreload(arg0 *jni.Object) error

DoPreload calls android.app.ZygotePreload.doPreload.

Source Files

Directories

Path Synopsis
Package admin provides Go bindings for android.app.admin.
Package admin provides Go bindings for android.app.admin.
Package alarm provides Go bindings for android.app.
Package alarm provides Go bindings for android.app.
Package appfunctions provides Go bindings for android.app.appfunctions.
Package appfunctions provides Go bindings for android.app.appfunctions.
Package appsearch provides Go bindings for android.app.appsearch.
Package appsearch provides Go bindings for android.app.appsearch.
exceptions
Package exceptions provides Go bindings for android.app.appsearch.exceptions.
Package exceptions provides Go bindings for android.app.appsearch.exceptions.
observer
Package observer provides Go bindings for android.app.appsearch.observer.
Package observer provides Go bindings for android.app.appsearch.observer.
util
Package util provides Go bindings for android.app.appsearch.util.
Package util provides Go bindings for android.app.appsearch.util.
Package assist provides Go bindings for android.app.assist.
Package assist provides Go bindings for android.app.assist.
Package backup provides Go bindings for android.app.backup.
Package backup provides Go bindings for android.app.backup.
Package blob provides Go bindings for android.app.blob.
Package blob provides Go bindings for android.app.blob.
Package download provides Go bindings for android.app.
Package download provides Go bindings for android.app.
Package jank provides Go bindings for android.app.jank.
Package jank provides Go bindings for android.app.jank.
job
Package job provides Go bindings for android.app.job.
Package job provides Go bindings for android.app.job.
Package notification provides Go bindings for android.app.
Package notification provides Go bindings for android.app.
Package people provides Go bindings for android.app.people.
Package people provides Go bindings for android.app.people.
Package role provides Go bindings for android.app.role.
Package role provides Go bindings for android.app.role.
Package sdksandbox provides Go bindings for android.app.sdksandbox.
Package sdksandbox provides Go bindings for android.app.sdksandbox.
sdkprovider
Package sdkprovider provides Go bindings for android.app.sdksandbox.sdkprovider.
Package sdkprovider provides Go bindings for android.app.sdksandbox.sdkprovider.
Package slice provides Go bindings for android.app.slice.
Package slice provides Go bindings for android.app.slice.
Package usage provides Go bindings for android.app.usage.
Package usage provides Go bindings for android.app.usage.
Package wallpaper provides Go bindings for android.app.wallpaper.
Package wallpaper provides Go bindings for android.app.wallpaper.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL