content

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: 6 Imported by: 0

Documentation

Overview

Package content provides Go bindings for android.content.

Index

Constants

View Source
const (
	Creator                         = consts.Creator
	ResultApproved                  = consts.ResultApproved
	ResultDenied                    = consts.ResultDenied
	ResultError                     = consts.ResultError
	ResultErrorBadRequest           = consts.ResultErrorBadRequest
	ResultErrorInternal             = consts.ResultErrorInternal
	ResultErrorNetwork              = consts.ResultErrorNetwork
	ResultNoResponse                = consts.ResultNoResponse
	ResultUnknownRequest            = consts.ResultUnknownRequest
	LogSyncDetails                  = consts.LogSyncDetails
	AlreadyInProgress               = consts.AlreadyInProgress
	IdNull                          = consts.IdNull
	TrimMemoryBackground            = consts.TrimMemoryBackground
	TrimMemoryComplete              = consts.TrimMemoryComplete
	TrimMemoryModerate              = consts.TrimMemoryModerate
	TrimMemoryRunningCritical       = consts.TrimMemoryRunningCritical
	TrimMemoryRunningLow            = consts.TrimMemoryRunningLow
	TrimMemoryRunningModerate       = consts.TrimMemoryRunningModerate
	TrimMemoryUiHidden              = consts.TrimMemoryUiHidden
	MatchAdjustmentMask             = consts.MatchAdjustmentMask
	MatchAdjustmentNormal           = consts.MatchAdjustmentNormal
	MatchCategoryEmpty              = consts.MatchCategoryEmpty
	MatchCategoryHost               = consts.MatchCategoryHost
	MatchCategoryMask               = consts.MatchCategoryMask
	MatchCategoryPath               = consts.MatchCategoryPath
	MatchCategoryPort               = consts.MatchCategoryPort
	MatchCategoryScheme             = consts.MatchCategoryScheme
	MatchCategorySchemeSpecificPart = consts.MatchCategorySchemeSpecificPart
	MatchCategoryType               = consts.MatchCategoryType
	NoMatchAction                   = consts.NoMatchAction
	NoMatchCategory                 = consts.NoMatchCategory
	NoMatchData                     = consts.NoMatchData
	NoMatchType                     = consts.NoMatchType
	SystemHighPriority              = consts.SystemHighPriority
	SystemLowPriority               = consts.SystemLowPriority
	ClassificationComplete          = consts.ClassificationComplete
	ClassificationNotComplete       = consts.ClassificationNotComplete
	ClassificationNotPerformed      = consts.ClassificationNotPerformed
	Button1                         = consts.Button1
	Button2                         = consts.Button2
	Button3                         = consts.Button3
	ButtonNegative                  = consts.ButtonNegative
	ButtonNeutral                   = consts.ButtonNeutral
	ButtonPositive                  = consts.ButtonPositive
	Fragment                        = consts.Fragment
	Path                            = consts.Path
	Query                           = consts.Query
	TypeBoolean                     = consts.TypeBoolean
	TypeBundle                      = consts.TypeBundle
	TypeBundleArray                 = consts.TypeBundleArray
	TypeChoice                      = consts.TypeChoice
	TypeInteger                     = consts.TypeInteger
	TypeMultiSelect                 = consts.TypeMultiSelect
	TypeNull                        = consts.TypeNull
	TypeString                      = consts.TypeString
	NoMatch                         = consts.NoMatch
	ActionAllow                     = consts.ActionAllow
	ActionBlock                     = consts.ActionBlock
	DatabaseMode2lines              = consts.DatabaseMode2lines
	DatabaseModeQueries             = consts.DatabaseModeQueries
)
View Source
const (
	ActionPermissionResponseReceived = consts.ActionPermissionResponseReceived
	ActionRequestLocalApproval       = consts.ActionRequestLocalApproval
	ActionRequestPermission          = consts.ActionRequestPermission
	ExtraPackageName                 = consts.ExtraPackageName
	ExtraRequestBundle               = consts.ExtraRequestBundle
	ExtraRequestId                   = consts.ExtraRequestId
	ExtraRequestType                 = consts.ExtraRequestType
	ExtraResponseBundle              = consts.ExtraResponseBundle
	MetaDataAppRestrictions          = consts.MetaDataAppRestrictions
	RequestKeyApproveLabel           = consts.RequestKeyApproveLabel
	RequestKeyData                   = consts.RequestKeyData
	RequestKeyDenyLabel              = consts.RequestKeyDenyLabel
	RequestKeyIcon                   = consts.RequestKeyIcon
	RequestKeyId                     = consts.RequestKeyId
	RequestKeyMessage                = consts.RequestKeyMessage
	RequestKeyNewRequest             = consts.RequestKeyNewRequest
	RequestKeyTitle                  = consts.RequestKeyTitle
	RequestTypeApproval              = consts.RequestTypeApproval
	ResponseKeyErrorCode             = consts.ResponseKeyErrorCode
	ResponseKeyMessage               = consts.ResponseKeyMessage
	ResponseKeyResponseTimestamp     = consts.ResponseKeyResponseTimestamp
	ResponseKeyResult                = consts.ResponseKeyResult
	FeatureDelete                    = consts.FeatureDelete
	FeatureDownload                  = consts.FeatureDownload
	FeatureEdit                      = consts.FeatureEdit
	FeaturePrint                     = consts.FeaturePrint
	FeatureSend                      = consts.FeatureSend
	FeatureView                      = consts.FeatureView
	ExtraIsRemoteDevice              = consts.ExtraIsRemoteDevice
	ExtraIsSensitive                 = consts.ExtraIsSensitive
	MimetypeTextHtml                 = consts.MimetypeTextHtml
	MimetypeTextIntent               = consts.MimetypeTextIntent
	MimetypeTextPlain                = consts.MimetypeTextPlain
	MimetypeTextUrilist              = consts.MimetypeTextUrilist
	MimetypeUnknown                  = consts.MimetypeUnknown
	Tag                              = consts.Tag
)
View Source
const (
	InvalidTime = consts.InvalidTime
)

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.

Types

type AbstractThreadedSyncAdapter added in v0.0.7

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

AbstractThreadedSyncAdapter wraps android.content.AbstractThreadedSyncAdapter.

func (*AbstractThreadedSyncAdapter) GetContext added in v0.0.7

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

GetContext calls android.content.AbstractThreadedSyncAdapter.getContext.

func (*AbstractThreadedSyncAdapter) GetSyncAdapterBinder added in v0.0.7

func (m *AbstractThreadedSyncAdapter) GetSyncAdapterBinder() (*jni.Object, error)

GetSyncAdapterBinder calls android.content.AbstractThreadedSyncAdapter.getSyncAdapterBinder.

func (*AbstractThreadedSyncAdapter) OnPerformSync added in v0.0.7

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

OnPerformSync calls android.content.AbstractThreadedSyncAdapter.onPerformSync.

func (*AbstractThreadedSyncAdapter) OnSecurityException added in v0.0.7

func (m *AbstractThreadedSyncAdapter) OnSecurityException(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
	arg3 *jni.Object,
) error

OnSecurityException calls android.content.AbstractThreadedSyncAdapter.onSecurityException.

func (*AbstractThreadedSyncAdapter) OnSyncCanceled0 added in v0.0.7

func (m *AbstractThreadedSyncAdapter) OnSyncCanceled0() error

OnSyncCanceled0 calls android.content.AbstractThreadedSyncAdapter.onSyncCanceled.

func (*AbstractThreadedSyncAdapter) OnSyncCanceled1_1 added in v0.0.7

func (m *AbstractThreadedSyncAdapter) OnSyncCanceled1_1(arg0 *jni.Object) error

OnSyncCanceled1_1 calls android.content.AbstractThreadedSyncAdapter.onSyncCanceled.

func (*AbstractThreadedSyncAdapter) OnUnsyncableAccount added in v0.0.7

func (m *AbstractThreadedSyncAdapter) OnUnsyncableAccount() (bool, error)

OnUnsyncableAccount calls android.content.AbstractThreadedSyncAdapter.onUnsyncableAccount.

type ActivityNotFoundException added in v0.0.7

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

ActivityNotFoundException wraps android.content.ActivityNotFoundException.

func NewActivityNotFoundException added in v0.0.7

func NewActivityNotFoundException(vm *jni.VM) (*ActivityNotFoundException, error)

NewActivityNotFoundException creates a new android.content.ActivityNotFoundException instance.

type AsyncQueryHandler added in v0.0.7

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

AsyncQueryHandler wraps android.content.AsyncQueryHandler.

func (*AsyncQueryHandler) CancelOperation added in v0.0.7

func (m *AsyncQueryHandler) CancelOperation(arg0 int32) error

CancelOperation calls android.content.AsyncQueryHandler.cancelOperation.

func (*AsyncQueryHandler) HandleMessage added in v0.0.7

func (m *AsyncQueryHandler) HandleMessage(arg0 *jni.Object) error

HandleMessage calls android.content.AsyncQueryHandler.handleMessage.

func (*AsyncQueryHandler) StartDelete added in v0.0.7

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

StartDelete calls android.content.AsyncQueryHandler.startDelete.

func (*AsyncQueryHandler) StartInsert added in v0.0.7

func (m *AsyncQueryHandler) StartInsert(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

StartInsert calls android.content.AsyncQueryHandler.startInsert.

func (*AsyncQueryHandler) StartQuery added in v0.0.7

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

StartQuery calls android.content.AsyncQueryHandler.startQuery.

func (*AsyncQueryHandler) StartUpdate added in v0.0.7

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

StartUpdate calls android.content.AsyncQueryHandler.startUpdate.

type AsyncQueryHandlerWorkerHandler added in v0.0.7

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

AsyncQueryHandlerWorkerHandler wraps android.content.AsyncQueryHandler$WorkerHandler.

func (*AsyncQueryHandlerWorkerHandler) HandleMessage added in v0.0.7

func (m *AsyncQueryHandlerWorkerHandler) HandleMessage(arg0 *jni.Object) error

HandleMessage calls android.content.AsyncQueryHandler$WorkerHandler.handleMessage.

type AsyncTaskLoader added in v0.0.7

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

AsyncTaskLoader wraps android.content.AsyncTaskLoader.

func (*AsyncTaskLoader) CancelLoadInBackground added in v0.0.7

func (m *AsyncTaskLoader) CancelLoadInBackground() error

CancelLoadInBackground calls android.content.AsyncTaskLoader.cancelLoadInBackground.

func (*AsyncTaskLoader) Dump added in v0.0.7

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

Dump calls android.content.AsyncTaskLoader.dump.

func (*AsyncTaskLoader) IsLoadInBackgroundCanceled added in v0.0.7

func (m *AsyncTaskLoader) IsLoadInBackgroundCanceled() (bool, error)

IsLoadInBackgroundCanceled calls android.content.AsyncTaskLoader.isLoadInBackgroundCanceled.

func (*AsyncTaskLoader) SetUpdateThrottle added in v0.0.7

func (m *AsyncTaskLoader) SetUpdateThrottle(arg0 int64) error

SetUpdateThrottle calls android.content.AsyncTaskLoader.setUpdateThrottle.

type AttributionSource added in v0.0.7

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

AttributionSource wraps android.content.AttributionSource.

func (*AttributionSource) CheckCallingUid added in v0.0.7

func (m *AttributionSource) CheckCallingUid() (bool, error)

CheckCallingUid calls android.content.AttributionSource.checkCallingUid.

func (*AttributionSource) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.AttributionSource.describeContents.

func (*AttributionSource) EnforceCallingUid added in v0.0.7

func (m *AttributionSource) EnforceCallingUid() error

EnforceCallingUid calls android.content.AttributionSource.enforceCallingUid.

func (*AttributionSource) Equals added in v0.0.7

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

Equals calls android.content.AttributionSource.equals.

func (*AttributionSource) GetAttributionTag added in v0.0.7

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

GetAttributionTag calls android.content.AttributionSource.getAttributionTag.

func (*AttributionSource) GetDeviceId added in v0.0.7

func (m *AttributionSource) GetDeviceId() (int32, error)

GetDeviceId calls android.content.AttributionSource.getDeviceId.

func (*AttributionSource) GetNext added in v0.0.7

func (m *AttributionSource) GetNext() (*jni.Object, error)

GetNext calls android.content.AttributionSource.getNext.

func (*AttributionSource) GetPackageName added in v0.0.7

func (m *AttributionSource) GetPackageName() (string, error)

GetPackageName calls android.content.AttributionSource.getPackageName.

func (*AttributionSource) GetPid added in v0.0.7

func (m *AttributionSource) GetPid() (int32, error)

GetPid calls android.content.AttributionSource.getPid.

func (*AttributionSource) GetUid added in v0.0.7

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

GetUid calls android.content.AttributionSource.getUid.

func (*AttributionSource) HashCode added in v0.0.7

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

HashCode calls android.content.AttributionSource.hashCode.

func (*AttributionSource) IsTrusted added in v0.0.7

func (m *AttributionSource) IsTrusted(arg0 *jni.Object) (bool, error)

IsTrusted calls android.content.AttributionSource.isTrusted.

func (*AttributionSource) MyAttributionSource added in v0.0.7

func (m *AttributionSource) MyAttributionSource() (*jni.Object, error)

MyAttributionSource calls android.content.AttributionSource.myAttributionSource.

func (*AttributionSource) ToString added in v0.0.7

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

ToString calls android.content.AttributionSource.toString.

func (*AttributionSource) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.AttributionSource.writeToParcel.

type AttributionSourceBuilder added in v0.0.7

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

AttributionSourceBuilder wraps android.content.AttributionSource$Builder.

func (*AttributionSourceBuilder) Build added in v0.0.7

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

Build calls android.content.AttributionSource$Builder.build.

func (*AttributionSourceBuilder) SetAttributionTag added in v0.0.7

func (m *AttributionSourceBuilder) SetAttributionTag(arg0 string) (*jni.Object, error)

SetAttributionTag calls android.content.AttributionSource$Builder.setAttributionTag.

func (*AttributionSourceBuilder) SetDeviceId added in v0.0.7

func (m *AttributionSourceBuilder) SetDeviceId(arg0 int32) (*jni.Object, error)

SetDeviceId calls android.content.AttributionSource$Builder.setDeviceId.

func (*AttributionSourceBuilder) SetNext added in v0.0.7

func (m *AttributionSourceBuilder) SetNext(arg0 *jni.Object) (*jni.Object, error)

SetNext calls android.content.AttributionSource$Builder.setNext.

func (*AttributionSourceBuilder) SetPackageName added in v0.0.7

func (m *AttributionSourceBuilder) SetPackageName(arg0 string) (*jni.Object, error)

SetPackageName calls android.content.AttributionSource$Builder.setPackageName.

func (*AttributionSourceBuilder) SetPid added in v0.0.7

func (m *AttributionSourceBuilder) SetPid(arg0 int32) (*jni.Object, error)

SetPid calls android.content.AttributionSource$Builder.setPid.

type BroadcastReceiver added in v0.0.4

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

BroadcastReceiver wraps android.content.BroadcastReceiver.

func (*BroadcastReceiver) AbortBroadcast added in v0.0.4

func (m *BroadcastReceiver) AbortBroadcast() error

AbortBroadcast calls android.content.BroadcastReceiver.abortBroadcast.

func (*BroadcastReceiver) ClearAbortBroadcast added in v0.0.4

func (m *BroadcastReceiver) ClearAbortBroadcast() error

ClearAbortBroadcast calls android.content.BroadcastReceiver.clearAbortBroadcast.

func (*BroadcastReceiver) GetAbortBroadcast added in v0.0.4

func (m *BroadcastReceiver) GetAbortBroadcast() (bool, error)

GetAbortBroadcast calls android.content.BroadcastReceiver.getAbortBroadcast.

func (*BroadcastReceiver) GetDebugUnregister added in v0.0.4

func (m *BroadcastReceiver) GetDebugUnregister() (bool, error)

GetDebugUnregister calls android.content.BroadcastReceiver.getDebugUnregister.

func (*BroadcastReceiver) GetResultCode added in v0.0.4

func (m *BroadcastReceiver) GetResultCode() (int32, error)

GetResultCode calls android.content.BroadcastReceiver.getResultCode.

func (*BroadcastReceiver) GetResultData added in v0.0.4

func (m *BroadcastReceiver) GetResultData() (string, error)

GetResultData calls android.content.BroadcastReceiver.getResultData.

func (*BroadcastReceiver) GetResultExtras added in v0.0.4

func (m *BroadcastReceiver) GetResultExtras(arg0 bool) (*jni.Object, error)

GetResultExtras calls android.content.BroadcastReceiver.getResultExtras.

func (*BroadcastReceiver) GetSentFromPackage added in v0.0.4

func (m *BroadcastReceiver) GetSentFromPackage() (string, error)

GetSentFromPackage calls android.content.BroadcastReceiver.getSentFromPackage.

func (*BroadcastReceiver) GetSentFromUid added in v0.0.4

func (m *BroadcastReceiver) GetSentFromUid() (int32, error)

GetSentFromUid calls android.content.BroadcastReceiver.getSentFromUid.

func (*BroadcastReceiver) GoAsync added in v0.0.4

func (m *BroadcastReceiver) GoAsync() (*jni.Object, error)

GoAsync calls android.content.BroadcastReceiver.goAsync.

func (*BroadcastReceiver) IsInitialStickyBroadcast added in v0.0.4

func (m *BroadcastReceiver) IsInitialStickyBroadcast() (bool, error)

IsInitialStickyBroadcast calls android.content.BroadcastReceiver.isInitialStickyBroadcast.

func (*BroadcastReceiver) IsOrderedBroadcast added in v0.0.4

func (m *BroadcastReceiver) IsOrderedBroadcast() (bool, error)

IsOrderedBroadcast calls android.content.BroadcastReceiver.isOrderedBroadcast.

func (*BroadcastReceiver) OnReceive added in v0.0.4

func (m *BroadcastReceiver) OnReceive(arg0 *jni.Object, arg1 *jni.Object) error

OnReceive calls android.content.BroadcastReceiver.onReceive.

func (*BroadcastReceiver) PeekService added in v0.0.4

func (m *BroadcastReceiver) PeekService(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

PeekService calls android.content.BroadcastReceiver.peekService.

func (*BroadcastReceiver) SetDebugUnregister added in v0.0.4

func (m *BroadcastReceiver) SetDebugUnregister(arg0 bool) error

SetDebugUnregister calls android.content.BroadcastReceiver.setDebugUnregister.

func (*BroadcastReceiver) SetOrderedHint added in v0.0.4

func (m *BroadcastReceiver) SetOrderedHint(arg0 bool) error

SetOrderedHint calls android.content.BroadcastReceiver.setOrderedHint.

func (*BroadcastReceiver) SetResult added in v0.0.4

func (m *BroadcastReceiver) SetResult(
	arg0 int32,
	arg1 string,
	arg2 *jni.Object,
) error

SetResult calls android.content.BroadcastReceiver.setResult.

func (*BroadcastReceiver) SetResultCode added in v0.0.4

func (m *BroadcastReceiver) SetResultCode(arg0 int32) error

SetResultCode calls android.content.BroadcastReceiver.setResultCode.

func (*BroadcastReceiver) SetResultData added in v0.0.4

func (m *BroadcastReceiver) SetResultData(arg0 string) error

SetResultData calls android.content.BroadcastReceiver.setResultData.

func (*BroadcastReceiver) SetResultExtras added in v0.0.4

func (m *BroadcastReceiver) SetResultExtras(arg0 *jni.Object) error

SetResultExtras calls android.content.BroadcastReceiver.setResultExtras.

type BroadcastReceiverPendingResult added in v0.0.7

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

BroadcastReceiverPendingResult wraps android.content.BroadcastReceiver$PendingResult.

func (*BroadcastReceiverPendingResult) AbortBroadcast added in v0.0.7

func (m *BroadcastReceiverPendingResult) AbortBroadcast() error

AbortBroadcast calls android.content.BroadcastReceiver$PendingResult.abortBroadcast.

func (*BroadcastReceiverPendingResult) ClearAbortBroadcast added in v0.0.7

func (m *BroadcastReceiverPendingResult) ClearAbortBroadcast() error

ClearAbortBroadcast calls android.content.BroadcastReceiver$PendingResult.clearAbortBroadcast.

func (*BroadcastReceiverPendingResult) Finish added in v0.0.7

Finish calls android.content.BroadcastReceiver$PendingResult.finish.

func (*BroadcastReceiverPendingResult) GetAbortBroadcast added in v0.0.7

func (m *BroadcastReceiverPendingResult) GetAbortBroadcast() (bool, error)

GetAbortBroadcast calls android.content.BroadcastReceiver$PendingResult.getAbortBroadcast.

func (*BroadcastReceiverPendingResult) GetResultCode added in v0.0.7

func (m *BroadcastReceiverPendingResult) GetResultCode() (int32, error)

GetResultCode calls android.content.BroadcastReceiver$PendingResult.getResultCode.

func (*BroadcastReceiverPendingResult) GetResultData added in v0.0.7

func (m *BroadcastReceiverPendingResult) GetResultData() (string, error)

GetResultData calls android.content.BroadcastReceiver$PendingResult.getResultData.

func (*BroadcastReceiverPendingResult) GetResultExtras added in v0.0.7

func (m *BroadcastReceiverPendingResult) GetResultExtras(arg0 bool) (*jni.Object, error)

GetResultExtras calls android.content.BroadcastReceiver$PendingResult.getResultExtras.

func (*BroadcastReceiverPendingResult) SetResult added in v0.0.7

func (m *BroadcastReceiverPendingResult) SetResult(
	arg0 int32,
	arg1 string,
	arg2 *jni.Object,
) error

SetResult calls android.content.BroadcastReceiver$PendingResult.setResult.

func (*BroadcastReceiverPendingResult) SetResultCode added in v0.0.7

func (m *BroadcastReceiverPendingResult) SetResultCode(arg0 int32) error

SetResultCode calls android.content.BroadcastReceiver$PendingResult.setResultCode.

func (*BroadcastReceiverPendingResult) SetResultData added in v0.0.7

func (m *BroadcastReceiverPendingResult) SetResultData(arg0 string) error

SetResultData calls android.content.BroadcastReceiver$PendingResult.setResultData.

func (*BroadcastReceiverPendingResult) SetResultExtras added in v0.0.7

func (m *BroadcastReceiverPendingResult) SetResultExtras(arg0 *jni.Object) error

SetResultExtras calls android.content.BroadcastReceiver$PendingResult.setResultExtras.

type ClipDescription added in v0.0.7

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

ClipDescription wraps android.content.ClipDescription.

func NewClipDescription added in v0.0.7

func NewClipDescription(vm *jni.VM, arg0 *jni.Object) (*ClipDescription, error)

NewClipDescription creates a new android.content.ClipDescription instance.

func (*ClipDescription) CompareMimeTypes added in v0.0.7

func (m *ClipDescription) CompareMimeTypes(arg0 string, arg1 string) (bool, error)

CompareMimeTypes calls android.content.ClipDescription.compareMimeTypes.

func (*ClipDescription) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.ClipDescription.describeContents.

func (*ClipDescription) FilterMimeTypes added in v0.0.7

func (m *ClipDescription) FilterMimeTypes(arg0 string) (*jni.Object, error)

FilterMimeTypes calls android.content.ClipDescription.filterMimeTypes.

func (*ClipDescription) GetClassificationStatus added in v0.0.7

func (m *ClipDescription) GetClassificationStatus() (int32, error)

GetClassificationStatus calls android.content.ClipDescription.getClassificationStatus.

func (*ClipDescription) GetConfidenceScore added in v0.0.7

func (m *ClipDescription) GetConfidenceScore(arg0 string) (float32, error)

GetConfidenceScore calls android.content.ClipDescription.getConfidenceScore.

func (*ClipDescription) GetExtras added in v0.0.7

func (m *ClipDescription) GetExtras() (*jni.Object, error)

GetExtras calls android.content.ClipDescription.getExtras.

func (*ClipDescription) GetLabel added in v0.0.7

func (m *ClipDescription) GetLabel() (*jni.Object, error)

GetLabel calls android.content.ClipDescription.getLabel.

func (*ClipDescription) GetMimeType added in v0.0.7

func (m *ClipDescription) GetMimeType(arg0 int32) (string, error)

GetMimeType calls android.content.ClipDescription.getMimeType.

func (*ClipDescription) GetMimeTypeCount added in v0.0.7

func (m *ClipDescription) GetMimeTypeCount() (int32, error)

GetMimeTypeCount calls android.content.ClipDescription.getMimeTypeCount.

func (*ClipDescription) GetTimestamp added in v0.0.7

func (m *ClipDescription) GetTimestamp() (int64, error)

GetTimestamp calls android.content.ClipDescription.getTimestamp.

func (*ClipDescription) HasMimeType added in v0.0.7

func (m *ClipDescription) HasMimeType(arg0 string) (bool, error)

HasMimeType calls android.content.ClipDescription.hasMimeType.

func (*ClipDescription) IsStyledText added in v0.0.7

func (m *ClipDescription) IsStyledText() (bool, error)

IsStyledText calls android.content.ClipDescription.isStyledText.

func (*ClipDescription) SetExtras added in v0.0.7

func (m *ClipDescription) SetExtras(arg0 *jni.Object) error

SetExtras calls android.content.ClipDescription.setExtras.

func (*ClipDescription) ToString added in v0.0.7

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

ToString calls android.content.ClipDescription.toString.

func (*ClipDescription) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.ClipDescription.writeToParcel.

type ComponentCallbacks added in v0.0.7

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

ComponentCallbacks wraps android.content.ComponentCallbacks.

func (*ComponentCallbacks) OnConfigurationChanged added in v0.0.7

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

OnConfigurationChanged calls android.content.ComponentCallbacks.onConfigurationChanged.

func (*ComponentCallbacks) OnLowMemory added in v0.0.7

func (m *ComponentCallbacks) OnLowMemory() error

OnLowMemory calls android.content.ComponentCallbacks.onLowMemory.

type ComponentCallbacks2 added in v0.0.7

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

ComponentCallbacks2 wraps android.content.ComponentCallbacks2.

func (*ComponentCallbacks2) OnTrimMemory added in v0.0.7

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

OnTrimMemory calls android.content.ComponentCallbacks2.onTrimMemory.

type ComponentName added in v0.0.7

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

ComponentName wraps android.content.ComponentName.

func NewComponentName added in v0.0.7

func NewComponentName(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*ComponentName, error)

NewComponentName creates a new android.content.ComponentName instance.

func (*ComponentName) Clone0 added in v0.0.7

func (m *ComponentName) Clone0() (*jni.Object, error)

Clone0 calls android.content.ComponentName.clone.

func (*ComponentName) Clone0_1 added in v0.0.7

func (m *ComponentName) Clone0_1() (*jni.Object, error)

Clone0_1 calls android.content.ComponentName.clone.

func (*ComponentName) CompareTo1 added in v0.0.7

func (m *ComponentName) CompareTo1(arg0 *jni.Object) (int32, error)

CompareTo1 calls android.content.ComponentName.compareTo.

func (*ComponentName) CompareTo1_1 added in v0.0.7

func (m *ComponentName) CompareTo1_1(arg0 *jni.Object) (int32, error)

CompareTo1_1 calls android.content.ComponentName.compareTo.

func (*ComponentName) CreateRelative2 added in v0.0.7

func (m *ComponentName) CreateRelative2(arg0 *jni.Object, arg1 string) (*jni.Object, error)

CreateRelative2 calls android.content.ComponentName.createRelative.

func (*ComponentName) CreateRelative2_1 added in v0.0.7

func (m *ComponentName) CreateRelative2_1(arg0 string, arg1 string) (*jni.Object, error)

CreateRelative2_1 calls android.content.ComponentName.createRelative.

func (*ComponentName) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.ComponentName.describeContents.

func (*ComponentName) Equals added in v0.0.7

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

Equals calls android.content.ComponentName.equals.

func (*ComponentName) FlattenToShortString added in v0.0.7

func (m *ComponentName) FlattenToShortString() (string, error)

FlattenToShortString calls android.content.ComponentName.flattenToShortString.

func (*ComponentName) FlattenToString added in v0.0.7

func (m *ComponentName) FlattenToString() (string, error)

FlattenToString calls android.content.ComponentName.flattenToString.

func (*ComponentName) GetClassName added in v0.0.7

func (m *ComponentName) GetClassName() (string, error)

GetClassName calls android.content.ComponentName.getClassName.

func (*ComponentName) GetPackageName added in v0.0.7

func (m *ComponentName) GetPackageName() (string, error)

GetPackageName calls android.content.ComponentName.getPackageName.

func (*ComponentName) GetShortClassName added in v0.0.7

func (m *ComponentName) GetShortClassName() (string, error)

GetShortClassName calls android.content.ComponentName.getShortClassName.

func (*ComponentName) HashCode added in v0.0.7

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

HashCode calls android.content.ComponentName.hashCode.

func (*ComponentName) ReadFromParcel added in v0.0.7

func (m *ComponentName) ReadFromParcel(arg0 *jni.Object) (*jni.Object, error)

ReadFromParcel calls android.content.ComponentName.readFromParcel.

func (*ComponentName) ToShortString added in v0.0.7

func (m *ComponentName) ToShortString() (string, error)

ToShortString calls android.content.ComponentName.toShortString.

func (*ComponentName) ToString added in v0.0.7

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

ToString calls android.content.ComponentName.toString.

func (*ComponentName) UnflattenFromString added in v0.0.7

func (m *ComponentName) UnflattenFromString(arg0 string) (*jni.Object, error)

UnflattenFromString calls android.content.ComponentName.unflattenFromString.

func (*ComponentName) WriteToParcel2 added in v0.0.7

func (m *ComponentName) WriteToParcel2(arg0 *jni.Object, arg1 *jni.Object) error

WriteToParcel2 calls android.content.ComponentName.writeToParcel.

func (*ComponentName) WriteToParcel2_1 added in v0.0.7

func (m *ComponentName) WriteToParcel2_1(arg0 *jni.Object, arg1 int32) error

WriteToParcel2_1 calls android.content.ComponentName.writeToParcel.

type ContextParams added in v0.0.7

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

ContextParams wraps android.content.ContextParams.

func (*ContextParams) GetAttributionTag added in v0.0.7

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

GetAttributionTag calls android.content.ContextParams.getAttributionTag.

func (*ContextParams) GetNextAttributionSource added in v0.0.7

func (m *ContextParams) GetNextAttributionSource() (*jni.Object, error)

GetNextAttributionSource calls android.content.ContextParams.getNextAttributionSource.

func (*ContextParams) ShouldRegisterAttributionSource added in v0.0.7

func (m *ContextParams) ShouldRegisterAttributionSource() (bool, error)

ShouldRegisterAttributionSource calls android.content.ContextParams.shouldRegisterAttributionSource.

type ContextParamsBuilder added in v0.0.7

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

ContextParamsBuilder wraps android.content.ContextParams$Builder.

func (*ContextParamsBuilder) Build added in v0.0.7

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

Build calls android.content.ContextParams$Builder.build.

func (*ContextParamsBuilder) SetAttributionTag added in v0.0.7

func (m *ContextParamsBuilder) SetAttributionTag(arg0 string) (*jni.Object, error)

SetAttributionTag calls android.content.ContextParams$Builder.setAttributionTag.

func (*ContextParamsBuilder) SetNextAttributionSource added in v0.0.7

func (m *ContextParamsBuilder) SetNextAttributionSource(arg0 *jni.Object) (*jni.Object, error)

SetNextAttributionSource calls android.content.ContextParams$Builder.setNextAttributionSource.

func (*ContextParamsBuilder) SetShouldRegisterAttributionSource added in v0.0.7

func (m *ContextParamsBuilder) SetShouldRegisterAttributionSource(arg0 bool) (*jni.Object, error)

SetShouldRegisterAttributionSource calls android.content.ContextParams$Builder.setShouldRegisterAttributionSource.

type ContextWrapper added in v0.0.7

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

ContextWrapper wraps android.content.ContextWrapper.

func NewContextWrapper added in v0.0.7

func NewContextWrapper(vm *jni.VM, arg0 *jni.Object) (*ContextWrapper, error)

NewContextWrapper creates a new android.content.ContextWrapper instance.

func (*ContextWrapper) BindIsolatedService added in v0.0.7

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

BindIsolatedService calls android.content.ContextWrapper.bindIsolatedService.

func (*ContextWrapper) BindService3_1 added in v0.0.7

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

BindService3_1 calls android.content.ContextWrapper.bindService.

func (*ContextWrapper) BindService3_2 added in v0.0.7

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

BindService3_2 calls android.content.ContextWrapper.bindService.

func (*ContextWrapper) BindService4 added in v0.0.7

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

BindService4 calls android.content.ContextWrapper.bindService.

func (*ContextWrapper) BindService4_3 added in v0.0.7

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

BindService4_3 calls android.content.ContextWrapper.bindService.

func (*ContextWrapper) BindServiceAsUser4 added in v0.0.7

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

BindServiceAsUser4 calls android.content.ContextWrapper.bindServiceAsUser.

func (*ContextWrapper) BindServiceAsUser4_1 added in v0.0.7

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

BindServiceAsUser4_1 calls android.content.ContextWrapper.bindServiceAsUser.

func (*ContextWrapper) CheckCallingOrSelfPermission added in v0.0.7

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

CheckCallingOrSelfPermission calls android.content.ContextWrapper.checkCallingOrSelfPermission.

func (*ContextWrapper) CheckCallingOrSelfUriPermission added in v0.0.7

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

CheckCallingOrSelfUriPermission calls android.content.ContextWrapper.checkCallingOrSelfUriPermission.

func (*ContextWrapper) CheckCallingPermission added in v0.0.7

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

CheckCallingPermission calls android.content.ContextWrapper.checkCallingPermission.

func (*ContextWrapper) CheckCallingUriPermission added in v0.0.7

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

CheckCallingUriPermission calls android.content.ContextWrapper.checkCallingUriPermission.

func (*ContextWrapper) CheckContentUriPermissionFull added in v0.0.7

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

CheckContentUriPermissionFull calls android.content.ContextWrapper.checkContentUriPermissionFull.

func (*ContextWrapper) CheckPermission added in v0.0.7

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

CheckPermission calls android.content.ContextWrapper.checkPermission.

func (*ContextWrapper) CheckSelfPermission added in v0.0.7

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

CheckSelfPermission calls android.content.ContextWrapper.checkSelfPermission.

func (*ContextWrapper) CheckUriPermission4 added in v0.0.7

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

CheckUriPermission4 calls android.content.ContextWrapper.checkUriPermission.

func (*ContextWrapper) CheckUriPermission6_1 added in v0.0.7

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

CheckUriPermission6_1 calls android.content.ContextWrapper.checkUriPermission.

func (*ContextWrapper) ClearWallpaper added in v0.0.7

func (m *ContextWrapper) ClearWallpaper() error

ClearWallpaper calls android.content.ContextWrapper.clearWallpaper.

func (*ContextWrapper) CreateAttributionContext added in v0.0.7

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

CreateAttributionContext calls android.content.ContextWrapper.createAttributionContext.

func (*ContextWrapper) CreateConfigurationContext added in v0.0.7

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

CreateConfigurationContext calls android.content.ContextWrapper.createConfigurationContext.

func (*ContextWrapper) CreateContext added in v0.0.7

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

CreateContext calls android.content.ContextWrapper.createContext.

func (*ContextWrapper) CreateContextForSplit added in v0.0.7

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

CreateContextForSplit calls android.content.ContextWrapper.createContextForSplit.

func (*ContextWrapper) CreateDeviceContext added in v0.0.7

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

CreateDeviceContext calls android.content.ContextWrapper.createDeviceContext.

func (*ContextWrapper) CreateDeviceProtectedStorageContext added in v0.0.7

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

CreateDeviceProtectedStorageContext calls android.content.ContextWrapper.createDeviceProtectedStorageContext.

func (*ContextWrapper) CreateDisplayContext added in v0.0.7

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

CreateDisplayContext calls android.content.ContextWrapper.createDisplayContext.

func (*ContextWrapper) CreatePackageContext added in v0.0.7

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

CreatePackageContext calls android.content.ContextWrapper.createPackageContext.

func (*ContextWrapper) CreateWindowContext2_1 added in v0.0.7

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

CreateWindowContext2_1 calls android.content.ContextWrapper.createWindowContext.

func (*ContextWrapper) CreateWindowContext3 added in v0.0.7

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

CreateWindowContext3 calls android.content.ContextWrapper.createWindowContext.

func (*ContextWrapper) DatabaseList added in v0.0.7

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

DatabaseList calls android.content.ContextWrapper.databaseList.

func (*ContextWrapper) DeleteDatabase added in v0.0.7

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

DeleteDatabase calls android.content.ContextWrapper.deleteDatabase.

func (*ContextWrapper) DeleteFile added in v0.0.7

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

DeleteFile calls android.content.ContextWrapper.deleteFile.

func (*ContextWrapper) DeleteSharedPreferences added in v0.0.7

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

DeleteSharedPreferences calls android.content.ContextWrapper.deleteSharedPreferences.

func (*ContextWrapper) EnforceCallingOrSelfPermission added in v0.0.7

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

EnforceCallingOrSelfPermission calls android.content.ContextWrapper.enforceCallingOrSelfPermission.

func (*ContextWrapper) EnforceCallingOrSelfUriPermission added in v0.0.7

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

EnforceCallingOrSelfUriPermission calls android.content.ContextWrapper.enforceCallingOrSelfUriPermission.

func (*ContextWrapper) EnforceCallingPermission added in v0.0.7

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

EnforceCallingPermission calls android.content.ContextWrapper.enforceCallingPermission.

func (*ContextWrapper) EnforceCallingUriPermission added in v0.0.7

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

EnforceCallingUriPermission calls android.content.ContextWrapper.enforceCallingUriPermission.

func (*ContextWrapper) EnforcePermission added in v0.0.7

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

EnforcePermission calls android.content.ContextWrapper.enforcePermission.

func (*ContextWrapper) EnforceUriPermission5 added in v0.0.7

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

EnforceUriPermission5 calls android.content.ContextWrapper.enforceUriPermission.

func (*ContextWrapper) EnforceUriPermission7_1 added in v0.0.7

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

EnforceUriPermission7_1 calls android.content.ContextWrapper.enforceUriPermission.

func (*ContextWrapper) FileList added in v0.0.7

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

FileList calls android.content.ContextWrapper.fileList.

func (*ContextWrapper) GetApplicationContext added in v0.0.7

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

GetApplicationContext calls android.content.ContextWrapper.getApplicationContext.

func (*ContextWrapper) GetApplicationInfo added in v0.0.7

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

GetApplicationInfo calls android.content.ContextWrapper.getApplicationInfo.

func (*ContextWrapper) GetAssets added in v0.0.7

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

GetAssets calls android.content.ContextWrapper.getAssets.

func (*ContextWrapper) GetAttributionSource added in v0.0.7

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

GetAttributionSource calls android.content.ContextWrapper.getAttributionSource.

func (*ContextWrapper) GetAttributionTag added in v0.0.7

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

GetAttributionTag calls android.content.ContextWrapper.getAttributionTag.

func (*ContextWrapper) GetBaseContext added in v0.0.7

func (m *ContextWrapper) GetBaseContext() (*jni.Object, error)

GetBaseContext calls android.content.ContextWrapper.getBaseContext.

func (*ContextWrapper) GetCacheDir added in v0.0.7

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

GetCacheDir calls android.content.ContextWrapper.getCacheDir.

func (*ContextWrapper) GetClassLoader added in v0.0.7

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

GetClassLoader calls android.content.ContextWrapper.getClassLoader.

func (*ContextWrapper) GetCodeCacheDir added in v0.0.7

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

GetCodeCacheDir calls android.content.ContextWrapper.getCodeCacheDir.

func (*ContextWrapper) GetContentResolver added in v0.0.7

func (m *ContextWrapper) GetContentResolver() (*jni.Object, error)

GetContentResolver calls android.content.ContextWrapper.getContentResolver.

func (*ContextWrapper) GetDataDir added in v0.0.7

func (m *ContextWrapper) GetDataDir() (*jni.Object, error)

GetDataDir calls android.content.ContextWrapper.getDataDir.

func (*ContextWrapper) GetDatabasePath added in v0.0.7

func (m *ContextWrapper) GetDatabasePath(arg0 string) (*jni.Object, error)

GetDatabasePath calls android.content.ContextWrapper.getDatabasePath.

func (*ContextWrapper) GetDeviceId added in v0.0.7

func (m *ContextWrapper) GetDeviceId() (int32, error)

GetDeviceId calls android.content.ContextWrapper.getDeviceId.

func (*ContextWrapper) GetDir added in v0.0.7

func (m *ContextWrapper) GetDir(arg0 string, arg1 int32) (*jni.Object, error)

GetDir calls android.content.ContextWrapper.getDir.

func (*ContextWrapper) GetDisplay added in v0.0.7

func (m *ContextWrapper) GetDisplay() (*jni.Object, error)

GetDisplay calls android.content.ContextWrapper.getDisplay.

func (*ContextWrapper) GetExternalCacheDir added in v0.0.7

func (m *ContextWrapper) GetExternalCacheDir() (*jni.Object, error)

GetExternalCacheDir calls android.content.ContextWrapper.getExternalCacheDir.

func (*ContextWrapper) GetExternalCacheDirs added in v0.0.7

func (m *ContextWrapper) GetExternalCacheDirs() (*jni.Object, error)

GetExternalCacheDirs calls android.content.ContextWrapper.getExternalCacheDirs.

func (*ContextWrapper) GetExternalFilesDir added in v0.0.7

func (m *ContextWrapper) GetExternalFilesDir(arg0 string) (*jni.Object, error)

GetExternalFilesDir calls android.content.ContextWrapper.getExternalFilesDir.

func (*ContextWrapper) GetExternalFilesDirs added in v0.0.7

func (m *ContextWrapper) GetExternalFilesDirs(arg0 string) (*jni.Object, error)

GetExternalFilesDirs calls android.content.ContextWrapper.getExternalFilesDirs.

func (*ContextWrapper) GetExternalMediaDirs added in v0.0.7

func (m *ContextWrapper) GetExternalMediaDirs() (*jni.Object, error)

GetExternalMediaDirs calls android.content.ContextWrapper.getExternalMediaDirs.

func (*ContextWrapper) GetFileStreamPath added in v0.0.7

func (m *ContextWrapper) GetFileStreamPath(arg0 string) (*jni.Object, error)

GetFileStreamPath calls android.content.ContextWrapper.getFileStreamPath.

func (*ContextWrapper) GetFilesDir added in v0.0.7

func (m *ContextWrapper) GetFilesDir() (*jni.Object, error)

GetFilesDir calls android.content.ContextWrapper.getFilesDir.

func (*ContextWrapper) GetMainExecutor added in v0.0.7

func (m *ContextWrapper) GetMainExecutor() (*jni.Object, error)

GetMainExecutor calls android.content.ContextWrapper.getMainExecutor.

func (*ContextWrapper) GetMainLooper added in v0.0.7

func (m *ContextWrapper) GetMainLooper() (*jni.Object, error)

GetMainLooper calls android.content.ContextWrapper.getMainLooper.

func (*ContextWrapper) GetNoBackupFilesDir added in v0.0.7

func (m *ContextWrapper) GetNoBackupFilesDir() (*jni.Object, error)

GetNoBackupFilesDir calls android.content.ContextWrapper.getNoBackupFilesDir.

func (*ContextWrapper) GetObbDir added in v0.0.7

func (m *ContextWrapper) GetObbDir() (*jni.Object, error)

GetObbDir calls android.content.ContextWrapper.getObbDir.

func (*ContextWrapper) GetObbDirs added in v0.0.7

func (m *ContextWrapper) GetObbDirs() (*jni.Object, error)

GetObbDirs calls android.content.ContextWrapper.getObbDirs.

func (*ContextWrapper) GetOpPackageName added in v0.0.7

func (m *ContextWrapper) GetOpPackageName() (string, error)

GetOpPackageName calls android.content.ContextWrapper.getOpPackageName.

func (*ContextWrapper) GetPackageCodePath added in v0.0.7

func (m *ContextWrapper) GetPackageCodePath() (string, error)

GetPackageCodePath calls android.content.ContextWrapper.getPackageCodePath.

func (*ContextWrapper) GetPackageManager added in v0.0.7

func (m *ContextWrapper) GetPackageManager() (*jni.Object, error)

GetPackageManager calls android.content.ContextWrapper.getPackageManager.

func (*ContextWrapper) GetPackageName added in v0.0.7

func (m *ContextWrapper) GetPackageName() (string, error)

GetPackageName calls android.content.ContextWrapper.getPackageName.

func (*ContextWrapper) GetPackageResourcePath added in v0.0.7

func (m *ContextWrapper) GetPackageResourcePath() (string, error)

GetPackageResourcePath calls android.content.ContextWrapper.getPackageResourcePath.

func (*ContextWrapper) GetParams added in v0.0.7

func (m *ContextWrapper) GetParams() (*jni.Object, error)

GetParams calls android.content.ContextWrapper.getParams.

func (*ContextWrapper) GetResources added in v0.0.7

func (m *ContextWrapper) GetResources() (*jni.Object, error)

GetResources calls android.content.ContextWrapper.getResources.

func (*ContextWrapper) GetSharedPreferences added in v0.0.7

func (m *ContextWrapper) GetSharedPreferences(arg0 string, arg1 int32) (*jni.Object, error)

GetSharedPreferences calls android.content.ContextWrapper.getSharedPreferences.

func (*ContextWrapper) GetSystemService added in v0.0.7

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

GetSystemService calls android.content.ContextWrapper.getSystemService.

func (*ContextWrapper) GetTheme added in v0.0.7

func (m *ContextWrapper) GetTheme() (*jni.Object, error)

GetTheme calls android.content.ContextWrapper.getTheme.

func (*ContextWrapper) GetWallpaper added in v0.0.7

func (m *ContextWrapper) GetWallpaper() (*jni.Object, error)

GetWallpaper calls android.content.ContextWrapper.getWallpaper.

func (*ContextWrapper) GetWallpaperDesiredMinimumHeight added in v0.0.7

func (m *ContextWrapper) GetWallpaperDesiredMinimumHeight() (int32, error)

GetWallpaperDesiredMinimumHeight calls android.content.ContextWrapper.getWallpaperDesiredMinimumHeight.

func (*ContextWrapper) GetWallpaperDesiredMinimumWidth added in v0.0.7

func (m *ContextWrapper) GetWallpaperDesiredMinimumWidth() (int32, error)

GetWallpaperDesiredMinimumWidth calls android.content.ContextWrapper.getWallpaperDesiredMinimumWidth.

func (*ContextWrapper) GrantUriPermission added in v0.0.7

func (m *ContextWrapper) GrantUriPermission(
	arg0 string,
	arg1 *jni.Object,
	arg2 int32,
) error

GrantUriPermission calls android.content.ContextWrapper.grantUriPermission.

func (*ContextWrapper) IsDeviceProtectedStorage added in v0.0.7

func (m *ContextWrapper) IsDeviceProtectedStorage() (bool, error)

IsDeviceProtectedStorage calls android.content.ContextWrapper.isDeviceProtectedStorage.

func (*ContextWrapper) IsRestricted added in v0.0.7

func (m *ContextWrapper) IsRestricted() (bool, error)

IsRestricted calls android.content.ContextWrapper.isRestricted.

func (*ContextWrapper) IsUiContext added in v0.0.7

func (m *ContextWrapper) IsUiContext() (bool, error)

IsUiContext calls android.content.ContextWrapper.isUiContext.

func (*ContextWrapper) MoveDatabaseFrom added in v0.0.7

func (m *ContextWrapper) MoveDatabaseFrom(arg0 *jni.Object, arg1 string) (bool, error)

MoveDatabaseFrom calls android.content.ContextWrapper.moveDatabaseFrom.

func (*ContextWrapper) MoveSharedPreferencesFrom added in v0.0.7

func (m *ContextWrapper) MoveSharedPreferencesFrom(arg0 *jni.Object, arg1 string) (bool, error)

MoveSharedPreferencesFrom calls android.content.ContextWrapper.moveSharedPreferencesFrom.

func (*ContextWrapper) OpenFileInput added in v0.0.7

func (m *ContextWrapper) OpenFileInput(arg0 string) (*jni.Object, error)

OpenFileInput calls android.content.ContextWrapper.openFileInput.

func (*ContextWrapper) OpenFileOutput added in v0.0.7

func (m *ContextWrapper) OpenFileOutput(arg0 string, arg1 int32) (*jni.Object, error)

OpenFileOutput calls android.content.ContextWrapper.openFileOutput.

func (*ContextWrapper) OpenOrCreateDatabase added in v0.0.7

func (m *ContextWrapper) OpenOrCreateDatabase(
	arg0 string,
	arg1 int32,
	arg2 *jni.Object,
) (*jni.Object, error)

OpenOrCreateDatabase calls android.content.ContextWrapper.openOrCreateDatabase.

func (*ContextWrapper) PeekWallpaper added in v0.0.7

func (m *ContextWrapper) PeekWallpaper() (*jni.Object, error)

PeekWallpaper calls android.content.ContextWrapper.peekWallpaper.

func (*ContextWrapper) RegisterComponentCallbacks added in v0.0.7

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

RegisterComponentCallbacks calls android.content.ContextWrapper.registerComponentCallbacks.

func (*ContextWrapper) RegisterDeviceIdChangeListener added in v0.0.7

func (m *ContextWrapper) RegisterDeviceIdChangeListener(arg0 *jni.Object, arg1 *jni.Object) error

RegisterDeviceIdChangeListener calls android.content.ContextWrapper.registerDeviceIdChangeListener.

func (*ContextWrapper) RegisterReceiver2 added in v0.0.7

func (m *ContextWrapper) RegisterReceiver2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

RegisterReceiver2 calls android.content.ContextWrapper.registerReceiver.

func (*ContextWrapper) RegisterReceiver3_1 added in v0.0.7

func (m *ContextWrapper) RegisterReceiver3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

RegisterReceiver3_1 calls android.content.ContextWrapper.registerReceiver.

func (*ContextWrapper) RemoveStickyBroadcast added in v0.0.7

func (m *ContextWrapper) RemoveStickyBroadcast(arg0 *jni.Object) error

RemoveStickyBroadcast calls android.content.ContextWrapper.removeStickyBroadcast.

func (*ContextWrapper) RemoveStickyBroadcastAsUser added in v0.0.7

func (m *ContextWrapper) RemoveStickyBroadcastAsUser(arg0 *jni.Object, arg1 *jni.Object) error

RemoveStickyBroadcastAsUser calls android.content.ContextWrapper.removeStickyBroadcastAsUser.

func (*ContextWrapper) RevokeUriPermission2 added in v0.0.7

func (m *ContextWrapper) RevokeUriPermission2(arg0 *jni.Object, arg1 int32) error

RevokeUriPermission2 calls android.content.ContextWrapper.revokeUriPermission.

func (*ContextWrapper) RevokeUriPermission3_1 added in v0.0.7

func (m *ContextWrapper) RevokeUriPermission3_1(
	arg0 string,
	arg1 *jni.Object,
	arg2 int32,
) error

RevokeUriPermission3_1 calls android.content.ContextWrapper.revokeUriPermission.

func (*ContextWrapper) SendBroadcast1 added in v0.0.7

func (m *ContextWrapper) SendBroadcast1(arg0 *jni.Object) error

SendBroadcast1 calls android.content.ContextWrapper.sendBroadcast.

func (*ContextWrapper) SendBroadcast2_1 added in v0.0.7

func (m *ContextWrapper) SendBroadcast2_1(arg0 *jni.Object, arg1 string) error

SendBroadcast2_1 calls android.content.ContextWrapper.sendBroadcast.

func (*ContextWrapper) SendBroadcast3_2 added in v0.0.7

func (m *ContextWrapper) SendBroadcast3_2(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) error

SendBroadcast3_2 calls android.content.ContextWrapper.sendBroadcast.

func (*ContextWrapper) SendBroadcastAsUser2 added in v0.0.7

func (m *ContextWrapper) SendBroadcastAsUser2(arg0 *jni.Object, arg1 *jni.Object) error

SendBroadcastAsUser2 calls android.content.ContextWrapper.sendBroadcastAsUser.

func (*ContextWrapper) SendBroadcastAsUser3_1 added in v0.0.7

func (m *ContextWrapper) SendBroadcastAsUser3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
) error

SendBroadcastAsUser3_1 calls android.content.ContextWrapper.sendBroadcastAsUser.

func (*ContextWrapper) SendOrderedBroadcast2 added in v0.0.7

func (m *ContextWrapper) SendOrderedBroadcast2(arg0 *jni.Object, arg1 string) error

SendOrderedBroadcast2 calls android.content.ContextWrapper.sendOrderedBroadcast.

func (*ContextWrapper) SendOrderedBroadcast3_1 added in v0.0.7

func (m *ContextWrapper) SendOrderedBroadcast3_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) error

SendOrderedBroadcast3_1 calls android.content.ContextWrapper.sendOrderedBroadcast.

func (*ContextWrapper) SendStickyBroadcast1 added in v0.0.7

func (m *ContextWrapper) SendStickyBroadcast1(arg0 *jni.Object) error

SendStickyBroadcast1 calls android.content.ContextWrapper.sendStickyBroadcast.

func (*ContextWrapper) SendStickyBroadcast2_1 added in v0.0.7

func (m *ContextWrapper) SendStickyBroadcast2_1(arg0 *jni.Object, arg1 *jni.Object) error

SendStickyBroadcast2_1 calls android.content.ContextWrapper.sendStickyBroadcast.

func (*ContextWrapper) SendStickyBroadcastAsUser added in v0.0.7

func (m *ContextWrapper) SendStickyBroadcastAsUser(arg0 *jni.Object, arg1 *jni.Object) error

SendStickyBroadcastAsUser calls android.content.ContextWrapper.sendStickyBroadcastAsUser.

func (*ContextWrapper) SetTheme added in v0.0.7

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

SetTheme calls android.content.ContextWrapper.setTheme.

func (*ContextWrapper) SetWallpaper1 added in v0.0.7

func (m *ContextWrapper) SetWallpaper1(arg0 *jni.Object) error

SetWallpaper1 calls android.content.ContextWrapper.setWallpaper.

func (*ContextWrapper) SetWallpaper1_1 added in v0.0.7

func (m *ContextWrapper) SetWallpaper1_1(arg0 *jni.Object) error

SetWallpaper1_1 calls android.content.ContextWrapper.setWallpaper.

func (*ContextWrapper) StartActivities1 added in v0.0.7

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

StartActivities1 calls android.content.ContextWrapper.startActivities.

func (*ContextWrapper) StartActivities2_1 added in v0.0.7

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

StartActivities2_1 calls android.content.ContextWrapper.startActivities.

func (*ContextWrapper) StartActivity1 added in v0.0.7

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

StartActivity1 calls android.content.ContextWrapper.startActivity.

func (*ContextWrapper) StartActivity2_1 added in v0.0.7

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

StartActivity2_1 calls android.content.ContextWrapper.startActivity.

func (*ContextWrapper) StartForegroundService added in v0.0.7

func (m *ContextWrapper) StartForegroundService(arg0 *jni.Object) (*jni.Object, error)

StartForegroundService calls android.content.ContextWrapper.startForegroundService.

func (*ContextWrapper) StartInstrumentation added in v0.0.7

func (m *ContextWrapper) StartInstrumentation(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (bool, error)

StartInstrumentation calls android.content.ContextWrapper.startInstrumentation.

func (*ContextWrapper) StartIntentSender5 added in v0.0.7

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

StartIntentSender5 calls android.content.ContextWrapper.startIntentSender.

func (*ContextWrapper) StartIntentSender6_1 added in v0.0.7

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

StartIntentSender6_1 calls android.content.ContextWrapper.startIntentSender.

func (*ContextWrapper) StartService added in v0.0.7

func (m *ContextWrapper) StartService(arg0 *jni.Object) (*jni.Object, error)

StartService calls android.content.ContextWrapper.startService.

func (*ContextWrapper) StopService added in v0.0.7

func (m *ContextWrapper) StopService(arg0 *jni.Object) (bool, error)

StopService calls android.content.ContextWrapper.stopService.

func (*ContextWrapper) UnbindService added in v0.0.7

func (m *ContextWrapper) UnbindService(arg0 *jni.Object) error

UnbindService calls android.content.ContextWrapper.unbindService.

func (*ContextWrapper) UnregisterComponentCallbacks added in v0.0.7

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

UnregisterComponentCallbacks calls android.content.ContextWrapper.unregisterComponentCallbacks.

func (*ContextWrapper) UnregisterDeviceIdChangeListener added in v0.0.7

func (m *ContextWrapper) UnregisterDeviceIdChangeListener(arg0 *jni.Object) error

UnregisterDeviceIdChangeListener calls android.content.ContextWrapper.unregisterDeviceIdChangeListener.

func (*ContextWrapper) UnregisterReceiver added in v0.0.7

func (m *ContextWrapper) UnregisterReceiver(arg0 *jni.Object) error

UnregisterReceiver calls android.content.ContextWrapper.unregisterReceiver.

func (*ContextWrapper) UpdateServiceGroup added in v0.0.7

func (m *ContextWrapper) UpdateServiceGroup(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

UpdateServiceGroup calls android.content.ContextWrapper.updateServiceGroup.

type CursorLoader added in v0.0.7

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

CursorLoader wraps android.content.CursorLoader.

func NewCursorLoader added in v0.0.7

func NewCursorLoader(vm *jni.VM, arg0 *jni.Object) (*CursorLoader, error)

NewCursorLoader creates a new android.content.CursorLoader instance.

func (*CursorLoader) CancelLoadInBackground added in v0.0.7

func (m *CursorLoader) CancelLoadInBackground() error

CancelLoadInBackground calls android.content.CursorLoader.cancelLoadInBackground.

func (*CursorLoader) DeliverResult1 added in v0.0.7

func (m *CursorLoader) DeliverResult1(arg0 *jni.Object) error

DeliverResult1 calls android.content.CursorLoader.deliverResult.

func (*CursorLoader) DeliverResult1_1 added in v0.0.7

func (m *CursorLoader) DeliverResult1_1(arg0 *jni.Object) error

DeliverResult1_1 calls android.content.CursorLoader.deliverResult.

func (*CursorLoader) Dump added in v0.0.7

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

Dump calls android.content.CursorLoader.dump.

func (*CursorLoader) GetProjection added in v0.0.7

func (m *CursorLoader) GetProjection() (*jni.Object, error)

GetProjection calls android.content.CursorLoader.getProjection.

func (*CursorLoader) GetSelection added in v0.0.7

func (m *CursorLoader) GetSelection() (string, error)

GetSelection calls android.content.CursorLoader.getSelection.

func (*CursorLoader) GetSelectionArgs added in v0.0.7

func (m *CursorLoader) GetSelectionArgs() (*jni.Object, error)

GetSelectionArgs calls android.content.CursorLoader.getSelectionArgs.

func (*CursorLoader) GetSortOrder added in v0.0.7

func (m *CursorLoader) GetSortOrder() (string, error)

GetSortOrder calls android.content.CursorLoader.getSortOrder.

func (*CursorLoader) GetUri added in v0.0.7

func (m *CursorLoader) GetUri() (*jni.Object, error)

GetUri calls android.content.CursorLoader.getUri.

func (*CursorLoader) LoadInBackground0 added in v0.0.7

func (m *CursorLoader) LoadInBackground0() (*jni.Object, error)

LoadInBackground0 calls android.content.CursorLoader.loadInBackground.

func (*CursorLoader) LoadInBackground0_1 added in v0.0.7

func (m *CursorLoader) LoadInBackground0_1() (*jni.Object, error)

LoadInBackground0_1 calls android.content.CursorLoader.loadInBackground.

func (*CursorLoader) OnCanceled1 added in v0.0.7

func (m *CursorLoader) OnCanceled1(arg0 *jni.Object) error

OnCanceled1 calls android.content.CursorLoader.onCanceled.

func (*CursorLoader) OnCanceled1_1 added in v0.0.7

func (m *CursorLoader) OnCanceled1_1(arg0 *jni.Object) error

OnCanceled1_1 calls android.content.CursorLoader.onCanceled.

func (*CursorLoader) SetProjection added in v0.0.7

func (m *CursorLoader) SetProjection(arg0 *jni.Object) error

SetProjection calls android.content.CursorLoader.setProjection.

func (*CursorLoader) SetSelection added in v0.0.7

func (m *CursorLoader) SetSelection(arg0 string) error

SetSelection calls android.content.CursorLoader.setSelection.

func (*CursorLoader) SetSelectionArgs added in v0.0.7

func (m *CursorLoader) SetSelectionArgs(arg0 *jni.Object) error

SetSelectionArgs calls android.content.CursorLoader.setSelectionArgs.

func (*CursorLoader) SetSortOrder added in v0.0.7

func (m *CursorLoader) SetSortOrder(arg0 string) error

SetSortOrder calls android.content.CursorLoader.setSortOrder.

func (*CursorLoader) SetUri added in v0.0.7

func (m *CursorLoader) SetUri(arg0 *jni.Object) error

SetUri calls android.content.CursorLoader.setUri.

type DialogInterface added in v0.0.7

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

DialogInterface wraps android.content.DialogInterface.

func (*DialogInterface) Cancel added in v0.0.7

func (m *DialogInterface) Cancel() error

Cancel calls android.content.DialogInterface.cancel.

func (*DialogInterface) Dismiss added in v0.0.7

func (m *DialogInterface) Dismiss() error

Dismiss calls android.content.DialogInterface.dismiss.

type DialogInterfaceOnCancelListener added in v0.0.7

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

DialogInterfaceOnCancelListener wraps android.content.DialogInterface$OnCancelListener.

func (*DialogInterfaceOnCancelListener) OnCancel added in v0.0.7

func (m *DialogInterfaceOnCancelListener) OnCancel(arg0 *jni.Object) error

OnCancel calls android.content.DialogInterface$OnCancelListener.onCancel.

type DialogInterfaceOnClickListener added in v0.0.7

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

DialogInterfaceOnClickListener wraps android.content.DialogInterface$OnClickListener.

func (*DialogInterfaceOnClickListener) OnClick added in v0.0.7

func (m *DialogInterfaceOnClickListener) OnClick(arg0 *jni.Object, arg1 int32) error

OnClick calls android.content.DialogInterface$OnClickListener.onClick.

type DialogInterfaceOnDismissListener added in v0.0.7

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

DialogInterfaceOnDismissListener wraps android.content.DialogInterface$OnDismissListener.

func (*DialogInterfaceOnDismissListener) OnDismiss added in v0.0.7

func (m *DialogInterfaceOnDismissListener) OnDismiss(arg0 *jni.Object) error

OnDismiss calls android.content.DialogInterface$OnDismissListener.onDismiss.

type DialogInterfaceOnKeyListener added in v0.0.7

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

DialogInterfaceOnKeyListener wraps android.content.DialogInterface$OnKeyListener.

func (*DialogInterfaceOnKeyListener) OnKey added in v0.0.7

func (m *DialogInterfaceOnKeyListener) OnKey(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) (bool, error)

OnKey calls android.content.DialogInterface$OnKeyListener.onKey.

type DialogInterfaceOnMultiChoiceClickListener added in v0.0.7

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

DialogInterfaceOnMultiChoiceClickListener wraps android.content.DialogInterface$OnMultiChoiceClickListener.

func (*DialogInterfaceOnMultiChoiceClickListener) OnClick added in v0.0.7

func (m *DialogInterfaceOnMultiChoiceClickListener) OnClick(
	arg0 *jni.Object,
	arg1 int32,
	arg2 bool,
) error

OnClick calls android.content.DialogInterface$OnMultiChoiceClickListener.onClick.

type DialogInterfaceOnShowListener added in v0.0.7

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

DialogInterfaceOnShowListener wraps android.content.DialogInterface$OnShowListener.

func (*DialogInterfaceOnShowListener) OnShow added in v0.0.7

func (m *DialogInterfaceOnShowListener) OnShow(arg0 *jni.Object) error

OnShow calls android.content.DialogInterface$OnShowListener.onShow.

type Entity added in v0.0.7

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

Entity wraps android.content.Entity.

func NewEntity added in v0.0.7

func NewEntity(vm *jni.VM, arg0 *jni.Object) (*Entity, error)

NewEntity creates a new android.content.Entity instance.

func (*Entity) AddSubValue added in v0.0.7

func (m *Entity) AddSubValue(arg0 *jni.Object, arg1 *jni.Object) error

AddSubValue calls android.content.Entity.addSubValue.

func (*Entity) GetEntityValues added in v0.0.7

func (m *Entity) GetEntityValues() (*jni.Object, error)

GetEntityValues calls android.content.Entity.getEntityValues.

func (*Entity) ToString added in v0.0.7

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

ToString calls android.content.Entity.toString.

type EntityIterator added in v0.0.7

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

EntityIterator wraps android.content.EntityIterator.

func (*EntityIterator) Close added in v0.0.7

func (m *EntityIterator) Close() error

Close calls android.content.EntityIterator.close.

func (*EntityIterator) Reset added in v0.0.7

func (m *EntityIterator) Reset() error

Reset calls android.content.EntityIterator.reset.

type IntentFilter added in v0.0.7

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

IntentFilter wraps android.content.IntentFilter.

func NewIntentFilter added in v0.0.7

func NewIntentFilter(vm *jni.VM) (*IntentFilter, error)

NewIntentFilter creates a new android.content.IntentFilter instance.

func (*IntentFilter) AddAction added in v0.0.7

func (m *IntentFilter) AddAction(arg0 string) error

AddAction calls android.content.IntentFilter.addAction.

func (*IntentFilter) AddCategory added in v0.0.7

func (m *IntentFilter) AddCategory(arg0 string) error

AddCategory calls android.content.IntentFilter.addCategory.

func (*IntentFilter) AddDataAuthority added in v0.0.7

func (m *IntentFilter) AddDataAuthority(arg0 string, arg1 string) error

AddDataAuthority calls android.content.IntentFilter.addDataAuthority.

func (*IntentFilter) AddDataPath added in v0.0.7

func (m *IntentFilter) AddDataPath(arg0 string, arg1 int32) error

AddDataPath calls android.content.IntentFilter.addDataPath.

func (*IntentFilter) AddDataScheme added in v0.0.7

func (m *IntentFilter) AddDataScheme(arg0 string) error

AddDataScheme calls android.content.IntentFilter.addDataScheme.

func (*IntentFilter) AddDataSchemeSpecificPart added in v0.0.7

func (m *IntentFilter) AddDataSchemeSpecificPart(arg0 string, arg1 int32) error

AddDataSchemeSpecificPart calls android.content.IntentFilter.addDataSchemeSpecificPart.

func (*IntentFilter) AddDataType added in v0.0.7

func (m *IntentFilter) AddDataType(arg0 string) error

AddDataType calls android.content.IntentFilter.addDataType.

func (*IntentFilter) AddUriRelativeFilterGroup added in v0.0.7

func (m *IntentFilter) AddUriRelativeFilterGroup(arg0 *jni.Object) error

AddUriRelativeFilterGroup calls android.content.IntentFilter.addUriRelativeFilterGroup.

func (*IntentFilter) ClearUriRelativeFilterGroups added in v0.0.7

func (m *IntentFilter) ClearUriRelativeFilterGroups() error

ClearUriRelativeFilterGroups calls android.content.IntentFilter.clearUriRelativeFilterGroups.

func (*IntentFilter) Close added in v0.0.7

func (m *IntentFilter) Close()

Close releases the global reference to the underlying Java object.

func (*IntentFilter) CountActions added in v0.0.7

func (m *IntentFilter) CountActions() (int32, error)

CountActions calls android.content.IntentFilter.countActions.

func (*IntentFilter) CountCategories added in v0.0.7

func (m *IntentFilter) CountCategories() (int32, error)

CountCategories calls android.content.IntentFilter.countCategories.

func (*IntentFilter) CountDataAuthorities added in v0.0.7

func (m *IntentFilter) CountDataAuthorities() (int32, error)

CountDataAuthorities calls android.content.IntentFilter.countDataAuthorities.

func (*IntentFilter) CountDataPaths added in v0.0.7

func (m *IntentFilter) CountDataPaths() (int32, error)

CountDataPaths calls android.content.IntentFilter.countDataPaths.

func (*IntentFilter) CountDataSchemeSpecificParts added in v0.0.7

func (m *IntentFilter) CountDataSchemeSpecificParts() (int32, error)

CountDataSchemeSpecificParts calls android.content.IntentFilter.countDataSchemeSpecificParts.

func (*IntentFilter) CountDataSchemes added in v0.0.7

func (m *IntentFilter) CountDataSchemes() (int32, error)

CountDataSchemes calls android.content.IntentFilter.countDataSchemes.

func (*IntentFilter) CountDataTypes added in v0.0.7

func (m *IntentFilter) CountDataTypes() (int32, error)

CountDataTypes calls android.content.IntentFilter.countDataTypes.

func (*IntentFilter) CountUriRelativeFilterGroups added in v0.0.7

func (m *IntentFilter) CountUriRelativeFilterGroups() (int32, error)

CountUriRelativeFilterGroups calls android.content.IntentFilter.countUriRelativeFilterGroups.

func (*IntentFilter) Create added in v0.0.7

func (m *IntentFilter) Create(arg0 string, arg1 string) (*jni.Object, error)

Create calls android.content.IntentFilter.create.

func (*IntentFilter) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.IntentFilter.describeContents.

func (*IntentFilter) Dump added in v0.0.7

func (m *IntentFilter) Dump(arg0 *jni.Object, arg1 string) error

Dump calls android.content.IntentFilter.dump.

func (*IntentFilter) GetAction added in v0.0.7

func (m *IntentFilter) GetAction(arg0 int32) (string, error)

GetAction calls android.content.IntentFilter.getAction.

func (*IntentFilter) GetCategory added in v0.0.7

func (m *IntentFilter) GetCategory(arg0 int32) (string, error)

GetCategory calls android.content.IntentFilter.getCategory.

func (*IntentFilter) GetDataAuthority added in v0.0.7

func (m *IntentFilter) GetDataAuthority(arg0 int32) (*jni.Object, error)

GetDataAuthority calls android.content.IntentFilter.getDataAuthority.

func (*IntentFilter) GetDataPath added in v0.0.7

func (m *IntentFilter) GetDataPath(arg0 int32) (*jni.Object, error)

GetDataPath calls android.content.IntentFilter.getDataPath.

func (*IntentFilter) GetDataScheme added in v0.0.7

func (m *IntentFilter) GetDataScheme(arg0 int32) (string, error)

GetDataScheme calls android.content.IntentFilter.getDataScheme.

func (*IntentFilter) GetDataSchemeSpecificPart added in v0.0.7

func (m *IntentFilter) GetDataSchemeSpecificPart(arg0 int32) (*jni.Object, error)

GetDataSchemeSpecificPart calls android.content.IntentFilter.getDataSchemeSpecificPart.

func (*IntentFilter) GetDataType added in v0.0.7

func (m *IntentFilter) GetDataType(arg0 int32) (string, error)

GetDataType calls android.content.IntentFilter.getDataType.

func (*IntentFilter) GetPriority added in v0.0.7

func (m *IntentFilter) GetPriority() (int32, error)

GetPriority calls android.content.IntentFilter.getPriority.

func (*IntentFilter) GetUriRelativeFilterGroup added in v0.0.7

func (m *IntentFilter) GetUriRelativeFilterGroup(arg0 int32) (*jni.Object, error)

GetUriRelativeFilterGroup calls android.content.IntentFilter.getUriRelativeFilterGroup.

func (*IntentFilter) HasAction added in v0.0.7

func (m *IntentFilter) HasAction(arg0 string) (bool, error)

HasAction calls android.content.IntentFilter.hasAction.

func (*IntentFilter) HasCategory added in v0.0.7

func (m *IntentFilter) HasCategory(arg0 string) (bool, error)

HasCategory calls android.content.IntentFilter.hasCategory.

func (*IntentFilter) HasDataAuthority added in v0.0.7

func (m *IntentFilter) HasDataAuthority(arg0 *jni.Object) (bool, error)

HasDataAuthority calls android.content.IntentFilter.hasDataAuthority.

func (*IntentFilter) HasDataPath added in v0.0.7

func (m *IntentFilter) HasDataPath(arg0 string) (bool, error)

HasDataPath calls android.content.IntentFilter.hasDataPath.

func (*IntentFilter) HasDataScheme added in v0.0.7

func (m *IntentFilter) HasDataScheme(arg0 string) (bool, error)

HasDataScheme calls android.content.IntentFilter.hasDataScheme.

func (*IntentFilter) HasDataSchemeSpecificPart added in v0.0.7

func (m *IntentFilter) HasDataSchemeSpecificPart(arg0 string) (bool, error)

HasDataSchemeSpecificPart calls android.content.IntentFilter.hasDataSchemeSpecificPart.

func (*IntentFilter) HasDataType added in v0.0.7

func (m *IntentFilter) HasDataType(arg0 string) (bool, error)

HasDataType calls android.content.IntentFilter.hasDataType.

func (*IntentFilter) Match added in v0.0.7

func (m *IntentFilter) Match(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
	arg3 string,
) (int32, error)

Match calls android.content.IntentFilter.match.

func (*IntentFilter) MatchAction added in v0.0.7

func (m *IntentFilter) MatchAction(arg0 string) (bool, error)

MatchAction calls android.content.IntentFilter.matchAction.

func (*IntentFilter) MatchData added in v0.0.7

func (m *IntentFilter) MatchData(
	arg0 string,
	arg1 string,
	arg2 *jni.Object,
) (int32, error)

MatchData calls android.content.IntentFilter.matchData.

func (*IntentFilter) MatchDataAuthority added in v0.0.7

func (m *IntentFilter) MatchDataAuthority(arg0 *jni.Object) (int32, error)

MatchDataAuthority calls android.content.IntentFilter.matchDataAuthority.

func (*IntentFilter) ReadFromXml added in v0.0.7

func (m *IntentFilter) ReadFromXml(arg0 *jni.Object) error

ReadFromXml calls android.content.IntentFilter.readFromXml.

func (*IntentFilter) SetPriority added in v0.0.7

func (m *IntentFilter) SetPriority(arg0 int32) error

SetPriority calls android.content.IntentFilter.setPriority.

func (*IntentFilter) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.IntentFilter.writeToParcel.

func (*IntentFilter) WriteToXml added in v0.0.7

func (m *IntentFilter) WriteToXml(arg0 *jni.Object) error

WriteToXml calls android.content.IntentFilter.writeToXml.

type IntentFilterAuthorityEntry added in v0.0.7

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

IntentFilterAuthorityEntry wraps android.content.IntentFilter$AuthorityEntry.

func (*IntentFilterAuthorityEntry) Equals added in v0.0.7

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

Equals calls android.content.IntentFilter$AuthorityEntry.equals.

func (*IntentFilterAuthorityEntry) GetHost added in v0.0.7

func (m *IntentFilterAuthorityEntry) GetHost() (string, error)

GetHost calls android.content.IntentFilter$AuthorityEntry.getHost.

func (*IntentFilterAuthorityEntry) GetPort added in v0.0.7

func (m *IntentFilterAuthorityEntry) GetPort() (int32, error)

GetPort calls android.content.IntentFilter$AuthorityEntry.getPort.

func (*IntentFilterAuthorityEntry) Match added in v0.0.7

func (m *IntentFilterAuthorityEntry) Match(arg0 *jni.Object) (int32, error)

Match calls android.content.IntentFilter$AuthorityEntry.match.

type IntentSender added in v0.0.7

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

IntentSender wraps android.content.IntentSender.

func (*IntentSender) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.IntentSender.describeContents.

func (*IntentSender) Equals added in v0.0.7

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

Equals calls android.content.IntentSender.equals.

func (*IntentSender) GetCreatorPackage added in v0.0.7

func (m *IntentSender) GetCreatorPackage() (string, error)

GetCreatorPackage calls android.content.IntentSender.getCreatorPackage.

func (*IntentSender) GetCreatorUid added in v0.0.7

func (m *IntentSender) GetCreatorUid() (int32, error)

GetCreatorUid calls android.content.IntentSender.getCreatorUid.

func (*IntentSender) GetCreatorUserHandle added in v0.0.7

func (m *IntentSender) GetCreatorUserHandle() (*jni.Object, error)

GetCreatorUserHandle calls android.content.IntentSender.getCreatorUserHandle.

func (*IntentSender) GetTargetPackage added in v0.0.7

func (m *IntentSender) GetTargetPackage() (string, error)

GetTargetPackage calls android.content.IntentSender.getTargetPackage.

func (*IntentSender) HashCode added in v0.0.7

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

HashCode calls android.content.IntentSender.hashCode.

func (*IntentSender) ReadIntentSenderOrNullFromParcel added in v0.0.7

func (m *IntentSender) ReadIntentSenderOrNullFromParcel(arg0 *jni.Object) (*jni.Object, error)

ReadIntentSenderOrNullFromParcel calls android.content.IntentSender.readIntentSenderOrNullFromParcel.

func (*IntentSender) SendIntent added in v0.0.7

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

SendIntent calls android.content.IntentSender.sendIntent.

func (*IntentSender) ToString added in v0.0.7

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

ToString calls android.content.IntentSender.toString.

func (*IntentSender) WriteIntentSenderOrNullToParcel added in v0.0.7

func (m *IntentSender) WriteIntentSenderOrNullToParcel(arg0 *jni.Object, arg1 *jni.Object) error

WriteIntentSenderOrNullToParcel calls android.content.IntentSender.writeIntentSenderOrNullToParcel.

func (*IntentSender) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.IntentSender.writeToParcel.

type IntentSenderOnFinished added in v0.0.7

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

IntentSenderOnFinished wraps android.content.IntentSender$OnFinished.

func (*IntentSenderOnFinished) OnSendFinished added in v0.0.7

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

OnSendFinished calls android.content.IntentSender$OnFinished.onSendFinished.

type Loader added in v0.0.7

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

Loader wraps android.content.Loader.

func NewLoader added in v0.0.7

func NewLoader(vm *jni.VM, arg0 *jni.Object) (*Loader, error)

NewLoader creates a new android.content.Loader instance.

func (*Loader) Abandon added in v0.0.7

func (m *Loader) Abandon() error

Abandon calls android.content.Loader.abandon.

func (*Loader) CancelLoad added in v0.0.7

func (m *Loader) CancelLoad() (bool, error)

CancelLoad calls android.content.Loader.cancelLoad.

func (*Loader) CommitContentChanged added in v0.0.7

func (m *Loader) CommitContentChanged() error

CommitContentChanged calls android.content.Loader.commitContentChanged.

func (*Loader) DeliverCancellation added in v0.0.7

func (m *Loader) DeliverCancellation() error

DeliverCancellation calls android.content.Loader.deliverCancellation.

func (*Loader) Dump added in v0.0.7

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

Dump calls android.content.Loader.dump.

func (*Loader) ForceLoad added in v0.0.7

func (m *Loader) ForceLoad() error

ForceLoad calls android.content.Loader.forceLoad.

func (*Loader) GetContext added in v0.0.7

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

GetContext calls android.content.Loader.getContext.

func (*Loader) GetId added in v0.0.7

func (m *Loader) GetId() (int32, error)

GetId calls android.content.Loader.getId.

func (*Loader) IsAbandoned added in v0.0.7

func (m *Loader) IsAbandoned() (bool, error)

IsAbandoned calls android.content.Loader.isAbandoned.

func (*Loader) IsReset added in v0.0.7

func (m *Loader) IsReset() (bool, error)

IsReset calls android.content.Loader.isReset.

func (*Loader) IsStarted added in v0.0.7

func (m *Loader) IsStarted() (bool, error)

IsStarted calls android.content.Loader.isStarted.

func (*Loader) OnContentChanged added in v0.0.7

func (m *Loader) OnContentChanged() error

OnContentChanged calls android.content.Loader.onContentChanged.

func (*Loader) Reset added in v0.0.7

func (m *Loader) Reset() error

Reset calls android.content.Loader.reset.

func (*Loader) RollbackContentChanged added in v0.0.7

func (m *Loader) RollbackContentChanged() error

RollbackContentChanged calls android.content.Loader.rollbackContentChanged.

func (*Loader) StartLoading added in v0.0.7

func (m *Loader) StartLoading() error

StartLoading calls android.content.Loader.startLoading.

func (*Loader) StopLoading added in v0.0.7

func (m *Loader) StopLoading() error

StopLoading calls android.content.Loader.stopLoading.

func (*Loader) TakeContentChanged added in v0.0.7

func (m *Loader) TakeContentChanged() (bool, error)

TakeContentChanged calls android.content.Loader.takeContentChanged.

func (*Loader) ToString added in v0.0.7

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

ToString calls android.content.Loader.toString.

type LoaderForceLoadContentObserver added in v0.0.7

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

LoaderForceLoadContentObserver wraps android.content.Loader$ForceLoadContentObserver.

func (*LoaderForceLoadContentObserver) DeliverSelfNotifications added in v0.0.7

func (m *LoaderForceLoadContentObserver) DeliverSelfNotifications() (bool, error)

DeliverSelfNotifications calls android.content.Loader$ForceLoadContentObserver.deliverSelfNotifications.

func (*LoaderForceLoadContentObserver) OnChange added in v0.0.7

func (m *LoaderForceLoadContentObserver) OnChange(arg0 bool) error

OnChange calls android.content.Loader$ForceLoadContentObserver.onChange.

type LocusId added in v0.0.7

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

LocusId wraps android.content.LocusId.

func NewLocusId added in v0.0.7

func NewLocusId(vm *jni.VM, arg0 string) (*LocusId, error)

NewLocusId creates a new android.content.LocusId instance.

func (*LocusId) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.LocusId.describeContents.

func (*LocusId) Equals added in v0.0.7

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

Equals calls android.content.LocusId.equals.

func (*LocusId) GetId added in v0.0.7

func (m *LocusId) GetId() (string, error)

GetId calls android.content.LocusId.getId.

func (*LocusId) HashCode added in v0.0.7

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

HashCode calls android.content.LocusId.hashCode.

func (*LocusId) ToString added in v0.0.7

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

ToString calls android.content.LocusId.toString.

func (*LocusId) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.LocusId.writeToParcel.

type MutableContextWrapper added in v0.0.7

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

MutableContextWrapper wraps android.content.MutableContextWrapper.

func NewMutableContextWrapper added in v0.0.7

func NewMutableContextWrapper(vm *jni.VM, arg0 *jni.Object) (*MutableContextWrapper, error)

NewMutableContextWrapper creates a new android.content.MutableContextWrapper instance.

func (*MutableContextWrapper) SetBaseContext added in v0.0.7

func (m *MutableContextWrapper) SetBaseContext(arg0 *jni.Object) error

SetBaseContext calls android.content.MutableContextWrapper.setBaseContext.

type OperationApplicationException added in v0.0.7

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

OperationApplicationException wraps android.content.OperationApplicationException.

func NewOperationApplicationException added in v0.0.7

func NewOperationApplicationException(vm *jni.VM) (*OperationApplicationException, error)

NewOperationApplicationException creates a new android.content.OperationApplicationException instance.

func (*OperationApplicationException) GetNumSuccessfulYieldPoints added in v0.0.7

func (m *OperationApplicationException) GetNumSuccessfulYieldPoints() (int32, error)

GetNumSuccessfulYieldPoints calls android.content.OperationApplicationException.getNumSuccessfulYieldPoints.

type PeriodicSync added in v0.0.7

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

PeriodicSync wraps android.content.PeriodicSync.

func NewPeriodicSync added in v0.0.7

func NewPeriodicSync(vm *jni.VM, arg0 *jni.Object, arg1 string, arg2 *jni.Object, arg3 int64) (*PeriodicSync, error)

NewPeriodicSync creates a new android.content.PeriodicSync instance.

func (*PeriodicSync) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.PeriodicSync.describeContents.

func (*PeriodicSync) Equals added in v0.0.7

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

Equals calls android.content.PeriodicSync.equals.

func (*PeriodicSync) ToString added in v0.0.7

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

ToString calls android.content.PeriodicSync.toString.

func (*PeriodicSync) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.PeriodicSync.writeToParcel.

type Provider added in v0.0.7

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

Provider wraps android.content.ContentProvider.

func (*Provider) AttachInfo added in v0.0.7

func (m *Provider) AttachInfo(arg0 *jni.Object, arg1 *jni.Object) error

AttachInfo calls android.content.ContentProvider.attachInfo.

func (*Provider) BulkInsert added in v0.0.7

func (m *Provider) BulkInsert(arg0 *jni.Object, arg1 *jni.Object) (int32, error)

BulkInsert calls android.content.ContentProvider.bulkInsert.

func (*Provider) Call3 added in v0.0.7

func (m *Provider) Call3(
	arg0 string,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

Call3 calls android.content.ContentProvider.call.

func (*Provider) Call4_1 added in v0.0.7

func (m *Provider) Call4_1(
	arg0 string,
	arg1 string,
	arg2 string,
	arg3 *jni.Object,
) (*jni.Object, error)

Call4_1 calls android.content.ContentProvider.call.

func (*Provider) Canonicalize added in v0.0.7

func (m *Provider) Canonicalize(arg0 *jni.Object) (*jni.Object, error)

Canonicalize calls android.content.ContentProvider.canonicalize.

func (*Provider) ClearCallingIdentity added in v0.0.7

func (m *Provider) ClearCallingIdentity() (*jni.Object, error)

ClearCallingIdentity calls android.content.ContentProvider.clearCallingIdentity.

func (*Provider) Delete2 added in v0.0.7

func (m *Provider) Delete2(arg0 *jni.Object, arg1 *jni.Object) (int32, error)

Delete2 calls android.content.ContentProvider.delete.

func (*Provider) Delete3_1 added in v0.0.7

func (m *Provider) Delete3_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (int32, error)

Delete3_1 calls android.content.ContentProvider.delete.

func (*Provider) Dump added in v0.0.7

func (m *Provider) Dump(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

Dump calls android.content.ContentProvider.dump.

func (*Provider) GetCallingAttributionSource added in v0.0.7

func (m *Provider) GetCallingAttributionSource() (*jni.Object, error)

GetCallingAttributionSource calls android.content.ContentProvider.getCallingAttributionSource.

func (*Provider) GetCallingAttributionTag added in v0.0.7

func (m *Provider) GetCallingAttributionTag() (string, error)

GetCallingAttributionTag calls android.content.ContentProvider.getCallingAttributionTag.

func (*Provider) GetCallingPackage added in v0.0.7

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

GetCallingPackage calls android.content.ContentProvider.getCallingPackage.

func (*Provider) GetCallingPackageUnchecked added in v0.0.7

func (m *Provider) GetCallingPackageUnchecked() (string, error)

GetCallingPackageUnchecked calls android.content.ContentProvider.getCallingPackageUnchecked.

func (*Provider) GetContext added in v0.0.7

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

GetContext calls android.content.ContentProvider.getContext.

func (*Provider) GetPathPermissions added in v0.0.7

func (m *Provider) GetPathPermissions() (*jni.Object, error)

GetPathPermissions calls android.content.ContentProvider.getPathPermissions.

func (*Provider) GetReadPermission added in v0.0.7

func (m *Provider) GetReadPermission() (string, error)

GetReadPermission calls android.content.ContentProvider.getReadPermission.

func (*Provider) GetStreamTypes added in v0.0.7

func (m *Provider) GetStreamTypes(arg0 *jni.Object, arg1 string) (*jni.Object, error)

GetStreamTypes calls android.content.ContentProvider.getStreamTypes.

func (*Provider) GetType added in v0.0.7

func (m *Provider) GetType(arg0 *jni.Object) (string, error)

GetType calls android.content.ContentProvider.getType.

func (*Provider) GetTypeAnonymous added in v0.0.7

func (m *Provider) GetTypeAnonymous(arg0 *jni.Object) (string, error)

GetTypeAnonymous calls android.content.ContentProvider.getTypeAnonymous.

func (*Provider) GetWritePermission added in v0.0.7

func (m *Provider) GetWritePermission() (string, error)

GetWritePermission calls android.content.ContentProvider.getWritePermission.

func (*Provider) Insert2 added in v0.0.7

func (m *Provider) Insert2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Insert2 calls android.content.ContentProvider.insert.

func (*Provider) Insert3_1 added in v0.0.7

func (m *Provider) Insert3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

Insert3_1 calls android.content.ContentProvider.insert.

func (*Provider) OnCallingPackageChanged added in v0.0.7

func (m *Provider) OnCallingPackageChanged() error

OnCallingPackageChanged calls android.content.ContentProvider.onCallingPackageChanged.

func (*Provider) OnConfigurationChanged added in v0.0.7

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

OnConfigurationChanged calls android.content.ContentProvider.onConfigurationChanged.

func (*Provider) OnCreate added in v0.0.7

func (m *Provider) OnCreate() (bool, error)

OnCreate calls android.content.ContentProvider.onCreate.

func (*Provider) OnLowMemory added in v0.0.7

func (m *Provider) OnLowMemory() error

OnLowMemory calls android.content.ContentProvider.onLowMemory.

func (*Provider) OnTrimMemory added in v0.0.7

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

OnTrimMemory calls android.content.ContentProvider.onTrimMemory.

func (*Provider) OpenAssetFile2 added in v0.0.7

func (m *Provider) OpenAssetFile2(arg0 *jni.Object, arg1 string) (*jni.Object, error)

OpenAssetFile2 calls android.content.ContentProvider.openAssetFile.

func (*Provider) OpenAssetFile3_1 added in v0.0.7

func (m *Provider) OpenAssetFile3_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

OpenAssetFile3_1 calls android.content.ContentProvider.openAssetFile.

func (*Provider) OpenFile2 added in v0.0.7

func (m *Provider) OpenFile2(arg0 *jni.Object, arg1 string) (*jni.Object, error)

OpenFile2 calls android.content.ContentProvider.openFile.

func (*Provider) OpenFile3_1 added in v0.0.7

func (m *Provider) OpenFile3_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

OpenFile3_1 calls android.content.ContentProvider.openFile.

func (*Provider) OpenTypedAssetFile3 added in v0.0.7

func (m *Provider) OpenTypedAssetFile3(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

OpenTypedAssetFile3 calls android.content.ContentProvider.openTypedAssetFile.

func (*Provider) OpenTypedAssetFile4_1 added in v0.0.7

func (m *Provider) OpenTypedAssetFile4_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (*jni.Object, error)

OpenTypedAssetFile4_1 calls android.content.ContentProvider.openTypedAssetFile.

func (*Provider) Query4 added in v0.0.7

func (m *Provider) Query4(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (*jni.Object, error)

Query4 calls android.content.ContentProvider.query.

func (*Provider) Query5_1 added in v0.0.7

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

Query5_1 calls android.content.ContentProvider.query.

func (*Provider) Query6_2 added in v0.0.7

func (m *Provider) Query6_2(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
	arg3 *jni.Object,
	arg4 string,
	arg5 *jni.Object,
) (*jni.Object, error)

Query6_2 calls android.content.ContentProvider.query.

func (*Provider) Refresh added in v0.0.7

func (m *Provider) Refresh(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (bool, error)

Refresh calls android.content.ContentProvider.refresh.

func (*Provider) RequireContext added in v0.0.7

func (m *Provider) RequireContext() (*jni.Object, error)

RequireContext calls android.content.ContentProvider.requireContext.

func (*Provider) RestoreCallingIdentity added in v0.0.7

func (m *Provider) RestoreCallingIdentity(arg0 *jni.Object) error

RestoreCallingIdentity calls android.content.ContentProvider.restoreCallingIdentity.

func (*Provider) Shutdown added in v0.0.7

func (m *Provider) Shutdown() error

Shutdown calls android.content.ContentProvider.shutdown.

func (*Provider) Uncanonicalize added in v0.0.7

func (m *Provider) Uncanonicalize(arg0 *jni.Object) (*jni.Object, error)

Uncanonicalize calls android.content.ContentProvider.uncanonicalize.

func (*Provider) Update3 added in v0.0.7

func (m *Provider) Update3(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (int32, error)

Update3 calls android.content.ContentProvider.update.

func (*Provider) Update4_1 added in v0.0.7

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

Update4_1 calls android.content.ContentProvider.update.

type ProviderClient added in v0.0.7

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

ProviderClient wraps android.content.ContentProviderClient.

func (*ProviderClient) BulkInsert added in v0.0.7

func (m *ProviderClient) BulkInsert(arg0 *jni.Object, arg1 *jni.Object) (int32, error)

BulkInsert calls android.content.ContentProviderClient.bulkInsert.

func (*ProviderClient) Call3 added in v0.0.7

func (m *ProviderClient) Call3(
	arg0 string,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

Call3 calls android.content.ContentProviderClient.call.

func (*ProviderClient) Call4_1 added in v0.0.7

func (m *ProviderClient) Call4_1(
	arg0 string,
	arg1 string,
	arg2 string,
	arg3 *jni.Object,
) (*jni.Object, error)

Call4_1 calls android.content.ContentProviderClient.call.

func (*ProviderClient) Canonicalize added in v0.0.7

func (m *ProviderClient) Canonicalize(arg0 *jni.Object) (*jni.Object, error)

Canonicalize calls android.content.ContentProviderClient.canonicalize.

func (*ProviderClient) Close added in v0.0.7

func (m *ProviderClient) Close() error

Close calls android.content.ContentProviderClient.close.

func (*ProviderClient) Delete2 added in v0.0.7

func (m *ProviderClient) Delete2(arg0 *jni.Object, arg1 *jni.Object) (int32, error)

Delete2 calls android.content.ContentProviderClient.delete.

func (*ProviderClient) Delete3_1 added in v0.0.7

func (m *ProviderClient) Delete3_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (int32, error)

Delete3_1 calls android.content.ContentProviderClient.delete.

func (*ProviderClient) GetLocalContentProvider added in v0.0.7

func (m *ProviderClient) GetLocalContentProvider() (*jni.Object, error)

GetLocalContentProvider calls android.content.ContentProviderClient.getLocalContentProvider.

func (*ProviderClient) GetStreamTypes added in v0.0.7

func (m *ProviderClient) GetStreamTypes(arg0 *jni.Object, arg1 string) (*jni.Object, error)

GetStreamTypes calls android.content.ContentProviderClient.getStreamTypes.

func (*ProviderClient) GetType added in v0.0.7

func (m *ProviderClient) GetType(arg0 *jni.Object) (string, error)

GetType calls android.content.ContentProviderClient.getType.

func (*ProviderClient) Insert2 added in v0.0.7

func (m *ProviderClient) Insert2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Insert2 calls android.content.ContentProviderClient.insert.

func (*ProviderClient) Insert3_1 added in v0.0.7

func (m *ProviderClient) Insert3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

Insert3_1 calls android.content.ContentProviderClient.insert.

func (*ProviderClient) OpenAssetFile2 added in v0.0.7

func (m *ProviderClient) OpenAssetFile2(arg0 *jni.Object, arg1 string) (*jni.Object, error)

OpenAssetFile2 calls android.content.ContentProviderClient.openAssetFile.

func (*ProviderClient) OpenAssetFile3_1 added in v0.0.7

func (m *ProviderClient) OpenAssetFile3_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

OpenAssetFile3_1 calls android.content.ContentProviderClient.openAssetFile.

func (*ProviderClient) OpenFile2 added in v0.0.7

func (m *ProviderClient) OpenFile2(arg0 *jni.Object, arg1 string) (*jni.Object, error)

OpenFile2 calls android.content.ContentProviderClient.openFile.

func (*ProviderClient) OpenFile3_1 added in v0.0.7

func (m *ProviderClient) OpenFile3_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

OpenFile3_1 calls android.content.ContentProviderClient.openFile.

func (*ProviderClient) OpenTypedAssetFile added in v0.0.7

func (m *ProviderClient) OpenTypedAssetFile(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (*jni.Object, error)

OpenTypedAssetFile calls android.content.ContentProviderClient.openTypedAssetFile.

func (*ProviderClient) OpenTypedAssetFileDescriptor3 added in v0.0.7

func (m *ProviderClient) OpenTypedAssetFileDescriptor3(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

OpenTypedAssetFileDescriptor3 calls android.content.ContentProviderClient.openTypedAssetFileDescriptor.

func (*ProviderClient) OpenTypedAssetFileDescriptor4_1 added in v0.0.7

func (m *ProviderClient) OpenTypedAssetFileDescriptor4_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (*jni.Object, error)

OpenTypedAssetFileDescriptor4_1 calls android.content.ContentProviderClient.openTypedAssetFileDescriptor.

func (*ProviderClient) Query4 added in v0.0.7

func (m *ProviderClient) Query4(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (*jni.Object, error)

Query4 calls android.content.ContentProviderClient.query.

func (*ProviderClient) Query5_1 added in v0.0.7

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

Query5_1 calls android.content.ContentProviderClient.query.

func (*ProviderClient) Query6_2 added in v0.0.7

func (m *ProviderClient) Query6_2(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
	arg3 *jni.Object,
	arg4 string,
	arg5 *jni.Object,
) (*jni.Object, error)

Query6_2 calls android.content.ContentProviderClient.query.

func (*ProviderClient) Refresh added in v0.0.7

func (m *ProviderClient) Refresh(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (bool, error)

Refresh calls android.content.ContentProviderClient.refresh.

func (*ProviderClient) Release added in v0.0.7

func (m *ProviderClient) Release() (bool, error)

Release calls android.content.ContentProviderClient.release.

func (*ProviderClient) Uncanonicalize added in v0.0.7

func (m *ProviderClient) Uncanonicalize(arg0 *jni.Object) (*jni.Object, error)

Uncanonicalize calls android.content.ContentProviderClient.uncanonicalize.

func (*ProviderClient) Update3 added in v0.0.7

func (m *ProviderClient) Update3(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (int32, error)

Update3 calls android.content.ContentProviderClient.update.

func (*ProviderClient) Update4_1 added in v0.0.7

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

Update4_1 calls android.content.ContentProviderClient.update.

type ProviderOperation added in v0.0.7

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

ProviderOperation wraps android.content.ContentProviderOperation.

func (*ProviderOperation) Apply added in v0.0.7

func (m *ProviderOperation) Apply(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

Apply calls android.content.ContentProviderOperation.apply.

func (*ProviderOperation) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.ContentProviderOperation.describeContents.

func (*ProviderOperation) GetUri added in v0.0.7

func (m *ProviderOperation) GetUri() (*jni.Object, error)

GetUri calls android.content.ContentProviderOperation.getUri.

func (*ProviderOperation) IsAssertQuery added in v0.0.7

func (m *ProviderOperation) IsAssertQuery() (bool, error)

IsAssertQuery calls android.content.ContentProviderOperation.isAssertQuery.

func (*ProviderOperation) IsCall added in v0.0.7

func (m *ProviderOperation) IsCall() (bool, error)

IsCall calls android.content.ContentProviderOperation.isCall.

func (*ProviderOperation) IsDelete added in v0.0.7

func (m *ProviderOperation) IsDelete() (bool, error)

IsDelete calls android.content.ContentProviderOperation.isDelete.

func (*ProviderOperation) IsExceptionAllowed added in v0.0.7

func (m *ProviderOperation) IsExceptionAllowed() (bool, error)

IsExceptionAllowed calls android.content.ContentProviderOperation.isExceptionAllowed.

func (*ProviderOperation) IsInsert added in v0.0.7

func (m *ProviderOperation) IsInsert() (bool, error)

IsInsert calls android.content.ContentProviderOperation.isInsert.

func (*ProviderOperation) IsReadOperation added in v0.0.7

func (m *ProviderOperation) IsReadOperation() (bool, error)

IsReadOperation calls android.content.ContentProviderOperation.isReadOperation.

func (*ProviderOperation) IsUpdate added in v0.0.7

func (m *ProviderOperation) IsUpdate() (bool, error)

IsUpdate calls android.content.ContentProviderOperation.isUpdate.

func (*ProviderOperation) IsWriteOperation added in v0.0.7

func (m *ProviderOperation) IsWriteOperation() (bool, error)

IsWriteOperation calls android.content.ContentProviderOperation.isWriteOperation.

func (*ProviderOperation) IsYieldAllowed added in v0.0.7

func (m *ProviderOperation) IsYieldAllowed() (bool, error)

IsYieldAllowed calls android.content.ContentProviderOperation.isYieldAllowed.

func (*ProviderOperation) NewAssertQuery added in v0.0.7

func (m *ProviderOperation) NewAssertQuery(arg0 *jni.Object) (*jni.Object, error)

NewAssertQuery calls android.content.ContentProviderOperation.newAssertQuery.

func (*ProviderOperation) NewCall added in v0.0.7

func (m *ProviderOperation) NewCall(
	arg0 *jni.Object,
	arg1 string,
	arg2 string,
) (*jni.Object, error)

NewCall calls android.content.ContentProviderOperation.newCall.

func (*ProviderOperation) NewDelete added in v0.0.7

func (m *ProviderOperation) NewDelete(arg0 *jni.Object) (*jni.Object, error)

NewDelete calls android.content.ContentProviderOperation.newDelete.

func (*ProviderOperation) NewInsert added in v0.0.7

func (m *ProviderOperation) NewInsert(arg0 *jni.Object) (*jni.Object, error)

NewInsert calls android.content.ContentProviderOperation.newInsert.

func (*ProviderOperation) NewUpdate added in v0.0.7

func (m *ProviderOperation) NewUpdate(arg0 *jni.Object) (*jni.Object, error)

NewUpdate calls android.content.ContentProviderOperation.newUpdate.

func (*ProviderOperation) ResolveExtrasBackReferences added in v0.0.7

func (m *ProviderOperation) ResolveExtrasBackReferences(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

ResolveExtrasBackReferences calls android.content.ContentProviderOperation.resolveExtrasBackReferences.

func (*ProviderOperation) ResolveSelectionArgsBackReferences added in v0.0.7

func (m *ProviderOperation) ResolveSelectionArgsBackReferences(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

ResolveSelectionArgsBackReferences calls android.content.ContentProviderOperation.resolveSelectionArgsBackReferences.

func (*ProviderOperation) ResolveValueBackReferences added in v0.0.7

func (m *ProviderOperation) ResolveValueBackReferences(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

ResolveValueBackReferences calls android.content.ContentProviderOperation.resolveValueBackReferences.

func (*ProviderOperation) ToString added in v0.0.7

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

ToString calls android.content.ContentProviderOperation.toString.

func (*ProviderOperation) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.ContentProviderOperation.writeToParcel.

type ProviderOperationBuilder added in v0.0.7

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

ProviderOperationBuilder wraps android.content.ContentProviderOperation$Builder.

func (*ProviderOperationBuilder) Build added in v0.0.7

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

Build calls android.content.ContentProviderOperation$Builder.build.

func (*ProviderOperationBuilder) WithExceptionAllowed added in v0.0.7

func (m *ProviderOperationBuilder) WithExceptionAllowed(arg0 bool) (*jni.Object, error)

WithExceptionAllowed calls android.content.ContentProviderOperation$Builder.withExceptionAllowed.

func (*ProviderOperationBuilder) WithExpectedCount added in v0.0.7

func (m *ProviderOperationBuilder) WithExpectedCount(arg0 int32) (*jni.Object, error)

WithExpectedCount calls android.content.ContentProviderOperation$Builder.withExpectedCount.

func (*ProviderOperationBuilder) WithExtra added in v0.0.7

func (m *ProviderOperationBuilder) WithExtra(arg0 string, arg1 *jni.Object) (*jni.Object, error)

WithExtra calls android.content.ContentProviderOperation$Builder.withExtra.

func (*ProviderOperationBuilder) WithExtraBackReference2 added in v0.0.7

func (m *ProviderOperationBuilder) WithExtraBackReference2(arg0 string, arg1 int32) (*jni.Object, error)

WithExtraBackReference2 calls android.content.ContentProviderOperation$Builder.withExtraBackReference.

func (*ProviderOperationBuilder) WithExtraBackReference3_1 added in v0.0.7

func (m *ProviderOperationBuilder) WithExtraBackReference3_1(
	arg0 string,
	arg1 int32,
	arg2 string,
) (*jni.Object, error)

WithExtraBackReference3_1 calls android.content.ContentProviderOperation$Builder.withExtraBackReference.

func (*ProviderOperationBuilder) WithExtras added in v0.0.7

func (m *ProviderOperationBuilder) WithExtras(arg0 *jni.Object) (*jni.Object, error)

WithExtras calls android.content.ContentProviderOperation$Builder.withExtras.

func (*ProviderOperationBuilder) WithSelection added in v0.0.7

func (m *ProviderOperationBuilder) WithSelection(arg0 string, arg1 *jni.Object) (*jni.Object, error)

WithSelection calls android.content.ContentProviderOperation$Builder.withSelection.

func (*ProviderOperationBuilder) WithSelectionBackReference2 added in v0.0.7

func (m *ProviderOperationBuilder) WithSelectionBackReference2(arg0 int32, arg1 int32) (*jni.Object, error)

WithSelectionBackReference2 calls android.content.ContentProviderOperation$Builder.withSelectionBackReference.

func (*ProviderOperationBuilder) WithSelectionBackReference3_1 added in v0.0.7

func (m *ProviderOperationBuilder) WithSelectionBackReference3_1(
	arg0 int32,
	arg1 int32,
	arg2 string,
) (*jni.Object, error)

WithSelectionBackReference3_1 calls android.content.ContentProviderOperation$Builder.withSelectionBackReference.

func (*ProviderOperationBuilder) WithValue added in v0.0.7

func (m *ProviderOperationBuilder) WithValue(arg0 string, arg1 *jni.Object) (*jni.Object, error)

WithValue calls android.content.ContentProviderOperation$Builder.withValue.

func (*ProviderOperationBuilder) WithValueBackReference2 added in v0.0.7

func (m *ProviderOperationBuilder) WithValueBackReference2(arg0 string, arg1 int32) (*jni.Object, error)

WithValueBackReference2 calls android.content.ContentProviderOperation$Builder.withValueBackReference.

func (*ProviderOperationBuilder) WithValueBackReference3_1 added in v0.0.7

func (m *ProviderOperationBuilder) WithValueBackReference3_1(
	arg0 string,
	arg1 int32,
	arg2 string,
) (*jni.Object, error)

WithValueBackReference3_1 calls android.content.ContentProviderOperation$Builder.withValueBackReference.

func (*ProviderOperationBuilder) WithValueBackReferences added in v0.0.7

func (m *ProviderOperationBuilder) WithValueBackReferences(arg0 *jni.Object) (*jni.Object, error)

WithValueBackReferences calls android.content.ContentProviderOperation$Builder.withValueBackReferences.

func (*ProviderOperationBuilder) WithValues added in v0.0.7

func (m *ProviderOperationBuilder) WithValues(arg0 *jni.Object) (*jni.Object, error)

WithValues calls android.content.ContentProviderOperation$Builder.withValues.

func (*ProviderOperationBuilder) WithYieldAllowed added in v0.0.7

func (m *ProviderOperationBuilder) WithYieldAllowed(arg0 bool) (*jni.Object, error)

WithYieldAllowed calls android.content.ContentProviderOperation$Builder.withYieldAllowed.

type ProviderResult added in v0.0.7

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

ProviderResult wraps android.content.ContentProviderResult.

func NewProviderResult added in v0.0.7

func NewProviderResult(vm *jni.VM, arg0 *jni.Object) (*ProviderResult, error)

NewProviderResult creates a new android.content.ContentProviderResult instance.

func (*ProviderResult) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.ContentProviderResult.describeContents.

func (*ProviderResult) ToString added in v0.0.7

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

ToString calls android.content.ContentProviderResult.toString.

func (*ProviderResult) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.ContentProviderResult.writeToParcel.

type QueryMap added in v0.0.7

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

QueryMap wraps android.content.ContentQueryMap.

func NewQueryMap added in v0.0.7

func NewQueryMap(vm *jni.VM, arg0 *jni.Object, arg1 string, arg2 bool, arg3 *jni.Object) (*QueryMap, error)

NewQueryMap creates a new android.content.ContentQueryMap instance.

func (*QueryMap) Requery added in v0.0.7

func (m *QueryMap) Requery() error

Requery calls android.content.ContentQueryMap.requery.

func (*QueryMap) SetKeepUpdated added in v0.0.7

func (m *QueryMap) SetKeepUpdated(arg0 bool) error

SetKeepUpdated calls android.content.ContentQueryMap.setKeepUpdated.

type ReceiverCallNotAllowedException added in v0.0.7

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

ReceiverCallNotAllowedException wraps android.content.ReceiverCallNotAllowedException.

func NewReceiverCallNotAllowedException added in v0.0.7

func NewReceiverCallNotAllowedException(vm *jni.VM, arg0 string) (*ReceiverCallNotAllowedException, error)

NewReceiverCallNotAllowedException creates a new android.content.ReceiverCallNotAllowedException instance.

type Resources added in v0.0.6

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

Resources wraps android.content.res.Resources.

func NewResources added in v0.0.7

func NewResources(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (*Resources, error)

NewResources creates a new android.content.res.Resources instance.

func (*Resources) AddLoaders added in v0.0.6

func (m *Resources) AddLoaders(arg0 *jni.Object) error

AddLoaders calls android.content.res.Resources.addLoaders.

func (*Resources) FinishPreloading added in v0.0.6

func (m *Resources) FinishPreloading() error

FinishPreloading calls android.content.res.Resources.finishPreloading.

func (*Resources) FlushLayoutCache added in v0.0.6

func (m *Resources) FlushLayoutCache() error

FlushLayoutCache calls android.content.res.Resources.flushLayoutCache.

func (*Resources) GetAnimation added in v0.0.6

func (m *Resources) GetAnimation(arg0 int32) (*jni.Object, error)

GetAnimation calls android.content.res.Resources.getAnimation.

func (*Resources) GetAssets added in v0.0.6

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

GetAssets calls android.content.res.Resources.getAssets.

func (*Resources) GetAttributeSetSourceResId added in v0.0.6

func (m *Resources) GetAttributeSetSourceResId(arg0 *jni.Object) (int32, error)

GetAttributeSetSourceResId calls android.content.res.Resources.getAttributeSetSourceResId.

func (*Resources) GetBoolean added in v0.0.6

func (m *Resources) GetBoolean(arg0 int32) (bool, error)

GetBoolean calls android.content.res.Resources.getBoolean.

func (*Resources) GetColor1 added in v0.0.6

func (m *Resources) GetColor1(arg0 int32) (int32, error)

GetColor1 calls android.content.res.Resources.getColor.

func (*Resources) GetColor2_1 added in v0.0.6

func (m *Resources) GetColor2_1(arg0 int32, arg1 *jni.Object) (int32, error)

GetColor2_1 calls android.content.res.Resources.getColor.

func (*Resources) GetColorStateList1 added in v0.0.6

func (m *Resources) GetColorStateList1(arg0 int32) (*jni.Object, error)

GetColorStateList1 calls android.content.res.Resources.getColorStateList.

func (*Resources) GetColorStateList2_1 added in v0.0.6

func (m *Resources) GetColorStateList2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

GetColorStateList2_1 calls android.content.res.Resources.getColorStateList.

func (*Resources) GetConfiguration added in v0.0.6

func (m *Resources) GetConfiguration() (*jni.Object, error)

GetConfiguration calls android.content.res.Resources.getConfiguration.

func (*Resources) GetDimension added in v0.0.6

func (m *Resources) GetDimension(arg0 int32) (float32, error)

GetDimension calls android.content.res.Resources.getDimension.

func (*Resources) GetDimensionPixelOffset added in v0.0.6

func (m *Resources) GetDimensionPixelOffset(arg0 int32) (int32, error)

GetDimensionPixelOffset calls android.content.res.Resources.getDimensionPixelOffset.

func (*Resources) GetDimensionPixelSize added in v0.0.6

func (m *Resources) GetDimensionPixelSize(arg0 int32) (int32, error)

GetDimensionPixelSize calls android.content.res.Resources.getDimensionPixelSize.

func (*Resources) GetDisplayMetrics added in v0.0.6

func (m *Resources) GetDisplayMetrics() (*jni.Object, error)

GetDisplayMetrics calls android.content.res.Resources.getDisplayMetrics.

func (*Resources) GetDrawable1 added in v0.0.6

func (m *Resources) GetDrawable1(arg0 int32) (*jni.Object, error)

GetDrawable1 calls android.content.res.Resources.getDrawable.

func (*Resources) GetDrawable2_1 added in v0.0.6

func (m *Resources) GetDrawable2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

GetDrawable2_1 calls android.content.res.Resources.getDrawable.

func (*Resources) GetDrawableForDensity2 added in v0.0.6

func (m *Resources) GetDrawableForDensity2(arg0 int32, arg1 int32) (*jni.Object, error)

GetDrawableForDensity2 calls android.content.res.Resources.getDrawableForDensity.

func (*Resources) GetDrawableForDensity3_1 added in v0.0.6

func (m *Resources) GetDrawableForDensity3_1(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) (*jni.Object, error)

GetDrawableForDensity3_1 calls android.content.res.Resources.getDrawableForDensity.

func (*Resources) GetFloat added in v0.0.6

func (m *Resources) GetFloat(arg0 int32) (float32, error)

GetFloat calls android.content.res.Resources.getFloat.

func (*Resources) GetFont added in v0.0.6

func (m *Resources) GetFont(arg0 int32) (*jni.Object, error)

GetFont calls android.content.res.Resources.getFont.

func (*Resources) GetFraction added in v0.0.6

func (m *Resources) GetFraction(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) (float32, error)

GetFraction calls android.content.res.Resources.getFraction.

func (*Resources) GetIdentifier added in v0.0.6

func (m *Resources) GetIdentifier(
	arg0 string,
	arg1 string,
	arg2 string,
) (int32, error)

GetIdentifier calls android.content.res.Resources.getIdentifier.

func (*Resources) GetIntArray added in v0.0.6

func (m *Resources) GetIntArray(arg0 int32) (*jni.Object, error)

GetIntArray calls android.content.res.Resources.getIntArray.

func (*Resources) GetInteger added in v0.0.6

func (m *Resources) GetInteger(arg0 int32) (int32, error)

GetInteger calls android.content.res.Resources.getInteger.

func (*Resources) GetLayout added in v0.0.6

func (m *Resources) GetLayout(arg0 int32) (*jni.Object, error)

GetLayout calls android.content.res.Resources.getLayout.

func (*Resources) GetMovie added in v0.0.6

func (m *Resources) GetMovie(arg0 int32) (*jni.Object, error)

GetMovie calls android.content.res.Resources.getMovie.

func (*Resources) GetQuantityString2 added in v0.0.6

func (m *Resources) GetQuantityString2(arg0 int32, arg1 int32) (string, error)

GetQuantityString2 calls android.content.res.Resources.getQuantityString.

func (*Resources) GetQuantityString3_1 added in v0.0.6

func (m *Resources) GetQuantityString3_1(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) (string, error)

GetQuantityString3_1 calls android.content.res.Resources.getQuantityString.

func (*Resources) GetQuantityText added in v0.0.6

func (m *Resources) GetQuantityText(arg0 int32, arg1 int32) (*jni.Object, error)

GetQuantityText calls android.content.res.Resources.getQuantityText.

func (*Resources) GetResourceEntryName added in v0.0.6

func (m *Resources) GetResourceEntryName(arg0 int32) (string, error)

GetResourceEntryName calls android.content.res.Resources.getResourceEntryName.

func (*Resources) GetResourceName added in v0.0.6

func (m *Resources) GetResourceName(arg0 int32) (string, error)

GetResourceName calls android.content.res.Resources.getResourceName.

func (*Resources) GetResourcePackageName added in v0.0.6

func (m *Resources) GetResourcePackageName(arg0 int32) (string, error)

GetResourcePackageName calls android.content.res.Resources.getResourcePackageName.

func (*Resources) GetResourceTypeName added in v0.0.6

func (m *Resources) GetResourceTypeName(arg0 int32) (string, error)

GetResourceTypeName calls android.content.res.Resources.getResourceTypeName.

func (*Resources) GetString1 added in v0.0.6

func (m *Resources) GetString1(arg0 int32) (string, error)

GetString1 calls android.content.res.Resources.getString.

func (*Resources) GetString2_1 added in v0.0.6

func (m *Resources) GetString2_1(arg0 int32, arg1 *jni.Object) (string, error)

GetString2_1 calls android.content.res.Resources.getString.

func (*Resources) GetStringArray added in v0.0.6

func (m *Resources) GetStringArray(arg0 int32) (*jni.Object, error)

GetStringArray calls android.content.res.Resources.getStringArray.

func (*Resources) GetSystem added in v0.0.6

func (m *Resources) GetSystem() (*jni.Object, error)

GetSystem calls android.content.res.Resources.getSystem.

func (*Resources) GetText1 added in v0.0.6

func (m *Resources) GetText1(arg0 int32) (*jni.Object, error)

GetText1 calls android.content.res.Resources.getText.

func (*Resources) GetText2_1 added in v0.0.6

func (m *Resources) GetText2_1(arg0 int32, arg1 string) (*jni.Object, error)

GetText2_1 calls android.content.res.Resources.getText.

func (*Resources) GetTextArray added in v0.0.6

func (m *Resources) GetTextArray(arg0 int32) (*jni.Object, error)

GetTextArray calls android.content.res.Resources.getTextArray.

func (*Resources) GetValue3 added in v0.0.6

func (m *Resources) GetValue3(
	arg0 int32,
	arg1 *jni.Object,
	arg2 bool,
) error

GetValue3 calls android.content.res.Resources.getValue.

func (*Resources) GetValue3_1 added in v0.0.6

func (m *Resources) GetValue3_1(
	arg0 string,
	arg1 *jni.Object,
	arg2 bool,
) error

GetValue3_1 calls android.content.res.Resources.getValue.

func (*Resources) GetValueForDensity added in v0.0.6

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

GetValueForDensity calls android.content.res.Resources.getValueForDensity.

func (*Resources) GetXml added in v0.0.6

func (m *Resources) GetXml(arg0 int32) (*jni.Object, error)

GetXml calls android.content.res.Resources.getXml.

func (*Resources) NewTheme added in v0.0.6

func (m *Resources) NewTheme() (*jni.Object, error)

NewTheme calls android.content.res.Resources.newTheme.

func (*Resources) ObtainAttributes added in v0.0.6

func (m *Resources) ObtainAttributes(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

ObtainAttributes calls android.content.res.Resources.obtainAttributes.

func (*Resources) ObtainTypedArray added in v0.0.6

func (m *Resources) ObtainTypedArray(arg0 int32) (*jni.Object, error)

ObtainTypedArray calls android.content.res.Resources.obtainTypedArray.

func (*Resources) OpenRawResource1 added in v0.0.6

func (m *Resources) OpenRawResource1(arg0 int32) (*jni.Object, error)

OpenRawResource1 calls android.content.res.Resources.openRawResource.

func (*Resources) OpenRawResource2_1 added in v0.0.6

func (m *Resources) OpenRawResource2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

OpenRawResource2_1 calls android.content.res.Resources.openRawResource.

func (*Resources) OpenRawResourceFd added in v0.0.6

func (m *Resources) OpenRawResourceFd(arg0 int32) (*jni.Object, error)

OpenRawResourceFd calls android.content.res.Resources.openRawResourceFd.

func (*Resources) ParseBundleExtra added in v0.0.6

func (m *Resources) ParseBundleExtra(
	arg0 string,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ParseBundleExtra calls android.content.res.Resources.parseBundleExtra.

func (*Resources) ParseBundleExtras added in v0.0.6

func (m *Resources) ParseBundleExtras(arg0 *jni.Object, arg1 *jni.Object) error

ParseBundleExtras calls android.content.res.Resources.parseBundleExtras.

func (*Resources) RegisterResourcePaths added in v0.0.6

func (m *Resources) RegisterResourcePaths(arg0 string, arg1 *jni.Object) error

RegisterResourcePaths calls android.content.res.Resources.registerResourcePaths.

func (*Resources) RemoveLoaders added in v0.0.6

func (m *Resources) RemoveLoaders(arg0 *jni.Object) error

RemoveLoaders calls android.content.res.Resources.removeLoaders.

func (*Resources) UpdateConfiguration added in v0.0.6

func (m *Resources) UpdateConfiguration(arg0 *jni.Object, arg1 *jni.Object) error

UpdateConfiguration calls android.content.res.Resources.updateConfiguration.

type ResourcesTheme added in v0.0.7

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

ResourcesTheme wraps android.content.res.Resources$Theme.

func (*ResourcesTheme) ApplyStyle added in v0.0.7

func (m *ResourcesTheme) ApplyStyle(arg0 int32, arg1 bool) error

ApplyStyle calls android.content.res.Resources$Theme.applyStyle.

func (*ResourcesTheme) Dump added in v0.0.7

func (m *ResourcesTheme) Dump(
	arg0 int32,
	arg1 string,
	arg2 string,
) error

Dump calls android.content.res.Resources$Theme.dump.

func (*ResourcesTheme) Equals added in v0.0.7

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

Equals calls android.content.res.Resources$Theme.equals.

func (*ResourcesTheme) GetAttributeResolutionStack added in v0.0.7

func (m *ResourcesTheme) GetAttributeResolutionStack(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) (*jni.Object, error)

GetAttributeResolutionStack calls android.content.res.Resources$Theme.getAttributeResolutionStack.

func (*ResourcesTheme) GetChangingConfigurations added in v0.0.7

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

GetChangingConfigurations calls android.content.res.Resources$Theme.getChangingConfigurations.

func (*ResourcesTheme) GetDrawable added in v0.0.7

func (m *ResourcesTheme) GetDrawable(arg0 int32) (*jni.Object, error)

GetDrawable calls android.content.res.Resources$Theme.getDrawable.

func (*ResourcesTheme) GetExplicitStyle added in v0.0.7

func (m *ResourcesTheme) GetExplicitStyle(arg0 *jni.Object) (int32, error)

GetExplicitStyle calls android.content.res.Resources$Theme.getExplicitStyle.

func (*ResourcesTheme) GetResources added in v0.0.7

func (m *ResourcesTheme) GetResources() (*jni.Object, error)

GetResources calls android.content.res.Resources$Theme.getResources.

func (*ResourcesTheme) HashCode added in v0.0.7

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

HashCode calls android.content.res.Resources$Theme.hashCode.

func (*ResourcesTheme) ObtainStyledAttributes1_2 added in v0.0.7

func (m *ResourcesTheme) ObtainStyledAttributes1_2(arg0 *jni.Object) (*jni.Object, error)

ObtainStyledAttributes1_2 calls android.content.res.Resources$Theme.obtainStyledAttributes.

func (*ResourcesTheme) ObtainStyledAttributes2_1 added in v0.0.7

func (m *ResourcesTheme) ObtainStyledAttributes2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

ObtainStyledAttributes2_1 calls android.content.res.Resources$Theme.obtainStyledAttributes.

func (*ResourcesTheme) ObtainStyledAttributes4 added in v0.0.7

func (m *ResourcesTheme) ObtainStyledAttributes4(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

ObtainStyledAttributes4 calls android.content.res.Resources$Theme.obtainStyledAttributes.

func (*ResourcesTheme) Rebase added in v0.0.7

func (m *ResourcesTheme) Rebase() error

Rebase calls android.content.res.Resources$Theme.rebase.

func (*ResourcesTheme) ResolveAttribute added in v0.0.7

func (m *ResourcesTheme) ResolveAttribute(
	arg0 int32,
	arg1 *jni.Object,
	arg2 bool,
) (bool, error)

ResolveAttribute calls android.content.res.Resources$Theme.resolveAttribute.

func (*ResourcesTheme) SetTo added in v0.0.7

func (m *ResourcesTheme) SetTo(arg0 *jni.Object) error

SetTo calls android.content.res.Resources$Theme.setTo.

func (*ResourcesTheme) ToString added in v0.0.7

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

ToString calls android.content.res.Resources$Theme.toString.

type RestrictionEntry added in v0.0.7

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

RestrictionEntry wraps android.content.RestrictionEntry.

func NewRestrictionEntry added in v0.0.7

func NewRestrictionEntry(vm *jni.VM, arg0 *jni.Object) (*RestrictionEntry, error)

NewRestrictionEntry creates a new android.content.RestrictionEntry instance.

func (*RestrictionEntry) CreateBundleArrayEntry added in v0.0.7

func (m *RestrictionEntry) CreateBundleArrayEntry(arg0 string, arg1 *jni.Object) (*jni.Object, error)

CreateBundleArrayEntry calls android.content.RestrictionEntry.createBundleArrayEntry.

func (*RestrictionEntry) CreateBundleEntry added in v0.0.7

func (m *RestrictionEntry) CreateBundleEntry(arg0 string, arg1 *jni.Object) (*jni.Object, error)

CreateBundleEntry calls android.content.RestrictionEntry.createBundleEntry.

func (*RestrictionEntry) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.RestrictionEntry.describeContents.

func (*RestrictionEntry) Equals added in v0.0.7

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

Equals calls android.content.RestrictionEntry.equals.

func (*RestrictionEntry) GetAllSelectedStrings added in v0.0.7

func (m *RestrictionEntry) GetAllSelectedStrings() (*jni.Object, error)

GetAllSelectedStrings calls android.content.RestrictionEntry.getAllSelectedStrings.

func (*RestrictionEntry) GetChoiceEntries added in v0.0.7

func (m *RestrictionEntry) GetChoiceEntries() (*jni.Object, error)

GetChoiceEntries calls android.content.RestrictionEntry.getChoiceEntries.

func (*RestrictionEntry) GetChoiceValues added in v0.0.7

func (m *RestrictionEntry) GetChoiceValues() (*jni.Object, error)

GetChoiceValues calls android.content.RestrictionEntry.getChoiceValues.

func (*RestrictionEntry) GetDescription added in v0.0.7

func (m *RestrictionEntry) GetDescription() (string, error)

GetDescription calls android.content.RestrictionEntry.getDescription.

func (*RestrictionEntry) GetIntValue added in v0.0.7

func (m *RestrictionEntry) GetIntValue() (int32, error)

GetIntValue calls android.content.RestrictionEntry.getIntValue.

func (*RestrictionEntry) GetKey added in v0.0.7

func (m *RestrictionEntry) GetKey() (string, error)

GetKey calls android.content.RestrictionEntry.getKey.

func (*RestrictionEntry) GetRestrictions added in v0.0.7

func (m *RestrictionEntry) GetRestrictions() (*jni.Object, error)

GetRestrictions calls android.content.RestrictionEntry.getRestrictions.

func (*RestrictionEntry) GetSelectedState added in v0.0.7

func (m *RestrictionEntry) GetSelectedState() (bool, error)

GetSelectedState calls android.content.RestrictionEntry.getSelectedState.

func (*RestrictionEntry) GetSelectedString added in v0.0.7

func (m *RestrictionEntry) GetSelectedString() (string, error)

GetSelectedString calls android.content.RestrictionEntry.getSelectedString.

func (*RestrictionEntry) GetTitle added in v0.0.7

func (m *RestrictionEntry) GetTitle() (string, error)

GetTitle calls android.content.RestrictionEntry.getTitle.

func (*RestrictionEntry) GetType added in v0.0.7

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

GetType calls android.content.RestrictionEntry.getType.

func (*RestrictionEntry) HashCode added in v0.0.7

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

HashCode calls android.content.RestrictionEntry.hashCode.

func (*RestrictionEntry) SetAllSelectedStrings added in v0.0.7

func (m *RestrictionEntry) SetAllSelectedStrings(arg0 *jni.Object) error

SetAllSelectedStrings calls android.content.RestrictionEntry.setAllSelectedStrings.

func (*RestrictionEntry) SetChoiceEntries1_1 added in v0.0.7

func (m *RestrictionEntry) SetChoiceEntries1_1(arg0 *jni.Object) error

SetChoiceEntries1_1 calls android.content.RestrictionEntry.setChoiceEntries.

func (*RestrictionEntry) SetChoiceEntries2 added in v0.0.7

func (m *RestrictionEntry) SetChoiceEntries2(arg0 *jni.Object, arg1 int32) error

SetChoiceEntries2 calls android.content.RestrictionEntry.setChoiceEntries.

func (*RestrictionEntry) SetChoiceValues1_1 added in v0.0.7

func (m *RestrictionEntry) SetChoiceValues1_1(arg0 *jni.Object) error

SetChoiceValues1_1 calls android.content.RestrictionEntry.setChoiceValues.

func (*RestrictionEntry) SetChoiceValues2 added in v0.0.7

func (m *RestrictionEntry) SetChoiceValues2(arg0 *jni.Object, arg1 int32) error

SetChoiceValues2 calls android.content.RestrictionEntry.setChoiceValues.

func (*RestrictionEntry) SetDescription added in v0.0.7

func (m *RestrictionEntry) SetDescription(arg0 string) error

SetDescription calls android.content.RestrictionEntry.setDescription.

func (*RestrictionEntry) SetIntValue added in v0.0.7

func (m *RestrictionEntry) SetIntValue(arg0 int32) error

SetIntValue calls android.content.RestrictionEntry.setIntValue.

func (*RestrictionEntry) SetRestrictions added in v0.0.7

func (m *RestrictionEntry) SetRestrictions(arg0 *jni.Object) error

SetRestrictions calls android.content.RestrictionEntry.setRestrictions.

func (*RestrictionEntry) SetSelectedState added in v0.0.7

func (m *RestrictionEntry) SetSelectedState(arg0 bool) error

SetSelectedState calls android.content.RestrictionEntry.setSelectedState.

func (*RestrictionEntry) SetSelectedString added in v0.0.7

func (m *RestrictionEntry) SetSelectedString(arg0 string) error

SetSelectedString calls android.content.RestrictionEntry.setSelectedString.

func (*RestrictionEntry) SetTitle added in v0.0.7

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

SetTitle calls android.content.RestrictionEntry.setTitle.

func (*RestrictionEntry) SetType added in v0.0.7

func (m *RestrictionEntry) SetType(arg0 int32) error

SetType calls android.content.RestrictionEntry.setType.

func (*RestrictionEntry) ToString added in v0.0.7

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

ToString calls android.content.RestrictionEntry.toString.

func (*RestrictionEntry) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.RestrictionEntry.writeToParcel.

type RestrictionsManager added in v0.0.7

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

RestrictionsManager wraps android.content.RestrictionsManager.

func NewRestrictionsManager added in v0.0.7

func NewRestrictionsManager(ctx *app.Context) (*RestrictionsManager, error)

NewRestrictionsManager obtains android.content.RestrictionsManager from the Android system service manager.

func (*RestrictionsManager) Close added in v0.0.7

func (m *RestrictionsManager) Close()

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

func (*RestrictionsManager) CreateLocalApprovalIntent added in v0.0.7

func (m *RestrictionsManager) CreateLocalApprovalIntent() (*jni.Object, error)

CreateLocalApprovalIntent calls android.content.RestrictionsManager.createLocalApprovalIntent.

func (*RestrictionsManager) GetApplicationRestrictions added in v0.0.7

func (m *RestrictionsManager) GetApplicationRestrictions() (*jni.Object, error)

GetApplicationRestrictions calls android.content.RestrictionsManager.getApplicationRestrictions.

func (*RestrictionsManager) HasRestrictionsProvider added in v0.0.7

func (m *RestrictionsManager) HasRestrictionsProvider() (bool, error)

HasRestrictionsProvider calls android.content.RestrictionsManager.hasRestrictionsProvider.

func (*RestrictionsManager) NotifyPermissionResponse added in v0.0.7

func (m *RestrictionsManager) NotifyPermissionResponse(arg0 string, arg1 *jni.Object) error

NotifyPermissionResponse calls android.content.RestrictionsManager.notifyPermissionResponse.

func (*RestrictionsManager) RequestPermission added in v0.0.7

func (m *RestrictionsManager) RequestPermission(
	arg0 string,
	arg1 string,
	arg2 *jni.Object,
) error

RequestPermission calls android.content.RestrictionsManager.requestPermission.

type SearchRecentSuggestionsProvider added in v0.0.7

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

SearchRecentSuggestionsProvider wraps android.content.SearchRecentSuggestionsProvider.

func NewSearchRecentSuggestionsProvider added in v0.0.7

func NewSearchRecentSuggestionsProvider(vm *jni.VM) (*SearchRecentSuggestionsProvider, error)

NewSearchRecentSuggestionsProvider creates a new android.content.SearchRecentSuggestionsProvider instance.

func (*SearchRecentSuggestionsProvider) Delete added in v0.0.7

func (m *SearchRecentSuggestionsProvider) Delete(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) (int32, error)

Delete calls android.content.SearchRecentSuggestionsProvider.delete.

func (*SearchRecentSuggestionsProvider) GetType added in v0.0.7

func (m *SearchRecentSuggestionsProvider) GetType(arg0 *jni.Object) (string, error)

GetType calls android.content.SearchRecentSuggestionsProvider.getType.

func (*SearchRecentSuggestionsProvider) Insert added in v0.0.7

func (m *SearchRecentSuggestionsProvider) Insert(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Insert calls android.content.SearchRecentSuggestionsProvider.insert.

func (*SearchRecentSuggestionsProvider) OnCreate added in v0.0.7

func (m *SearchRecentSuggestionsProvider) OnCreate() (bool, error)

OnCreate calls android.content.SearchRecentSuggestionsProvider.onCreate.

func (*SearchRecentSuggestionsProvider) Query added in v0.0.7

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

Query calls android.content.SearchRecentSuggestionsProvider.query.

func (*SearchRecentSuggestionsProvider) Update added in v0.0.7

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

Update calls android.content.SearchRecentSuggestionsProvider.update.

type ServiceConnection added in v0.0.7

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

ServiceConnection wraps android.content.ServiceConnection.

func (*ServiceConnection) OnServiceConnected added in v0.0.7

func (m *ServiceConnection) OnServiceConnected(arg0 *jni.Object, arg1 *jni.Object) error

OnServiceConnected calls android.content.ServiceConnection.onServiceConnected.

func (*ServiceConnection) OnServiceDisconnected added in v0.0.7

func (m *ServiceConnection) OnServiceDisconnected(arg0 *jni.Object) error

OnServiceDisconnected calls android.content.ServiceConnection.onServiceDisconnected.

type SyncAdapterType added in v0.0.7

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

SyncAdapterType wraps android.content.SyncAdapterType.

func NewSyncAdapterType added in v0.0.7

func NewSyncAdapterType(vm *jni.VM, arg0 *jni.Object) (*SyncAdapterType, error)

NewSyncAdapterType creates a new android.content.SyncAdapterType instance.

func (*SyncAdapterType) AllowParallelSyncs added in v0.0.7

func (m *SyncAdapterType) AllowParallelSyncs() (bool, error)

AllowParallelSyncs calls android.content.SyncAdapterType.allowParallelSyncs.

func (*SyncAdapterType) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.SyncAdapterType.describeContents.

func (*SyncAdapterType) Equals added in v0.0.7

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

Equals calls android.content.SyncAdapterType.equals.

func (*SyncAdapterType) GetSettingsActivity added in v0.0.7

func (m *SyncAdapterType) GetSettingsActivity() (string, error)

GetSettingsActivity calls android.content.SyncAdapterType.getSettingsActivity.

func (*SyncAdapterType) HashCode added in v0.0.7

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

HashCode calls android.content.SyncAdapterType.hashCode.

func (*SyncAdapterType) IsAlwaysSyncable added in v0.0.7

func (m *SyncAdapterType) IsAlwaysSyncable() (bool, error)

IsAlwaysSyncable calls android.content.SyncAdapterType.isAlwaysSyncable.

func (*SyncAdapterType) IsUserVisible added in v0.0.7

func (m *SyncAdapterType) IsUserVisible() (bool, error)

IsUserVisible calls android.content.SyncAdapterType.isUserVisible.

func (*SyncAdapterType) NewKey added in v0.0.7

func (m *SyncAdapterType) NewKey(arg0 string, arg1 string) (*jni.Object, error)

NewKey calls android.content.SyncAdapterType.newKey.

func (*SyncAdapterType) SupportsUploading added in v0.0.7

func (m *SyncAdapterType) SupportsUploading() (bool, error)

SupportsUploading calls android.content.SyncAdapterType.supportsUploading.

func (*SyncAdapterType) ToString added in v0.0.7

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

ToString calls android.content.SyncAdapterType.toString.

func (*SyncAdapterType) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.SyncAdapterType.writeToParcel.

type SyncContext added in v0.0.7

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

SyncContext wraps android.content.SyncContext.

func (*SyncContext) GetSyncContextBinder added in v0.0.7

func (m *SyncContext) GetSyncContextBinder() (*jni.Object, error)

GetSyncContextBinder calls android.content.SyncContext.getSyncContextBinder.

func (*SyncContext) OnFinished added in v0.0.7

func (m *SyncContext) OnFinished(arg0 *jni.Object) error

OnFinished calls android.content.SyncContext.onFinished.

type SyncInfo added in v0.0.7

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

SyncInfo wraps android.content.SyncInfo.

func (*SyncInfo) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.SyncInfo.describeContents.

func (*SyncInfo) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.SyncInfo.writeToParcel.

type SyncRequest added in v0.0.7

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

SyncRequest wraps android.content.SyncRequest.

func (*SyncRequest) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.SyncRequest.describeContents.

func (*SyncRequest) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.SyncRequest.writeToParcel.

type SyncRequestBuilder added in v0.0.7

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

SyncRequestBuilder wraps android.content.SyncRequest$Builder.

func (*SyncRequestBuilder) Build added in v0.0.7

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

Build calls android.content.SyncRequest$Builder.build.

func (*SyncRequestBuilder) SetDisallowMetered added in v0.0.7

func (m *SyncRequestBuilder) SetDisallowMetered(arg0 bool) (*jni.Object, error)

SetDisallowMetered calls android.content.SyncRequest$Builder.setDisallowMetered.

func (*SyncRequestBuilder) SetExpedited added in v0.0.7

func (m *SyncRequestBuilder) SetExpedited(arg0 bool) (*jni.Object, error)

SetExpedited calls android.content.SyncRequest$Builder.setExpedited.

func (*SyncRequestBuilder) SetExtras added in v0.0.7

func (m *SyncRequestBuilder) SetExtras(arg0 *jni.Object) (*jni.Object, error)

SetExtras calls android.content.SyncRequest$Builder.setExtras.

func (*SyncRequestBuilder) SetIgnoreBackoff added in v0.0.7

func (m *SyncRequestBuilder) SetIgnoreBackoff(arg0 bool) (*jni.Object, error)

SetIgnoreBackoff calls android.content.SyncRequest$Builder.setIgnoreBackoff.

func (*SyncRequestBuilder) SetIgnoreSettings added in v0.0.7

func (m *SyncRequestBuilder) SetIgnoreSettings(arg0 bool) (*jni.Object, error)

SetIgnoreSettings calls android.content.SyncRequest$Builder.setIgnoreSettings.

func (*SyncRequestBuilder) SetManual added in v0.0.7

func (m *SyncRequestBuilder) SetManual(arg0 bool) (*jni.Object, error)

SetManual calls android.content.SyncRequest$Builder.setManual.

func (*SyncRequestBuilder) SetNoRetry added in v0.0.7

func (m *SyncRequestBuilder) SetNoRetry(arg0 bool) (*jni.Object, error)

SetNoRetry calls android.content.SyncRequest$Builder.setNoRetry.

func (*SyncRequestBuilder) SetRequiresCharging added in v0.0.7

func (m *SyncRequestBuilder) SetRequiresCharging(arg0 bool) (*jni.Object, error)

SetRequiresCharging calls android.content.SyncRequest$Builder.setRequiresCharging.

func (*SyncRequestBuilder) SetScheduleAsExpeditedJob added in v0.0.7

func (m *SyncRequestBuilder) SetScheduleAsExpeditedJob(arg0 bool) (*jni.Object, error)

SetScheduleAsExpeditedJob calls android.content.SyncRequest$Builder.setScheduleAsExpeditedJob.

func (*SyncRequestBuilder) SetSyncAdapter added in v0.0.7

func (m *SyncRequestBuilder) SetSyncAdapter(arg0 *jni.Object, arg1 string) (*jni.Object, error)

SetSyncAdapter calls android.content.SyncRequest$Builder.setSyncAdapter.

func (*SyncRequestBuilder) SyncOnce added in v0.0.7

func (m *SyncRequestBuilder) SyncOnce() (*jni.Object, error)

SyncOnce calls android.content.SyncRequest$Builder.syncOnce.

func (*SyncRequestBuilder) SyncPeriodic added in v0.0.7

func (m *SyncRequestBuilder) SyncPeriodic(arg0 int64, arg1 int64) (*jni.Object, error)

SyncPeriodic calls android.content.SyncRequest$Builder.syncPeriodic.

type SyncResult added in v0.0.7

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

SyncResult wraps android.content.SyncResult.

func NewSyncResult added in v0.0.7

func NewSyncResult(vm *jni.VM) (*SyncResult, error)

NewSyncResult creates a new android.content.SyncResult instance.

func (*SyncResult) Clear added in v0.0.7

func (m *SyncResult) Clear() error

Clear calls android.content.SyncResult.clear.

func (*SyncResult) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.SyncResult.describeContents.

func (*SyncResult) HasError added in v0.0.7

func (m *SyncResult) HasError() (bool, error)

HasError calls android.content.SyncResult.hasError.

func (*SyncResult) HasHardError added in v0.0.7

func (m *SyncResult) HasHardError() (bool, error)

HasHardError calls android.content.SyncResult.hasHardError.

func (*SyncResult) HasSoftError added in v0.0.7

func (m *SyncResult) HasSoftError() (bool, error)

HasSoftError calls android.content.SyncResult.hasSoftError.

func (*SyncResult) MadeSomeProgress added in v0.0.7

func (m *SyncResult) MadeSomeProgress() (bool, error)

MadeSomeProgress calls android.content.SyncResult.madeSomeProgress.

func (*SyncResult) ToDebugString added in v0.0.7

func (m *SyncResult) ToDebugString() (string, error)

ToDebugString calls android.content.SyncResult.toDebugString.

func (*SyncResult) ToString added in v0.0.7

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

ToString calls android.content.SyncResult.toString.

func (*SyncResult) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.SyncResult.writeToParcel.

type SyncStats added in v0.0.7

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

SyncStats wraps android.content.SyncStats.

func NewSyncStats added in v0.0.7

func NewSyncStats(vm *jni.VM) (*SyncStats, error)

NewSyncStats creates a new android.content.SyncStats instance.

func (*SyncStats) Clear added in v0.0.7

func (m *SyncStats) Clear() error

Clear calls android.content.SyncStats.clear.

func (*SyncStats) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.SyncStats.describeContents.

func (*SyncStats) ToString added in v0.0.7

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

ToString calls android.content.SyncStats.toString.

func (*SyncStats) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.SyncStats.writeToParcel.

type SyncStatusObserver added in v0.0.7

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

SyncStatusObserver wraps android.content.SyncStatusObserver.

func (*SyncStatusObserver) OnStatusChanged added in v0.0.7

func (m *SyncStatusObserver) OnStatusChanged(arg0 int32) error

OnStatusChanged calls android.content.SyncStatusObserver.onStatusChanged.

type UriMatcher added in v0.0.7

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

UriMatcher wraps android.content.UriMatcher.

func NewUriMatcher added in v0.0.7

func NewUriMatcher(vm *jni.VM, arg0 int32) (*UriMatcher, error)

NewUriMatcher creates a new android.content.UriMatcher instance.

func (*UriMatcher) AddURI added in v0.0.7

func (m *UriMatcher) AddURI(
	arg0 string,
	arg1 string,
	arg2 int32,
) error

AddURI calls android.content.UriMatcher.addURI.

func (*UriMatcher) Match added in v0.0.7

func (m *UriMatcher) Match(arg0 *jni.Object) (int32, error)

Match calls android.content.UriMatcher.match.

type UriPermission added in v0.0.7

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

UriPermission wraps android.content.UriPermission.

func (*UriPermission) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.UriPermission.describeContents.

func (*UriPermission) GetPersistedTime added in v0.0.7

func (m *UriPermission) GetPersistedTime() (int64, error)

GetPersistedTime calls android.content.UriPermission.getPersistedTime.

func (*UriPermission) GetUri added in v0.0.7

func (m *UriPermission) GetUri() (*jni.Object, error)

GetUri calls android.content.UriPermission.getUri.

func (*UriPermission) IsReadPermission added in v0.0.7

func (m *UriPermission) IsReadPermission() (bool, error)

IsReadPermission calls android.content.UriPermission.isReadPermission.

func (*UriPermission) IsWritePermission added in v0.0.7

func (m *UriPermission) IsWritePermission() (bool, error)

IsWritePermission calls android.content.UriPermission.isWritePermission.

func (*UriPermission) ToString added in v0.0.7

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

ToString calls android.content.UriPermission.toString.

func (*UriPermission) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.UriPermission.writeToParcel.

type UriRelativeFilter added in v0.0.7

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

UriRelativeFilter wraps android.content.UriRelativeFilter.

func NewUriRelativeFilter added in v0.0.7

func NewUriRelativeFilter(vm *jni.VM, arg0 int32, arg1 int32, arg2 string) (*UriRelativeFilter, error)

NewUriRelativeFilter creates a new android.content.UriRelativeFilter instance.

func (*UriRelativeFilter) Equals added in v0.0.7

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

Equals calls android.content.UriRelativeFilter.equals.

func (*UriRelativeFilter) GetFilter added in v0.0.7

func (m *UriRelativeFilter) GetFilter() (string, error)

GetFilter calls android.content.UriRelativeFilter.getFilter.

func (*UriRelativeFilter) GetPatternType added in v0.0.7

func (m *UriRelativeFilter) GetPatternType() (int32, error)

GetPatternType calls android.content.UriRelativeFilter.getPatternType.

func (*UriRelativeFilter) GetUriPart added in v0.0.7

func (m *UriRelativeFilter) GetUriPart() (int32, error)

GetUriPart calls android.content.UriRelativeFilter.getUriPart.

func (*UriRelativeFilter) HashCode added in v0.0.7

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

HashCode calls android.content.UriRelativeFilter.hashCode.

func (*UriRelativeFilter) MatchData added in v0.0.7

func (m *UriRelativeFilter) MatchData(arg0 *jni.Object) (bool, error)

MatchData calls android.content.UriRelativeFilter.matchData.

func (*UriRelativeFilter) ToString added in v0.0.7

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

ToString calls android.content.UriRelativeFilter.toString.

type UriRelativeFilterGroup added in v0.0.7

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

UriRelativeFilterGroup wraps android.content.UriRelativeFilterGroup.

func NewUriRelativeFilterGroup added in v0.0.7

func NewUriRelativeFilterGroup(vm *jni.VM, arg0 int32) (*UriRelativeFilterGroup, error)

NewUriRelativeFilterGroup creates a new android.content.UriRelativeFilterGroup instance.

func (*UriRelativeFilterGroup) AddUriRelativeFilter added in v0.0.7

func (m *UriRelativeFilterGroup) AddUriRelativeFilter(arg0 *jni.Object) error

AddUriRelativeFilter calls android.content.UriRelativeFilterGroup.addUriRelativeFilter.

func (*UriRelativeFilterGroup) Equals added in v0.0.7

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

Equals calls android.content.UriRelativeFilterGroup.equals.

func (*UriRelativeFilterGroup) GetAction added in v0.0.7

func (m *UriRelativeFilterGroup) GetAction() (int32, error)

GetAction calls android.content.UriRelativeFilterGroup.getAction.

func (*UriRelativeFilterGroup) HashCode added in v0.0.7

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

HashCode calls android.content.UriRelativeFilterGroup.hashCode.

func (*UriRelativeFilterGroup) MatchData added in v0.0.7

func (m *UriRelativeFilterGroup) MatchData(arg0 *jni.Object) (bool, error)

MatchData calls android.content.UriRelativeFilterGroup.matchData.

func (*UriRelativeFilterGroup) ToString added in v0.0.7

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

ToString calls android.content.UriRelativeFilterGroup.toString.

type Uris added in v0.0.7

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

Uris wraps android.content.ContentUris.

func NewUris added in v0.0.7

func NewUris(vm *jni.VM) (*Uris, error)

NewUris creates a new android.content.ContentUris instance.

func (*Uris) AppendId added in v0.0.7

func (m *Uris) AppendId(arg0 *jni.Object, arg1 int64) (*jni.Object, error)

AppendId calls android.content.ContentUris.appendId.

func (*Uris) ParseId added in v0.0.7

func (m *Uris) ParseId(arg0 *jni.Object) (int64, error)

ParseId calls android.content.ContentUris.parseId.

func (*Uris) RemoveId added in v0.0.7

func (m *Uris) RemoveId(arg0 *jni.Object) (*jni.Object, error)

RemoveId calls android.content.ContentUris.removeId.

func (*Uris) WithAppendedId added in v0.0.7

func (m *Uris) WithAppendedId(arg0 *jni.Object, arg1 int64) (*jni.Object, error)

WithAppendedId calls android.content.ContentUris.withAppendedId.

type Values added in v0.0.7

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

Values wraps android.content.ContentValues.

func NewValues added in v0.0.7

func NewValues(vm *jni.VM) (*Values, error)

NewValues creates a new android.content.ContentValues instance.

func (*Values) Clear added in v0.0.7

func (m *Values) Clear() error

Clear calls android.content.ContentValues.clear.

func (*Values) ContainsKey added in v0.0.7

func (m *Values) ContainsKey(arg0 string) (bool, error)

ContainsKey calls android.content.ContentValues.containsKey.

func (*Values) DescribeContents added in v0.0.7

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

DescribeContents calls android.content.ContentValues.describeContents.

func (*Values) Equals added in v0.0.7

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

Equals calls android.content.ContentValues.equals.

func (*Values) Get added in v0.0.7

func (m *Values) Get(arg0 string) (*jni.Object, error)

Get calls android.content.ContentValues.get.

func (*Values) GetAsBoolean added in v0.0.7

func (m *Values) GetAsBoolean(arg0 string) (*jni.Object, error)

GetAsBoolean calls android.content.ContentValues.getAsBoolean.

func (*Values) GetAsByte added in v0.0.7

func (m *Values) GetAsByte(arg0 string) (*jni.Object, error)

GetAsByte calls android.content.ContentValues.getAsByte.

func (*Values) GetAsByteArray added in v0.0.7

func (m *Values) GetAsByteArray(arg0 string) (*jni.Object, error)

GetAsByteArray calls android.content.ContentValues.getAsByteArray.

func (*Values) GetAsDouble added in v0.0.7

func (m *Values) GetAsDouble(arg0 string) (*jni.Object, error)

GetAsDouble calls android.content.ContentValues.getAsDouble.

func (*Values) GetAsFloat added in v0.0.7

func (m *Values) GetAsFloat(arg0 string) (*jni.Object, error)

GetAsFloat calls android.content.ContentValues.getAsFloat.

func (*Values) GetAsInteger added in v0.0.7

func (m *Values) GetAsInteger(arg0 string) (*jni.Object, error)

GetAsInteger calls android.content.ContentValues.getAsInteger.

func (*Values) GetAsLong added in v0.0.7

func (m *Values) GetAsLong(arg0 string) (*jni.Object, error)

GetAsLong calls android.content.ContentValues.getAsLong.

func (*Values) GetAsShort added in v0.0.7

func (m *Values) GetAsShort(arg0 string) (*jni.Object, error)

GetAsShort calls android.content.ContentValues.getAsShort.

func (*Values) GetAsString added in v0.0.7

func (m *Values) GetAsString(arg0 string) (string, error)

GetAsString calls android.content.ContentValues.getAsString.

func (*Values) HashCode added in v0.0.7

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

HashCode calls android.content.ContentValues.hashCode.

func (*Values) IsEmpty added in v0.0.7

func (m *Values) IsEmpty() (bool, error)

IsEmpty calls android.content.ContentValues.isEmpty.

func (*Values) Put2 added in v0.0.7

func (m *Values) Put2(arg0 string, arg1 *jni.Object) error

Put2 calls android.content.ContentValues.put.

func (*Values) Put2_1 added in v0.0.7

func (m *Values) Put2_1(arg0 string, arg1 *jni.Object) error

Put2_1 calls android.content.ContentValues.put.

func (*Values) Put2_2 added in v0.0.7

func (m *Values) Put2_2(arg0 string, arg1 *jni.Object) error

Put2_2 calls android.content.ContentValues.put.

func (*Values) Put2_3 added in v0.0.7

func (m *Values) Put2_3(arg0 string, arg1 *jni.Object) error

Put2_3 calls android.content.ContentValues.put.

func (*Values) Put2_4 added in v0.0.7

func (m *Values) Put2_4(arg0 string, arg1 *jni.Object) error

Put2_4 calls android.content.ContentValues.put.

func (*Values) Put2_5 added in v0.0.7

func (m *Values) Put2_5(arg0 string, arg1 *jni.Object) error

Put2_5 calls android.content.ContentValues.put.

func (*Values) Put2_6 added in v0.0.7

func (m *Values) Put2_6(arg0 string, arg1 *jni.Object) error

Put2_6 calls android.content.ContentValues.put.

func (*Values) Put2_7 added in v0.0.7

func (m *Values) Put2_7(arg0 string, arg1 *jni.Object) error

Put2_7 calls android.content.ContentValues.put.

func (*Values) Put2_8 added in v0.0.7

func (m *Values) Put2_8(arg0 string, arg1 string) error

Put2_8 calls android.content.ContentValues.put.

func (*Values) PutAll added in v0.0.7

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

PutAll calls android.content.ContentValues.putAll.

func (*Values) PutNull added in v0.0.7

func (m *Values) PutNull(arg0 string) error

PutNull calls android.content.ContentValues.putNull.

func (*Values) Remove added in v0.0.7

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

Remove calls android.content.ContentValues.remove.

func (*Values) Size added in v0.0.7

func (m *Values) Size() (int32, error)

Size calls android.content.ContentValues.size.

func (*Values) ToString added in v0.0.7

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

ToString calls android.content.ContentValues.toString.

func (*Values) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.content.ContentValues.writeToParcel.

Source Files

Directories

Path Synopsis
Package clipboard provides Go bindings for android.content.
Package clipboard provides Go bindings for android.content.
om
Package om provides Go bindings for android.content.om.
Package om provides Go bindings for android.content.om.
Package permission provides Go bindings for android.
Package permission provides Go bindings for android.
pm
Package pm provides Go bindings for android.content.pm.
Package pm provides Go bindings for android.content.pm.
verify/domain
Package domain provides Go bindings for android.content.pm.verify.domain.
Package domain provides Go bindings for android.content.pm.verify.domain.
Package preferences provides Go bindings for android.content.
Package preferences provides Go bindings for android.content.
res
Package res provides Go bindings for android.content.res.
Package res provides Go bindings for android.content.res.
loader
Package loader provides Go bindings for android.content.res.loader.
Package loader provides Go bindings for android.content.res.loader.
Package resolver provides Go bindings for android.database.
Package resolver provides Go bindings for android.database.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL