Documentation
¶
Overview ¶
Package content provides Go bindings for android.content.
Index ¶
- Constants
- func Init(env *jni.Env) error
- type AbstractThreadedSyncAdapter
- func (m *AbstractThreadedSyncAdapter) GetContext() (*jni.Object, error)
- func (m *AbstractThreadedSyncAdapter) GetSyncAdapterBinder() (*jni.Object, error)
- func (m *AbstractThreadedSyncAdapter) OnPerformSync(arg0 *jni.Object, arg1 *jni.Object, arg2 string, arg3 *jni.Object, ...) error
- func (m *AbstractThreadedSyncAdapter) OnSecurityException(arg0 *jni.Object, arg1 *jni.Object, arg2 string, arg3 *jni.Object) error
- func (m *AbstractThreadedSyncAdapter) OnSyncCanceled0() error
- func (m *AbstractThreadedSyncAdapter) OnSyncCanceled1_1(arg0 *jni.Object) error
- func (m *AbstractThreadedSyncAdapter) OnUnsyncableAccount() (bool, error)
- type ActivityNotFoundException
- type AsyncQueryHandler
- func (m *AsyncQueryHandler) CancelOperation(arg0 int32) error
- func (m *AsyncQueryHandler) HandleMessage(arg0 *jni.Object) error
- func (m *AsyncQueryHandler) StartDelete(arg0 int32, arg1 *jni.Object, arg2 *jni.Object, arg3 string, arg4 *jni.Object) error
- func (m *AsyncQueryHandler) StartInsert(arg0 int32, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object) error
- func (m *AsyncQueryHandler) StartQuery(arg0 int32, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object, arg4 string, ...) error
- func (m *AsyncQueryHandler) StartUpdate(arg0 int32, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object, arg4 string, ...) error
- type AsyncQueryHandlerWorkerHandler
- type AsyncTaskLoader
- type AttributionSource
- func (m *AttributionSource) CheckCallingUid() (bool, error)
- func (m *AttributionSource) DescribeContents() (int32, error)
- func (m *AttributionSource) EnforceCallingUid() error
- func (m *AttributionSource) Equals(arg0 *jni.Object) (bool, error)
- func (m *AttributionSource) GetAttributionTag() (string, error)
- func (m *AttributionSource) GetDeviceId() (int32, error)
- func (m *AttributionSource) GetNext() (*jni.Object, error)
- func (m *AttributionSource) GetPackageName() (string, error)
- func (m *AttributionSource) GetPid() (int32, error)
- func (m *AttributionSource) GetUid() (int32, error)
- func (m *AttributionSource) HashCode() (int32, error)
- func (m *AttributionSource) IsTrusted(arg0 *jni.Object) (bool, error)
- func (m *AttributionSource) MyAttributionSource() (*jni.Object, error)
- func (m *AttributionSource) ToString() (string, error)
- func (m *AttributionSource) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type AttributionSourceBuilder
- func (m *AttributionSourceBuilder) Build() (*jni.Object, error)
- func (m *AttributionSourceBuilder) SetAttributionTag(arg0 string) (*jni.Object, error)
- func (m *AttributionSourceBuilder) SetDeviceId(arg0 int32) (*jni.Object, error)
- func (m *AttributionSourceBuilder) SetNext(arg0 *jni.Object) (*jni.Object, error)
- func (m *AttributionSourceBuilder) SetPackageName(arg0 string) (*jni.Object, error)
- func (m *AttributionSourceBuilder) SetPid(arg0 int32) (*jni.Object, error)
- type BroadcastReceiver
- func (m *BroadcastReceiver) AbortBroadcast() error
- func (m *BroadcastReceiver) ClearAbortBroadcast() error
- func (m *BroadcastReceiver) GetAbortBroadcast() (bool, error)
- func (m *BroadcastReceiver) GetDebugUnregister() (bool, error)
- func (m *BroadcastReceiver) GetResultCode() (int32, error)
- func (m *BroadcastReceiver) GetResultData() (string, error)
- func (m *BroadcastReceiver) GetResultExtras(arg0 bool) (*jni.Object, error)
- func (m *BroadcastReceiver) GetSentFromPackage() (string, error)
- func (m *BroadcastReceiver) GetSentFromUid() (int32, error)
- func (m *BroadcastReceiver) GoAsync() (*jni.Object, error)
- func (m *BroadcastReceiver) IsInitialStickyBroadcast() (bool, error)
- func (m *BroadcastReceiver) IsOrderedBroadcast() (bool, error)
- func (m *BroadcastReceiver) OnReceive(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *BroadcastReceiver) PeekService(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)
- func (m *BroadcastReceiver) SetDebugUnregister(arg0 bool) error
- func (m *BroadcastReceiver) SetOrderedHint(arg0 bool) error
- func (m *BroadcastReceiver) SetResult(arg0 int32, arg1 string, arg2 *jni.Object) error
- func (m *BroadcastReceiver) SetResultCode(arg0 int32) error
- func (m *BroadcastReceiver) SetResultData(arg0 string) error
- func (m *BroadcastReceiver) SetResultExtras(arg0 *jni.Object) error
- type BroadcastReceiverPendingResult
- func (m *BroadcastReceiverPendingResult) AbortBroadcast() error
- func (m *BroadcastReceiverPendingResult) ClearAbortBroadcast() error
- func (m *BroadcastReceiverPendingResult) Finish() error
- func (m *BroadcastReceiverPendingResult) GetAbortBroadcast() (bool, error)
- func (m *BroadcastReceiverPendingResult) GetResultCode() (int32, error)
- func (m *BroadcastReceiverPendingResult) GetResultData() (string, error)
- func (m *BroadcastReceiverPendingResult) GetResultExtras(arg0 bool) (*jni.Object, error)
- func (m *BroadcastReceiverPendingResult) SetResult(arg0 int32, arg1 string, arg2 *jni.Object) error
- func (m *BroadcastReceiverPendingResult) SetResultCode(arg0 int32) error
- func (m *BroadcastReceiverPendingResult) SetResultData(arg0 string) error
- func (m *BroadcastReceiverPendingResult) SetResultExtras(arg0 *jni.Object) error
- type ClipDescription
- func (m *ClipDescription) CompareMimeTypes(arg0 string, arg1 string) (bool, error)
- func (m *ClipDescription) DescribeContents() (int32, error)
- func (m *ClipDescription) FilterMimeTypes(arg0 string) (*jni.Object, error)
- func (m *ClipDescription) GetClassificationStatus() (int32, error)
- func (m *ClipDescription) GetConfidenceScore(arg0 string) (float32, error)
- func (m *ClipDescription) GetExtras() (*jni.Object, error)
- func (m *ClipDescription) GetLabel() (*jni.Object, error)
- func (m *ClipDescription) GetMimeType(arg0 int32) (string, error)
- func (m *ClipDescription) GetMimeTypeCount() (int32, error)
- func (m *ClipDescription) GetTimestamp() (int64, error)
- func (m *ClipDescription) HasMimeType(arg0 string) (bool, error)
- func (m *ClipDescription) IsStyledText() (bool, error)
- func (m *ClipDescription) SetExtras(arg0 *jni.Object) error
- func (m *ClipDescription) ToString() (string, error)
- func (m *ClipDescription) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type ComponentCallbacks
- type ComponentCallbacks2
- type ComponentName
- func (m *ComponentName) Clone0() (*jni.Object, error)
- func (m *ComponentName) Clone0_1() (*jni.Object, error)
- func (m *ComponentName) CompareTo1(arg0 *jni.Object) (int32, error)
- func (m *ComponentName) CompareTo1_1(arg0 *jni.Object) (int32, error)
- func (m *ComponentName) CreateRelative2(arg0 *jni.Object, arg1 string) (*jni.Object, error)
- func (m *ComponentName) CreateRelative2_1(arg0 string, arg1 string) (*jni.Object, error)
- func (m *ComponentName) DescribeContents() (int32, error)
- func (m *ComponentName) Equals(arg0 *jni.Object) (bool, error)
- func (m *ComponentName) FlattenToShortString() (string, error)
- func (m *ComponentName) FlattenToString() (string, error)
- func (m *ComponentName) GetClassName() (string, error)
- func (m *ComponentName) GetPackageName() (string, error)
- func (m *ComponentName) GetShortClassName() (string, error)
- func (m *ComponentName) HashCode() (int32, error)
- func (m *ComponentName) ReadFromParcel(arg0 *jni.Object) (*jni.Object, error)
- func (m *ComponentName) ToShortString() (string, error)
- func (m *ComponentName) ToString() (string, error)
- func (m *ComponentName) UnflattenFromString(arg0 string) (*jni.Object, error)
- func (m *ComponentName) WriteToParcel2(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *ComponentName) WriteToParcel2_1(arg0 *jni.Object, arg1 int32) error
- type ContextParams
- type ContextParamsBuilder
- func (m *ContextParamsBuilder) Build() (*jni.Object, error)
- func (m *ContextParamsBuilder) SetAttributionTag(arg0 string) (*jni.Object, error)
- func (m *ContextParamsBuilder) SetNextAttributionSource(arg0 *jni.Object) (*jni.Object, error)
- func (m *ContextParamsBuilder) SetShouldRegisterAttributionSource(arg0 bool) (*jni.Object, error)
- type ContextWrapper
- func (m *ContextWrapper) BindIsolatedService(arg0 *jni.Object, arg1 int32, arg2 string, arg3 *jni.Object, arg4 *jni.Object) (bool, error)
- func (m *ContextWrapper) BindService3_1(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (bool, error)
- func (m *ContextWrapper) BindService3_2(arg0 *jni.Object, arg1 *jni.Object, arg2 int32) (bool, error)
- func (m *ContextWrapper) BindService4(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object) (bool, error)
- func (m *ContextWrapper) BindService4_3(arg0 *jni.Object, arg1 int32, arg2 *jni.Object, arg3 *jni.Object) (bool, error)
- func (m *ContextWrapper) BindServiceAsUser4(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object) (bool, error)
- func (m *ContextWrapper) BindServiceAsUser4_1(arg0 *jni.Object, arg1 *jni.Object, arg2 int32, arg3 *jni.Object) (bool, error)
- func (m *ContextWrapper) CheckCallingOrSelfPermission(arg0 string) (int32, error)
- func (m *ContextWrapper) CheckCallingOrSelfUriPermission(arg0 *jni.Object, arg1 int32) (int32, error)
- func (m *ContextWrapper) CheckCallingPermission(arg0 string) (int32, error)
- func (m *ContextWrapper) CheckCallingUriPermission(arg0 *jni.Object, arg1 int32) (int32, error)
- func (m *ContextWrapper) CheckContentUriPermissionFull(arg0 *jni.Object, arg1 int32, arg2 int32, arg3 int32) (int32, error)
- func (m *ContextWrapper) CheckPermission(arg0 string, arg1 int32, arg2 int32) (int32, error)
- func (m *ContextWrapper) CheckSelfPermission(arg0 string) (int32, error)
- func (m *ContextWrapper) CheckUriPermission4(arg0 *jni.Object, arg1 int32, arg2 int32, arg3 int32) (int32, error)
- func (m *ContextWrapper) CheckUriPermission6_1(arg0 *jni.Object, arg1 string, arg2 string, arg3 int32, arg4 int32, arg5 int32) (int32, error)
- func (m *ContextWrapper) ClearWallpaper() error
- func (m *ContextWrapper) CreateAttributionContext(arg0 string) (*jni.Object, error)
- func (m *ContextWrapper) CreateConfigurationContext(arg0 *jni.Object) (*jni.Object, error)
- func (m *ContextWrapper) CreateContext(arg0 *jni.Object) (*jni.Object, error)
- func (m *ContextWrapper) CreateContextForSplit(arg0 string) (*jni.Object, error)
- func (m *ContextWrapper) CreateDeviceContext(arg0 int32) (*jni.Object, error)
- func (m *ContextWrapper) CreateDeviceProtectedStorageContext() (*jni.Object, error)
- func (m *ContextWrapper) CreateDisplayContext(arg0 *jni.Object) (*jni.Object, error)
- func (m *ContextWrapper) CreatePackageContext(arg0 string, arg1 int32) (*jni.Object, error)
- func (m *ContextWrapper) CreateWindowContext2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)
- func (m *ContextWrapper) CreateWindowContext3(arg0 *jni.Object, arg1 int32, arg2 *jni.Object) (*jni.Object, error)
- func (m *ContextWrapper) DatabaseList() (*jni.Object, error)
- func (m *ContextWrapper) DeleteDatabase(arg0 string) (bool, error)
- func (m *ContextWrapper) DeleteFile(arg0 string) (bool, error)
- func (m *ContextWrapper) DeleteSharedPreferences(arg0 string) (bool, error)
- func (m *ContextWrapper) EnforceCallingOrSelfPermission(arg0 string, arg1 string) error
- func (m *ContextWrapper) EnforceCallingOrSelfUriPermission(arg0 *jni.Object, arg1 int32, arg2 string) error
- func (m *ContextWrapper) EnforceCallingPermission(arg0 string, arg1 string) error
- func (m *ContextWrapper) EnforceCallingUriPermission(arg0 *jni.Object, arg1 int32, arg2 string) error
- func (m *ContextWrapper) EnforcePermission(arg0 string, arg1 int32, arg2 int32, arg3 string) error
- func (m *ContextWrapper) EnforceUriPermission5(arg0 *jni.Object, arg1 int32, arg2 int32, arg3 int32, arg4 string) error
- func (m *ContextWrapper) EnforceUriPermission7_1(arg0 *jni.Object, arg1 string, arg2 string, arg3 int32, arg4 int32, arg5 int32, ...) error
- func (m *ContextWrapper) FileList() (*jni.Object, error)
- func (m *ContextWrapper) GetApplicationContext() (*jni.Object, error)
- func (m *ContextWrapper) GetApplicationInfo() (*jni.Object, error)
- func (m *ContextWrapper) GetAssets() (*jni.Object, error)
- func (m *ContextWrapper) GetAttributionSource() (*jni.Object, error)
- func (m *ContextWrapper) GetAttributionTag() (string, error)
- func (m *ContextWrapper) GetBaseContext() (*jni.Object, error)
- func (m *ContextWrapper) GetCacheDir() (*jni.Object, error)
- func (m *ContextWrapper) GetClassLoader() (*jni.Object, error)
- func (m *ContextWrapper) GetCodeCacheDir() (*jni.Object, error)
- func (m *ContextWrapper) GetContentResolver() (*jni.Object, error)
- func (m *ContextWrapper) GetDataDir() (*jni.Object, error)
- func (m *ContextWrapper) GetDatabasePath(arg0 string) (*jni.Object, error)
- func (m *ContextWrapper) GetDeviceId() (int32, error)
- func (m *ContextWrapper) GetDir(arg0 string, arg1 int32) (*jni.Object, error)
- func (m *ContextWrapper) GetDisplay() (*jni.Object, error)
- func (m *ContextWrapper) GetExternalCacheDir() (*jni.Object, error)
- func (m *ContextWrapper) GetExternalCacheDirs() (*jni.Object, error)
- func (m *ContextWrapper) GetExternalFilesDir(arg0 string) (*jni.Object, error)
- func (m *ContextWrapper) GetExternalFilesDirs(arg0 string) (*jni.Object, error)
- func (m *ContextWrapper) GetExternalMediaDirs() (*jni.Object, error)
- func (m *ContextWrapper) GetFileStreamPath(arg0 string) (*jni.Object, error)
- func (m *ContextWrapper) GetFilesDir() (*jni.Object, error)
- func (m *ContextWrapper) GetMainExecutor() (*jni.Object, error)
- func (m *ContextWrapper) GetMainLooper() (*jni.Object, error)
- func (m *ContextWrapper) GetNoBackupFilesDir() (*jni.Object, error)
- func (m *ContextWrapper) GetObbDir() (*jni.Object, error)
- func (m *ContextWrapper) GetObbDirs() (*jni.Object, error)
- func (m *ContextWrapper) GetOpPackageName() (string, error)
- func (m *ContextWrapper) GetPackageCodePath() (string, error)
- func (m *ContextWrapper) GetPackageManager() (*jni.Object, error)
- func (m *ContextWrapper) GetPackageName() (string, error)
- func (m *ContextWrapper) GetPackageResourcePath() (string, error)
- func (m *ContextWrapper) GetParams() (*jni.Object, error)
- func (m *ContextWrapper) GetResources() (*jni.Object, error)
- func (m *ContextWrapper) GetSharedPreferences(arg0 string, arg1 int32) (*jni.Object, error)
- func (m *ContextWrapper) GetSystemService(arg0 string) (*jni.Object, error)
- func (m *ContextWrapper) GetTheme() (*jni.Object, error)
- func (m *ContextWrapper) GetWallpaper() (*jni.Object, error)
- func (m *ContextWrapper) GetWallpaperDesiredMinimumHeight() (int32, error)
- func (m *ContextWrapper) GetWallpaperDesiredMinimumWidth() (int32, error)
- func (m *ContextWrapper) GrantUriPermission(arg0 string, arg1 *jni.Object, arg2 int32) error
- func (m *ContextWrapper) IsDeviceProtectedStorage() (bool, error)
- func (m *ContextWrapper) IsRestricted() (bool, error)
- func (m *ContextWrapper) IsUiContext() (bool, error)
- func (m *ContextWrapper) MoveDatabaseFrom(arg0 *jni.Object, arg1 string) (bool, error)
- func (m *ContextWrapper) MoveSharedPreferencesFrom(arg0 *jni.Object, arg1 string) (bool, error)
- func (m *ContextWrapper) OpenFileInput(arg0 string) (*jni.Object, error)
- func (m *ContextWrapper) OpenFileOutput(arg0 string, arg1 int32) (*jni.Object, error)
- func (m *ContextWrapper) OpenOrCreateDatabase(arg0 string, arg1 int32, arg2 *jni.Object) (*jni.Object, error)
- func (m *ContextWrapper) PeekWallpaper() (*jni.Object, error)
- func (m *ContextWrapper) RegisterComponentCallbacks(arg0 *jni.Object) error
- func (m *ContextWrapper) RegisterDeviceIdChangeListener(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *ContextWrapper) RegisterReceiver2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)
- func (m *ContextWrapper) RegisterReceiver3_1(arg0 *jni.Object, arg1 *jni.Object, arg2 int32) (*jni.Object, error)
- func (m *ContextWrapper) RemoveStickyBroadcast(arg0 *jni.Object) error
- func (m *ContextWrapper) RemoveStickyBroadcastAsUser(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *ContextWrapper) RevokeUriPermission2(arg0 *jni.Object, arg1 int32) error
- func (m *ContextWrapper) RevokeUriPermission3_1(arg0 string, arg1 *jni.Object, arg2 int32) error
- func (m *ContextWrapper) SendBroadcast1(arg0 *jni.Object) error
- func (m *ContextWrapper) SendBroadcast2_1(arg0 *jni.Object, arg1 string) error
- func (m *ContextWrapper) SendBroadcast3_2(arg0 *jni.Object, arg1 string, arg2 *jni.Object) error
- func (m *ContextWrapper) SendBroadcastAsUser2(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *ContextWrapper) SendBroadcastAsUser3_1(arg0 *jni.Object, arg1 *jni.Object, arg2 string) error
- func (m *ContextWrapper) SendOrderedBroadcast2(arg0 *jni.Object, arg1 string) error
- func (m *ContextWrapper) SendOrderedBroadcast3_1(arg0 *jni.Object, arg1 string, arg2 *jni.Object) error
- func (m *ContextWrapper) SendStickyBroadcast1(arg0 *jni.Object) error
- func (m *ContextWrapper) SendStickyBroadcast2_1(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *ContextWrapper) SendStickyBroadcastAsUser(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *ContextWrapper) SetTheme(arg0 int32) error
- func (m *ContextWrapper) SetWallpaper1(arg0 *jni.Object) error
- func (m *ContextWrapper) SetWallpaper1_1(arg0 *jni.Object) error
- func (m *ContextWrapper) StartActivities1(arg0 *jni.Object) error
- func (m *ContextWrapper) StartActivities2_1(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *ContextWrapper) StartActivity1(arg0 *jni.Object) error
- func (m *ContextWrapper) StartActivity2_1(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *ContextWrapper) StartForegroundService(arg0 *jni.Object) (*jni.Object, error)
- func (m *ContextWrapper) StartInstrumentation(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (bool, error)
- func (m *ContextWrapper) StartIntentSender5(arg0 *jni.Object, arg1 *jni.Object, arg2 int32, arg3 int32, arg4 int32) error
- func (m *ContextWrapper) StartIntentSender6_1(arg0 *jni.Object, arg1 *jni.Object, arg2 int32, arg3 int32, arg4 int32, ...) error
- func (m *ContextWrapper) StartService(arg0 *jni.Object) (*jni.Object, error)
- func (m *ContextWrapper) StopService(arg0 *jni.Object) (bool, error)
- func (m *ContextWrapper) UnbindService(arg0 *jni.Object) error
- func (m *ContextWrapper) UnregisterComponentCallbacks(arg0 *jni.Object) error
- func (m *ContextWrapper) UnregisterDeviceIdChangeListener(arg0 *jni.Object) error
- func (m *ContextWrapper) UnregisterReceiver(arg0 *jni.Object) error
- func (m *ContextWrapper) UpdateServiceGroup(arg0 *jni.Object, arg1 int32, arg2 int32) error
- type CursorLoader
- func (m *CursorLoader) CancelLoadInBackground() error
- func (m *CursorLoader) DeliverResult1(arg0 *jni.Object) error
- func (m *CursorLoader) DeliverResult1_1(arg0 *jni.Object) error
- func (m *CursorLoader) Dump(arg0 string, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object) error
- func (m *CursorLoader) GetProjection() (*jni.Object, error)
- func (m *CursorLoader) GetSelection() (string, error)
- func (m *CursorLoader) GetSelectionArgs() (*jni.Object, error)
- func (m *CursorLoader) GetSortOrder() (string, error)
- func (m *CursorLoader) GetUri() (*jni.Object, error)
- func (m *CursorLoader) LoadInBackground0() (*jni.Object, error)
- func (m *CursorLoader) LoadInBackground0_1() (*jni.Object, error)
- func (m *CursorLoader) OnCanceled1(arg0 *jni.Object) error
- func (m *CursorLoader) OnCanceled1_1(arg0 *jni.Object) error
- func (m *CursorLoader) SetProjection(arg0 *jni.Object) error
- func (m *CursorLoader) SetSelection(arg0 string) error
- func (m *CursorLoader) SetSelectionArgs(arg0 *jni.Object) error
- func (m *CursorLoader) SetSortOrder(arg0 string) error
- func (m *CursorLoader) SetUri(arg0 *jni.Object) error
- type DialogInterface
- type DialogInterfaceOnCancelListener
- type DialogInterfaceOnClickListener
- type DialogInterfaceOnDismissListener
- type DialogInterfaceOnKeyListener
- type DialogInterfaceOnMultiChoiceClickListener
- type DialogInterfaceOnShowListener
- type Entity
- type EntityIterator
- type IntentFilter
- func (m *IntentFilter) AddAction(arg0 string) error
- func (m *IntentFilter) AddCategory(arg0 string) error
- func (m *IntentFilter) AddDataAuthority(arg0 string, arg1 string) error
- func (m *IntentFilter) AddDataPath(arg0 string, arg1 int32) error
- func (m *IntentFilter) AddDataScheme(arg0 string) error
- func (m *IntentFilter) AddDataSchemeSpecificPart(arg0 string, arg1 int32) error
- func (m *IntentFilter) AddDataType(arg0 string) error
- func (m *IntentFilter) AddUriRelativeFilterGroup(arg0 *jni.Object) error
- func (m *IntentFilter) ClearUriRelativeFilterGroups() error
- func (m *IntentFilter) Close()
- func (m *IntentFilter) CountActions() (int32, error)
- func (m *IntentFilter) CountCategories() (int32, error)
- func (m *IntentFilter) CountDataAuthorities() (int32, error)
- func (m *IntentFilter) CountDataPaths() (int32, error)
- func (m *IntentFilter) CountDataSchemeSpecificParts() (int32, error)
- func (m *IntentFilter) CountDataSchemes() (int32, error)
- func (m *IntentFilter) CountDataTypes() (int32, error)
- func (m *IntentFilter) CountUriRelativeFilterGroups() (int32, error)
- func (m *IntentFilter) Create(arg0 string, arg1 string) (*jni.Object, error)
- func (m *IntentFilter) DescribeContents() (int32, error)
- func (m *IntentFilter) Dump(arg0 *jni.Object, arg1 string) error
- func (m *IntentFilter) GetAction(arg0 int32) (string, error)
- func (m *IntentFilter) GetCategory(arg0 int32) (string, error)
- func (m *IntentFilter) GetDataAuthority(arg0 int32) (*jni.Object, error)
- func (m *IntentFilter) GetDataPath(arg0 int32) (*jni.Object, error)
- func (m *IntentFilter) GetDataScheme(arg0 int32) (string, error)
- func (m *IntentFilter) GetDataSchemeSpecificPart(arg0 int32) (*jni.Object, error)
- func (m *IntentFilter) GetDataType(arg0 int32) (string, error)
- func (m *IntentFilter) GetPriority() (int32, error)
- func (m *IntentFilter) GetUriRelativeFilterGroup(arg0 int32) (*jni.Object, error)
- func (m *IntentFilter) HasAction(arg0 string) (bool, error)
- func (m *IntentFilter) HasCategory(arg0 string) (bool, error)
- func (m *IntentFilter) HasDataAuthority(arg0 *jni.Object) (bool, error)
- func (m *IntentFilter) HasDataPath(arg0 string) (bool, error)
- func (m *IntentFilter) HasDataScheme(arg0 string) (bool, error)
- func (m *IntentFilter) HasDataSchemeSpecificPart(arg0 string) (bool, error)
- func (m *IntentFilter) HasDataType(arg0 string) (bool, error)
- func (m *IntentFilter) Match(arg0 *jni.Object, arg1 *jni.Object, arg2 bool, arg3 string) (int32, error)
- func (m *IntentFilter) MatchAction(arg0 string) (bool, error)
- func (m *IntentFilter) MatchData(arg0 string, arg1 string, arg2 *jni.Object) (int32, error)
- func (m *IntentFilter) MatchDataAuthority(arg0 *jni.Object) (int32, error)
- func (m *IntentFilter) ReadFromXml(arg0 *jni.Object) error
- func (m *IntentFilter) SetPriority(arg0 int32) error
- func (m *IntentFilter) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- func (m *IntentFilter) WriteToXml(arg0 *jni.Object) error
- type IntentFilterAuthorityEntry
- type IntentSender
- func (m *IntentSender) DescribeContents() (int32, error)
- func (m *IntentSender) Equals(arg0 *jni.Object) (bool, error)
- func (m *IntentSender) GetCreatorPackage() (string, error)
- func (m *IntentSender) GetCreatorUid() (int32, error)
- func (m *IntentSender) GetCreatorUserHandle() (*jni.Object, error)
- func (m *IntentSender) GetTargetPackage() (string, error)
- func (m *IntentSender) HashCode() (int32, error)
- func (m *IntentSender) ReadIntentSenderOrNullFromParcel(arg0 *jni.Object) (*jni.Object, error)
- func (m *IntentSender) SendIntent(arg0 *jni.Object, arg1 int32, arg2 *jni.Object, arg3 string, arg4 *jni.Object, ...) error
- func (m *IntentSender) ToString() (string, error)
- func (m *IntentSender) WriteIntentSenderOrNullToParcel(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *IntentSender) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type IntentSenderOnFinished
- type Loader
- func (m *Loader) Abandon() error
- func (m *Loader) CancelLoad() (bool, error)
- func (m *Loader) CommitContentChanged() error
- func (m *Loader) DeliverCancellation() error
- func (m *Loader) Dump(arg0 string, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object) error
- func (m *Loader) ForceLoad() error
- func (m *Loader) GetContext() (*jni.Object, error)
- func (m *Loader) GetId() (int32, error)
- func (m *Loader) IsAbandoned() (bool, error)
- func (m *Loader) IsReset() (bool, error)
- func (m *Loader) IsStarted() (bool, error)
- func (m *Loader) OnContentChanged() error
- func (m *Loader) Reset() error
- func (m *Loader) RollbackContentChanged() error
- func (m *Loader) StartLoading() error
- func (m *Loader) StopLoading() error
- func (m *Loader) TakeContentChanged() (bool, error)
- func (m *Loader) ToString() (string, error)
- type LoaderForceLoadContentObserver
- type LocusId
- func (m *LocusId) DescribeContents() (int32, error)
- func (m *LocusId) Equals(arg0 *jni.Object) (bool, error)
- func (m *LocusId) GetId() (string, error)
- func (m *LocusId) HashCode() (int32, error)
- func (m *LocusId) ToString() (string, error)
- func (m *LocusId) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type MutableContextWrapper
- type OperationApplicationException
- type PeriodicSync
- type Provider
- func (m *Provider) AttachInfo(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *Provider) BulkInsert(arg0 *jni.Object, arg1 *jni.Object) (int32, error)
- func (m *Provider) Call3(arg0 string, arg1 string, arg2 *jni.Object) (*jni.Object, error)
- func (m *Provider) Call4_1(arg0 string, arg1 string, arg2 string, arg3 *jni.Object) (*jni.Object, error)
- func (m *Provider) Canonicalize(arg0 *jni.Object) (*jni.Object, error)
- func (m *Provider) ClearCallingIdentity() (*jni.Object, error)
- func (m *Provider) Delete2(arg0 *jni.Object, arg1 *jni.Object) (int32, error)
- func (m *Provider) Delete3_1(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (int32, error)
- func (m *Provider) Dump(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) error
- func (m *Provider) GetCallingAttributionSource() (*jni.Object, error)
- func (m *Provider) GetCallingAttributionTag() (string, error)
- func (m *Provider) GetCallingPackage() (string, error)
- func (m *Provider) GetCallingPackageUnchecked() (string, error)
- func (m *Provider) GetContext() (*jni.Object, error)
- func (m *Provider) GetPathPermissions() (*jni.Object, error)
- func (m *Provider) GetReadPermission() (string, error)
- func (m *Provider) GetStreamTypes(arg0 *jni.Object, arg1 string) (*jni.Object, error)
- func (m *Provider) GetType(arg0 *jni.Object) (string, error)
- func (m *Provider) GetTypeAnonymous(arg0 *jni.Object) (string, error)
- func (m *Provider) GetWritePermission() (string, error)
- func (m *Provider) Insert2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)
- func (m *Provider) Insert3_1(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (*jni.Object, error)
- func (m *Provider) OnCallingPackageChanged() error
- func (m *Provider) OnConfigurationChanged(arg0 *jni.Object) error
- func (m *Provider) OnCreate() (bool, error)
- func (m *Provider) OnLowMemory() error
- func (m *Provider) OnTrimMemory(arg0 int32) error
- func (m *Provider) OpenAssetFile2(arg0 *jni.Object, arg1 string) (*jni.Object, error)
- func (m *Provider) OpenAssetFile3_1(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (*jni.Object, error)
- func (m *Provider) OpenFile2(arg0 *jni.Object, arg1 string) (*jni.Object, error)
- func (m *Provider) OpenFile3_1(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (*jni.Object, error)
- func (m *Provider) OpenTypedAssetFile3(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (*jni.Object, error)
- func (m *Provider) OpenTypedAssetFile4_1(arg0 *jni.Object, arg1 string, arg2 *jni.Object, arg3 *jni.Object) (*jni.Object, error)
- func (m *Provider) Query4(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object) (*jni.Object, error)
- func (m *Provider) Query5_1(arg0 *jni.Object, arg1 *jni.Object, arg2 string, arg3 *jni.Object, arg4 string) (*jni.Object, error)
- func (m *Provider) Query6_2(arg0 *jni.Object, arg1 *jni.Object, arg2 string, arg3 *jni.Object, arg4 string, ...) (*jni.Object, error)
- func (m *Provider) Refresh(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (bool, error)
- func (m *Provider) RequireContext() (*jni.Object, error)
- func (m *Provider) RestoreCallingIdentity(arg0 *jni.Object) error
- func (m *Provider) Shutdown() error
- func (m *Provider) Uncanonicalize(arg0 *jni.Object) (*jni.Object, error)
- func (m *Provider) Update3(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (int32, error)
- func (m *Provider) Update4_1(arg0 *jni.Object, arg1 *jni.Object, arg2 string, arg3 *jni.Object) (int32, error)
- type ProviderClient
- func (m *ProviderClient) BulkInsert(arg0 *jni.Object, arg1 *jni.Object) (int32, error)
- func (m *ProviderClient) Call3(arg0 string, arg1 string, arg2 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) Call4_1(arg0 string, arg1 string, arg2 string, arg3 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) Canonicalize(arg0 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) Close() error
- func (m *ProviderClient) Delete2(arg0 *jni.Object, arg1 *jni.Object) (int32, error)
- func (m *ProviderClient) Delete3_1(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (int32, error)
- func (m *ProviderClient) GetLocalContentProvider() (*jni.Object, error)
- func (m *ProviderClient) GetStreamTypes(arg0 *jni.Object, arg1 string) (*jni.Object, error)
- func (m *ProviderClient) GetType(arg0 *jni.Object) (string, error)
- func (m *ProviderClient) Insert2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) Insert3_1(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) OpenAssetFile2(arg0 *jni.Object, arg1 string) (*jni.Object, error)
- func (m *ProviderClient) OpenAssetFile3_1(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) OpenFile2(arg0 *jni.Object, arg1 string) (*jni.Object, error)
- func (m *ProviderClient) OpenFile3_1(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) OpenTypedAssetFile(arg0 *jni.Object, arg1 string, arg2 *jni.Object, arg3 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) OpenTypedAssetFileDescriptor3(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) OpenTypedAssetFileDescriptor4_1(arg0 *jni.Object, arg1 string, arg2 *jni.Object, arg3 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) Query4(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) Query5_1(arg0 *jni.Object, arg1 *jni.Object, arg2 string, arg3 *jni.Object, arg4 string) (*jni.Object, error)
- func (m *ProviderClient) Query6_2(arg0 *jni.Object, arg1 *jni.Object, arg2 string, arg3 *jni.Object, arg4 string, ...) (*jni.Object, error)
- func (m *ProviderClient) Refresh(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (bool, error)
- func (m *ProviderClient) Release() (bool, error)
- func (m *ProviderClient) Uncanonicalize(arg0 *jni.Object) (*jni.Object, error)
- func (m *ProviderClient) Update3(arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (int32, error)
- func (m *ProviderClient) Update4_1(arg0 *jni.Object, arg1 *jni.Object, arg2 string, arg3 *jni.Object) (int32, error)
- type ProviderOperation
- func (m *ProviderOperation) Apply(arg0 *jni.Object, arg1 *jni.Object, arg2 int32) (*jni.Object, error)
- func (m *ProviderOperation) DescribeContents() (int32, error)
- func (m *ProviderOperation) GetUri() (*jni.Object, error)
- func (m *ProviderOperation) IsAssertQuery() (bool, error)
- func (m *ProviderOperation) IsCall() (bool, error)
- func (m *ProviderOperation) IsDelete() (bool, error)
- func (m *ProviderOperation) IsExceptionAllowed() (bool, error)
- func (m *ProviderOperation) IsInsert() (bool, error)
- func (m *ProviderOperation) IsReadOperation() (bool, error)
- func (m *ProviderOperation) IsUpdate() (bool, error)
- func (m *ProviderOperation) IsWriteOperation() (bool, error)
- func (m *ProviderOperation) IsYieldAllowed() (bool, error)
- func (m *ProviderOperation) NewAssertQuery(arg0 *jni.Object) (*jni.Object, error)
- func (m *ProviderOperation) NewCall(arg0 *jni.Object, arg1 string, arg2 string) (*jni.Object, error)
- func (m *ProviderOperation) NewDelete(arg0 *jni.Object) (*jni.Object, error)
- func (m *ProviderOperation) NewInsert(arg0 *jni.Object) (*jni.Object, error)
- func (m *ProviderOperation) NewUpdate(arg0 *jni.Object) (*jni.Object, error)
- func (m *ProviderOperation) ResolveExtrasBackReferences(arg0 *jni.Object, arg1 int32) (*jni.Object, error)
- func (m *ProviderOperation) ResolveSelectionArgsBackReferences(arg0 *jni.Object, arg1 int32) (*jni.Object, error)
- func (m *ProviderOperation) ResolveValueBackReferences(arg0 *jni.Object, arg1 int32) (*jni.Object, error)
- func (m *ProviderOperation) ToString() (string, error)
- func (m *ProviderOperation) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type ProviderOperationBuilder
- func (m *ProviderOperationBuilder) Build() (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithExceptionAllowed(arg0 bool) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithExpectedCount(arg0 int32) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithExtra(arg0 string, arg1 *jni.Object) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithExtraBackReference2(arg0 string, arg1 int32) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithExtraBackReference3_1(arg0 string, arg1 int32, arg2 string) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithExtras(arg0 *jni.Object) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithSelection(arg0 string, arg1 *jni.Object) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithSelectionBackReference2(arg0 int32, arg1 int32) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithSelectionBackReference3_1(arg0 int32, arg1 int32, arg2 string) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithValue(arg0 string, arg1 *jni.Object) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithValueBackReference2(arg0 string, arg1 int32) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithValueBackReference3_1(arg0 string, arg1 int32, arg2 string) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithValueBackReferences(arg0 *jni.Object) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithValues(arg0 *jni.Object) (*jni.Object, error)
- func (m *ProviderOperationBuilder) WithYieldAllowed(arg0 bool) (*jni.Object, error)
- type ProviderResult
- type QueryMap
- type ReceiverCallNotAllowedException
- type Resources
- func (m *Resources) AddLoaders(arg0 *jni.Object) error
- func (m *Resources) FinishPreloading() error
- func (m *Resources) FlushLayoutCache() error
- func (m *Resources) GetAnimation(arg0 int32) (*jni.Object, error)
- func (m *Resources) GetAssets() (*jni.Object, error)
- func (m *Resources) GetAttributeSetSourceResId(arg0 *jni.Object) (int32, error)
- func (m *Resources) GetBoolean(arg0 int32) (bool, error)
- func (m *Resources) GetColor1(arg0 int32) (int32, error)
- func (m *Resources) GetColor2_1(arg0 int32, arg1 *jni.Object) (int32, error)
- func (m *Resources) GetColorStateList1(arg0 int32) (*jni.Object, error)
- func (m *Resources) GetColorStateList2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)
- func (m *Resources) GetConfiguration() (*jni.Object, error)
- func (m *Resources) GetDimension(arg0 int32) (float32, error)
- func (m *Resources) GetDimensionPixelOffset(arg0 int32) (int32, error)
- func (m *Resources) GetDimensionPixelSize(arg0 int32) (int32, error)
- func (m *Resources) GetDisplayMetrics() (*jni.Object, error)
- func (m *Resources) GetDrawable1(arg0 int32) (*jni.Object, error)
- func (m *Resources) GetDrawable2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)
- func (m *Resources) GetDrawableForDensity2(arg0 int32, arg1 int32) (*jni.Object, error)
- func (m *Resources) GetDrawableForDensity3_1(arg0 int32, arg1 int32, arg2 *jni.Object) (*jni.Object, error)
- func (m *Resources) GetFloat(arg0 int32) (float32, error)
- func (m *Resources) GetFont(arg0 int32) (*jni.Object, error)
- func (m *Resources) GetFraction(arg0 int32, arg1 int32, arg2 int32) (float32, error)
- func (m *Resources) GetIdentifier(arg0 string, arg1 string, arg2 string) (int32, error)
- func (m *Resources) GetIntArray(arg0 int32) (*jni.Object, error)
- func (m *Resources) GetInteger(arg0 int32) (int32, error)
- func (m *Resources) GetLayout(arg0 int32) (*jni.Object, error)
- func (m *Resources) GetMovie(arg0 int32) (*jni.Object, error)
- func (m *Resources) GetQuantityString2(arg0 int32, arg1 int32) (string, error)
- func (m *Resources) GetQuantityString3_1(arg0 int32, arg1 int32, arg2 *jni.Object) (string, error)
- func (m *Resources) GetQuantityText(arg0 int32, arg1 int32) (*jni.Object, error)
- func (m *Resources) GetResourceEntryName(arg0 int32) (string, error)
- func (m *Resources) GetResourceName(arg0 int32) (string, error)
- func (m *Resources) GetResourcePackageName(arg0 int32) (string, error)
- func (m *Resources) GetResourceTypeName(arg0 int32) (string, error)
- func (m *Resources) GetString1(arg0 int32) (string, error)
- func (m *Resources) GetString2_1(arg0 int32, arg1 *jni.Object) (string, error)
- func (m *Resources) GetStringArray(arg0 int32) (*jni.Object, error)
- func (m *Resources) GetSystem() (*jni.Object, error)
- func (m *Resources) GetText1(arg0 int32) (*jni.Object, error)
- func (m *Resources) GetText2_1(arg0 int32, arg1 string) (*jni.Object, error)
- func (m *Resources) GetTextArray(arg0 int32) (*jni.Object, error)
- func (m *Resources) GetValue3(arg0 int32, arg1 *jni.Object, arg2 bool) error
- func (m *Resources) GetValue3_1(arg0 string, arg1 *jni.Object, arg2 bool) error
- func (m *Resources) GetValueForDensity(arg0 int32, arg1 int32, arg2 *jni.Object, arg3 bool) error
- func (m *Resources) GetXml(arg0 int32) (*jni.Object, error)
- func (m *Resources) NewTheme() (*jni.Object, error)
- func (m *Resources) ObtainAttributes(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)
- func (m *Resources) ObtainTypedArray(arg0 int32) (*jni.Object, error)
- func (m *Resources) OpenRawResource1(arg0 int32) (*jni.Object, error)
- func (m *Resources) OpenRawResource2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)
- func (m *Resources) OpenRawResourceFd(arg0 int32) (*jni.Object, error)
- func (m *Resources) ParseBundleExtra(arg0 string, arg1 *jni.Object, arg2 *jni.Object) error
- func (m *Resources) ParseBundleExtras(arg0 *jni.Object, arg1 *jni.Object) error
- func (m *Resources) RegisterResourcePaths(arg0 string, arg1 *jni.Object) error
- func (m *Resources) RemoveLoaders(arg0 *jni.Object) error
- func (m *Resources) UpdateConfiguration(arg0 *jni.Object, arg1 *jni.Object) error
- type ResourcesTheme
- func (m *ResourcesTheme) ApplyStyle(arg0 int32, arg1 bool) error
- func (m *ResourcesTheme) Dump(arg0 int32, arg1 string, arg2 string) error
- func (m *ResourcesTheme) Equals(arg0 *jni.Object) (bool, error)
- func (m *ResourcesTheme) GetAttributeResolutionStack(arg0 int32, arg1 int32, arg2 int32) (*jni.Object, error)
- func (m *ResourcesTheme) GetChangingConfigurations() (int32, error)
- func (m *ResourcesTheme) GetDrawable(arg0 int32) (*jni.Object, error)
- func (m *ResourcesTheme) GetExplicitStyle(arg0 *jni.Object) (int32, error)
- func (m *ResourcesTheme) GetResources() (*jni.Object, error)
- func (m *ResourcesTheme) HashCode() (int32, error)
- func (m *ResourcesTheme) ObtainStyledAttributes1_2(arg0 *jni.Object) (*jni.Object, error)
- func (m *ResourcesTheme) ObtainStyledAttributes2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)
- func (m *ResourcesTheme) ObtainStyledAttributes4(arg0 *jni.Object, arg1 *jni.Object, arg2 int32, arg3 int32) (*jni.Object, error)
- func (m *ResourcesTheme) Rebase() error
- func (m *ResourcesTheme) ResolveAttribute(arg0 int32, arg1 *jni.Object, arg2 bool) (bool, error)
- func (m *ResourcesTheme) SetTo(arg0 *jni.Object) error
- func (m *ResourcesTheme) ToString() (string, error)
- type RestrictionEntry
- func (m *RestrictionEntry) CreateBundleArrayEntry(arg0 string, arg1 *jni.Object) (*jni.Object, error)
- func (m *RestrictionEntry) CreateBundleEntry(arg0 string, arg1 *jni.Object) (*jni.Object, error)
- func (m *RestrictionEntry) DescribeContents() (int32, error)
- func (m *RestrictionEntry) Equals(arg0 *jni.Object) (bool, error)
- func (m *RestrictionEntry) GetAllSelectedStrings() (*jni.Object, error)
- func (m *RestrictionEntry) GetChoiceEntries() (*jni.Object, error)
- func (m *RestrictionEntry) GetChoiceValues() (*jni.Object, error)
- func (m *RestrictionEntry) GetDescription() (string, error)
- func (m *RestrictionEntry) GetIntValue() (int32, error)
- func (m *RestrictionEntry) GetKey() (string, error)
- func (m *RestrictionEntry) GetRestrictions() (*jni.Object, error)
- func (m *RestrictionEntry) GetSelectedState() (bool, error)
- func (m *RestrictionEntry) GetSelectedString() (string, error)
- func (m *RestrictionEntry) GetTitle() (string, error)
- func (m *RestrictionEntry) GetType() (int32, error)
- func (m *RestrictionEntry) HashCode() (int32, error)
- func (m *RestrictionEntry) SetAllSelectedStrings(arg0 *jni.Object) error
- func (m *RestrictionEntry) SetChoiceEntries1_1(arg0 *jni.Object) error
- func (m *RestrictionEntry) SetChoiceEntries2(arg0 *jni.Object, arg1 int32) error
- func (m *RestrictionEntry) SetChoiceValues1_1(arg0 *jni.Object) error
- func (m *RestrictionEntry) SetChoiceValues2(arg0 *jni.Object, arg1 int32) error
- func (m *RestrictionEntry) SetDescription(arg0 string) error
- func (m *RestrictionEntry) SetIntValue(arg0 int32) error
- func (m *RestrictionEntry) SetRestrictions(arg0 *jni.Object) error
- func (m *RestrictionEntry) SetSelectedState(arg0 bool) error
- func (m *RestrictionEntry) SetSelectedString(arg0 string) error
- func (m *RestrictionEntry) SetTitle(arg0 string) error
- func (m *RestrictionEntry) SetType(arg0 int32) error
- func (m *RestrictionEntry) ToString() (string, error)
- func (m *RestrictionEntry) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type RestrictionsManager
- func (m *RestrictionsManager) Close()
- func (m *RestrictionsManager) CreateLocalApprovalIntent() (*jni.Object, error)
- func (m *RestrictionsManager) GetApplicationRestrictions() (*jni.Object, error)
- func (m *RestrictionsManager) HasRestrictionsProvider() (bool, error)
- func (m *RestrictionsManager) NotifyPermissionResponse(arg0 string, arg1 *jni.Object) error
- func (m *RestrictionsManager) RequestPermission(arg0 string, arg1 string, arg2 *jni.Object) error
- type SearchRecentSuggestionsProvider
- func (m *SearchRecentSuggestionsProvider) Delete(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (int32, error)
- func (m *SearchRecentSuggestionsProvider) GetType(arg0 *jni.Object) (string, error)
- func (m *SearchRecentSuggestionsProvider) Insert(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)
- func (m *SearchRecentSuggestionsProvider) OnCreate() (bool, error)
- func (m *SearchRecentSuggestionsProvider) Query(arg0 *jni.Object, arg1 *jni.Object, arg2 string, arg3 *jni.Object, arg4 string) (*jni.Object, error)
- func (m *SearchRecentSuggestionsProvider) Update(arg0 *jni.Object, arg1 *jni.Object, arg2 string, arg3 *jni.Object) (int32, error)
- type ServiceConnection
- type SyncAdapterType
- func (m *SyncAdapterType) AllowParallelSyncs() (bool, error)
- func (m *SyncAdapterType) DescribeContents() (int32, error)
- func (m *SyncAdapterType) Equals(arg0 *jni.Object) (bool, error)
- func (m *SyncAdapterType) GetSettingsActivity() (string, error)
- func (m *SyncAdapterType) HashCode() (int32, error)
- func (m *SyncAdapterType) IsAlwaysSyncable() (bool, error)
- func (m *SyncAdapterType) IsUserVisible() (bool, error)
- func (m *SyncAdapterType) NewKey(arg0 string, arg1 string) (*jni.Object, error)
- func (m *SyncAdapterType) SupportsUploading() (bool, error)
- func (m *SyncAdapterType) ToString() (string, error)
- func (m *SyncAdapterType) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type SyncContext
- type SyncInfo
- type SyncRequest
- type SyncRequestBuilder
- func (m *SyncRequestBuilder) Build() (*jni.Object, error)
- func (m *SyncRequestBuilder) SetDisallowMetered(arg0 bool) (*jni.Object, error)
- func (m *SyncRequestBuilder) SetExpedited(arg0 bool) (*jni.Object, error)
- func (m *SyncRequestBuilder) SetExtras(arg0 *jni.Object) (*jni.Object, error)
- func (m *SyncRequestBuilder) SetIgnoreBackoff(arg0 bool) (*jni.Object, error)
- func (m *SyncRequestBuilder) SetIgnoreSettings(arg0 bool) (*jni.Object, error)
- func (m *SyncRequestBuilder) SetManual(arg0 bool) (*jni.Object, error)
- func (m *SyncRequestBuilder) SetNoRetry(arg0 bool) (*jni.Object, error)
- func (m *SyncRequestBuilder) SetRequiresCharging(arg0 bool) (*jni.Object, error)
- func (m *SyncRequestBuilder) SetScheduleAsExpeditedJob(arg0 bool) (*jni.Object, error)
- func (m *SyncRequestBuilder) SetSyncAdapter(arg0 *jni.Object, arg1 string) (*jni.Object, error)
- func (m *SyncRequestBuilder) SyncOnce() (*jni.Object, error)
- func (m *SyncRequestBuilder) SyncPeriodic(arg0 int64, arg1 int64) (*jni.Object, error)
- type SyncResult
- func (m *SyncResult) Clear() error
- func (m *SyncResult) DescribeContents() (int32, error)
- func (m *SyncResult) HasError() (bool, error)
- func (m *SyncResult) HasHardError() (bool, error)
- func (m *SyncResult) HasSoftError() (bool, error)
- func (m *SyncResult) MadeSomeProgress() (bool, error)
- func (m *SyncResult) ToDebugString() (string, error)
- func (m *SyncResult) ToString() (string, error)
- func (m *SyncResult) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type SyncStats
- type SyncStatusObserver
- type UriMatcher
- type UriPermission
- func (m *UriPermission) DescribeContents() (int32, error)
- func (m *UriPermission) GetPersistedTime() (int64, error)
- func (m *UriPermission) GetUri() (*jni.Object, error)
- func (m *UriPermission) IsReadPermission() (bool, error)
- func (m *UriPermission) IsWritePermission() (bool, error)
- func (m *UriPermission) ToString() (string, error)
- func (m *UriPermission) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type UriRelativeFilter
- func (m *UriRelativeFilter) Equals(arg0 *jni.Object) (bool, error)
- func (m *UriRelativeFilter) GetFilter() (string, error)
- func (m *UriRelativeFilter) GetPatternType() (int32, error)
- func (m *UriRelativeFilter) GetUriPart() (int32, error)
- func (m *UriRelativeFilter) HashCode() (int32, error)
- func (m *UriRelativeFilter) MatchData(arg0 *jni.Object) (bool, error)
- func (m *UriRelativeFilter) ToString() (string, error)
- type UriRelativeFilterGroup
- func (m *UriRelativeFilterGroup) AddUriRelativeFilter(arg0 *jni.Object) error
- func (m *UriRelativeFilterGroup) Equals(arg0 *jni.Object) (bool, error)
- func (m *UriRelativeFilterGroup) GetAction() (int32, error)
- func (m *UriRelativeFilterGroup) HashCode() (int32, error)
- func (m *UriRelativeFilterGroup) MatchData(arg0 *jni.Object) (bool, error)
- func (m *UriRelativeFilterGroup) ToString() (string, error)
- type Uris
- type Values
- func (m *Values) Clear() error
- func (m *Values) ContainsKey(arg0 string) (bool, error)
- func (m *Values) DescribeContents() (int32, error)
- func (m *Values) Equals(arg0 *jni.Object) (bool, error)
- func (m *Values) Get(arg0 string) (*jni.Object, error)
- func (m *Values) GetAsBoolean(arg0 string) (*jni.Object, error)
- func (m *Values) GetAsByte(arg0 string) (*jni.Object, error)
- func (m *Values) GetAsByteArray(arg0 string) (*jni.Object, error)
- func (m *Values) GetAsDouble(arg0 string) (*jni.Object, error)
- func (m *Values) GetAsFloat(arg0 string) (*jni.Object, error)
- func (m *Values) GetAsInteger(arg0 string) (*jni.Object, error)
- func (m *Values) GetAsLong(arg0 string) (*jni.Object, error)
- func (m *Values) GetAsShort(arg0 string) (*jni.Object, error)
- func (m *Values) GetAsString(arg0 string) (string, error)
- func (m *Values) HashCode() (int32, error)
- func (m *Values) IsEmpty() (bool, error)
- func (m *Values) Put2(arg0 string, arg1 *jni.Object) error
- func (m *Values) Put2_1(arg0 string, arg1 *jni.Object) error
- func (m *Values) Put2_2(arg0 string, arg1 *jni.Object) error
- func (m *Values) Put2_3(arg0 string, arg1 *jni.Object) error
- func (m *Values) Put2_4(arg0 string, arg1 *jni.Object) error
- func (m *Values) Put2_5(arg0 string, arg1 *jni.Object) error
- func (m *Values) Put2_6(arg0 string, arg1 *jni.Object) error
- func (m *Values) Put2_7(arg0 string, arg1 *jni.Object) error
- func (m *Values) Put2_8(arg0 string, arg1 string) error
- func (m *Values) PutAll(arg0 *jni.Object) error
- func (m *Values) PutNull(arg0 string) error
- func (m *Values) Remove(arg0 string) error
- func (m *Values) Size() (int32, error)
- func (m *Values) ToString() (string, error)
- func (m *Values) WriteToParcel(arg0 *jni.Object, arg1 int32) error
Constants ¶
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 )
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 )
const (
InvalidTime = consts.InvalidTime
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AbstractThreadedSyncAdapter ¶ added in v0.0.7
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
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
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.
type AsyncQueryHandlerWorkerHandler ¶ added in v0.0.7
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
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
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
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
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.
type BroadcastReceiver ¶ added in v0.0.4
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
OnReceive calls android.content.BroadcastReceiver.onReceive.
func (*BroadcastReceiver) PeekService ¶ added in v0.0.4
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
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
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
func (m *BroadcastReceiverPendingResult) Finish() error
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
ClipDescription wraps android.content.ClipDescription.
func NewClipDescription ¶ added in v0.0.7
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
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
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
ComponentName wraps android.content.ComponentName.
func NewComponentName ¶ added in v0.0.7
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
CreateRelative2 calls android.content.ComponentName.createRelative.
func (*ComponentName) CreateRelative2_1 ¶ added in v0.0.7
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
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
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
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
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
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
ContextWrapper wraps android.content.ContextWrapper.
func NewContextWrapper ¶ added in v0.0.7
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
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
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
CreateConfigurationContext calls android.content.ContextWrapper.createConfigurationContext.
func (*ContextWrapper) CreateContext ¶ added in v0.0.7
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
CreateDisplayContext calls android.content.ContextWrapper.createDisplayContext.
func (*ContextWrapper) CreatePackageContext ¶ added in v0.0.7
CreatePackageContext calls android.content.ContextWrapper.createPackageContext.
func (*ContextWrapper) CreateWindowContext2_1 ¶ added in v0.0.7
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) 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
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
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
MoveDatabaseFrom calls android.content.ContextWrapper.moveDatabaseFrom.
func (*ContextWrapper) MoveSharedPreferencesFrom ¶ added in v0.0.7
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
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
RegisterDeviceIdChangeListener calls android.content.ContextWrapper.registerDeviceIdChangeListener.
func (*ContextWrapper) RegisterReceiver2 ¶ added in v0.0.7
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
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
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
SendBroadcast3_2 calls android.content.ContextWrapper.sendBroadcast.
func (*ContextWrapper) SendBroadcastAsUser2 ¶ added in v0.0.7
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
SendStickyBroadcast2_1 calls android.content.ContextWrapper.sendStickyBroadcast.
func (*ContextWrapper) SendStickyBroadcastAsUser ¶ added in v0.0.7
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
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
StartActivity2_1 calls android.content.ContextWrapper.startActivity.
func (*ContextWrapper) StartForegroundService ¶ added in v0.0.7
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
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
UpdateServiceGroup calls android.content.ContextWrapper.updateServiceGroup.
type CursorLoader ¶ added in v0.0.7
CursorLoader wraps android.content.CursorLoader.
func NewCursorLoader ¶ added in v0.0.7
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.
type DialogInterface ¶ added in v0.0.7
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
DialogInterfaceOnCancelListener wraps android.content.DialogInterface$OnCancelListener.
type DialogInterfaceOnClickListener ¶ added in v0.0.7
DialogInterfaceOnClickListener wraps android.content.DialogInterface$OnClickListener.
type DialogInterfaceOnDismissListener ¶ added in v0.0.7
DialogInterfaceOnDismissListener wraps android.content.DialogInterface$OnDismissListener.
type DialogInterfaceOnKeyListener ¶ added in v0.0.7
DialogInterfaceOnKeyListener wraps android.content.DialogInterface$OnKeyListener.
type DialogInterfaceOnMultiChoiceClickListener ¶ added in v0.0.7
DialogInterfaceOnMultiChoiceClickListener wraps android.content.DialogInterface$OnMultiChoiceClickListener.
type DialogInterfaceOnShowListener ¶ added in v0.0.7
DialogInterfaceOnShowListener wraps android.content.DialogInterface$OnShowListener.
type Entity ¶ added in v0.0.7
Entity wraps android.content.Entity.
func (*Entity) AddSubValue ¶ added in v0.0.7
AddSubValue calls android.content.Entity.addSubValue.
func (*Entity) GetEntityValues ¶ added in v0.0.7
GetEntityValues calls android.content.Entity.getEntityValues.
type EntityIterator ¶ added in v0.0.7
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
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) 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
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
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.
type IntentSender ¶ added in v0.0.7
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
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
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
IntentSenderOnFinished wraps android.content.IntentSender$OnFinished.
type Loader ¶ added in v0.0.7
Loader wraps android.content.Loader.
func (*Loader) CancelLoad ¶ added in v0.0.7
CancelLoad calls android.content.Loader.cancelLoad.
func (*Loader) CommitContentChanged ¶ added in v0.0.7
CommitContentChanged calls android.content.Loader.commitContentChanged.
func (*Loader) DeliverCancellation ¶ added in v0.0.7
DeliverCancellation calls android.content.Loader.deliverCancellation.
func (*Loader) GetContext ¶ added in v0.0.7
GetContext calls android.content.Loader.getContext.
func (*Loader) IsAbandoned ¶ added in v0.0.7
IsAbandoned calls android.content.Loader.isAbandoned.
func (*Loader) OnContentChanged ¶ added in v0.0.7
OnContentChanged calls android.content.Loader.onContentChanged.
func (*Loader) RollbackContentChanged ¶ added in v0.0.7
RollbackContentChanged calls android.content.Loader.rollbackContentChanged.
func (*Loader) StartLoading ¶ added in v0.0.7
StartLoading calls android.content.Loader.startLoading.
func (*Loader) StopLoading ¶ added in v0.0.7
StopLoading calls android.content.Loader.stopLoading.
func (*Loader) TakeContentChanged ¶ added in v0.0.7
TakeContentChanged calls android.content.Loader.takeContentChanged.
type LoaderForceLoadContentObserver ¶ added in v0.0.7
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
LocusId wraps android.content.LocusId.
func NewLocusId ¶ added in v0.0.7
NewLocusId creates a new android.content.LocusId instance.
func (*LocusId) DescribeContents ¶ added in v0.0.7
DescribeContents calls android.content.LocusId.describeContents.
type MutableContextWrapper ¶ added in v0.0.7
MutableContextWrapper wraps android.content.MutableContextWrapper.
func NewMutableContextWrapper ¶ added in v0.0.7
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
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
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
Provider wraps android.content.ContentProvider.
func (*Provider) AttachInfo ¶ added in v0.0.7
AttachInfo calls android.content.ContentProvider.attachInfo.
func (*Provider) BulkInsert ¶ added in v0.0.7
BulkInsert calls android.content.ContentProvider.bulkInsert.
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
Canonicalize calls android.content.ContentProvider.canonicalize.
func (*Provider) ClearCallingIdentity ¶ added in v0.0.7
ClearCallingIdentity calls android.content.ContentProvider.clearCallingIdentity.
func (*Provider) Delete3_1 ¶ added in v0.0.7
Delete3_1 calls android.content.ContentProvider.delete.
func (*Provider) GetCallingAttributionSource ¶ added in v0.0.7
GetCallingAttributionSource calls android.content.ContentProvider.getCallingAttributionSource.
func (*Provider) GetCallingAttributionTag ¶ added in v0.0.7
GetCallingAttributionTag calls android.content.ContentProvider.getCallingAttributionTag.
func (*Provider) GetCallingPackage ¶ added in v0.0.7
GetCallingPackage calls android.content.ContentProvider.getCallingPackage.
func (*Provider) GetCallingPackageUnchecked ¶ added in v0.0.7
GetCallingPackageUnchecked calls android.content.ContentProvider.getCallingPackageUnchecked.
func (*Provider) GetContext ¶ added in v0.0.7
GetContext calls android.content.ContentProvider.getContext.
func (*Provider) GetPathPermissions ¶ added in v0.0.7
GetPathPermissions calls android.content.ContentProvider.getPathPermissions.
func (*Provider) GetReadPermission ¶ added in v0.0.7
GetReadPermission calls android.content.ContentProvider.getReadPermission.
func (*Provider) GetStreamTypes ¶ added in v0.0.7
GetStreamTypes calls android.content.ContentProvider.getStreamTypes.
func (*Provider) GetTypeAnonymous ¶ added in v0.0.7
GetTypeAnonymous calls android.content.ContentProvider.getTypeAnonymous.
func (*Provider) GetWritePermission ¶ added in v0.0.7
GetWritePermission calls android.content.ContentProvider.getWritePermission.
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
OnCallingPackageChanged calls android.content.ContentProvider.onCallingPackageChanged.
func (*Provider) OnConfigurationChanged ¶ added in v0.0.7
OnConfigurationChanged calls android.content.ContentProvider.onConfigurationChanged.
func (*Provider) OnCreate ¶ added in v0.0.7
OnCreate calls android.content.ContentProvider.onCreate.
func (*Provider) OnLowMemory ¶ added in v0.0.7
OnLowMemory calls android.content.ContentProvider.onLowMemory.
func (*Provider) OnTrimMemory ¶ added in v0.0.7
OnTrimMemory calls android.content.ContentProvider.onTrimMemory.
func (*Provider) OpenAssetFile2 ¶ added in v0.0.7
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
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) RequireContext ¶ added in v0.0.7
RequireContext calls android.content.ContentProvider.requireContext.
func (*Provider) RestoreCallingIdentity ¶ added in v0.0.7
RestoreCallingIdentity calls android.content.ContentProvider.restoreCallingIdentity.
func (*Provider) Shutdown ¶ added in v0.0.7
Shutdown calls android.content.ContentProvider.shutdown.
func (*Provider) Uncanonicalize ¶ added in v0.0.7
Uncanonicalize calls android.content.ContentProvider.uncanonicalize.
type ProviderClient ¶ added in v0.0.7
ProviderClient wraps android.content.ContentProviderClient.
func (*ProviderClient) BulkInsert ¶ added in v0.0.7
BulkInsert calls android.content.ContentProviderClient.bulkInsert.
func (*ProviderClient) Call3 ¶ added in v0.0.7
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
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
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
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
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
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
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
Uncanonicalize calls android.content.ContentProviderClient.uncanonicalize.
type ProviderOperation ¶ added in v0.0.7
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
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
NewDelete calls android.content.ContentProviderOperation.newDelete.
func (*ProviderOperation) NewInsert ¶ added in v0.0.7
NewInsert calls android.content.ContentProviderOperation.newInsert.
func (*ProviderOperation) NewUpdate ¶ added in v0.0.7
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
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
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
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
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
WithValueBackReferences calls android.content.ContentProviderOperation$Builder.withValueBackReferences.
func (*ProviderOperationBuilder) WithValues ¶ added in v0.0.7
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
ProviderResult wraps android.content.ContentProviderResult.
func NewProviderResult ¶ added in v0.0.7
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
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) SetKeepUpdated ¶ added in v0.0.7
SetKeepUpdated calls android.content.ContentQueryMap.setKeepUpdated.
type ReceiverCallNotAllowedException ¶ added in v0.0.7
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
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
AddLoaders calls android.content.res.Resources.addLoaders.
func (*Resources) FinishPreloading ¶ added in v0.0.6
FinishPreloading calls android.content.res.Resources.finishPreloading.
func (*Resources) FlushLayoutCache ¶ added in v0.0.6
FlushLayoutCache calls android.content.res.Resources.flushLayoutCache.
func (*Resources) GetAnimation ¶ added in v0.0.6
GetAnimation calls android.content.res.Resources.getAnimation.
func (*Resources) GetAssets ¶ added in v0.0.6
GetAssets calls android.content.res.Resources.getAssets.
func (*Resources) GetAttributeSetSourceResId ¶ added in v0.0.6
GetAttributeSetSourceResId calls android.content.res.Resources.getAttributeSetSourceResId.
func (*Resources) GetBoolean ¶ added in v0.0.6
GetBoolean calls android.content.res.Resources.getBoolean.
func (*Resources) GetColor1 ¶ added in v0.0.6
GetColor1 calls android.content.res.Resources.getColor.
func (*Resources) GetColor2_1 ¶ added in v0.0.6
GetColor2_1 calls android.content.res.Resources.getColor.
func (*Resources) GetColorStateList1 ¶ added in v0.0.6
GetColorStateList1 calls android.content.res.Resources.getColorStateList.
func (*Resources) GetColorStateList2_1 ¶ added in v0.0.6
GetColorStateList2_1 calls android.content.res.Resources.getColorStateList.
func (*Resources) GetConfiguration ¶ added in v0.0.6
GetConfiguration calls android.content.res.Resources.getConfiguration.
func (*Resources) GetDimension ¶ added in v0.0.6
GetDimension calls android.content.res.Resources.getDimension.
func (*Resources) GetDimensionPixelOffset ¶ added in v0.0.6
GetDimensionPixelOffset calls android.content.res.Resources.getDimensionPixelOffset.
func (*Resources) GetDimensionPixelSize ¶ added in v0.0.6
GetDimensionPixelSize calls android.content.res.Resources.getDimensionPixelSize.
func (*Resources) GetDisplayMetrics ¶ added in v0.0.6
GetDisplayMetrics calls android.content.res.Resources.getDisplayMetrics.
func (*Resources) GetDrawable1 ¶ added in v0.0.6
GetDrawable1 calls android.content.res.Resources.getDrawable.
func (*Resources) GetDrawable2_1 ¶ added in v0.0.6
GetDrawable2_1 calls android.content.res.Resources.getDrawable.
func (*Resources) GetDrawableForDensity2 ¶ added in v0.0.6
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) GetFraction ¶ added in v0.0.6
GetFraction calls android.content.res.Resources.getFraction.
func (*Resources) GetIdentifier ¶ added in v0.0.6
GetIdentifier calls android.content.res.Resources.getIdentifier.
func (*Resources) GetIntArray ¶ added in v0.0.6
GetIntArray calls android.content.res.Resources.getIntArray.
func (*Resources) GetInteger ¶ added in v0.0.6
GetInteger calls android.content.res.Resources.getInteger.
func (*Resources) GetLayout ¶ added in v0.0.6
GetLayout calls android.content.res.Resources.getLayout.
func (*Resources) GetQuantityString2 ¶ added in v0.0.6
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
GetQuantityText calls android.content.res.Resources.getQuantityText.
func (*Resources) GetResourceEntryName ¶ added in v0.0.6
GetResourceEntryName calls android.content.res.Resources.getResourceEntryName.
func (*Resources) GetResourceName ¶ added in v0.0.6
GetResourceName calls android.content.res.Resources.getResourceName.
func (*Resources) GetResourcePackageName ¶ added in v0.0.6
GetResourcePackageName calls android.content.res.Resources.getResourcePackageName.
func (*Resources) GetResourceTypeName ¶ added in v0.0.6
GetResourceTypeName calls android.content.res.Resources.getResourceTypeName.
func (*Resources) GetString1 ¶ added in v0.0.6
GetString1 calls android.content.res.Resources.getString.
func (*Resources) GetString2_1 ¶ added in v0.0.6
GetString2_1 calls android.content.res.Resources.getString.
func (*Resources) GetStringArray ¶ added in v0.0.6
GetStringArray calls android.content.res.Resources.getStringArray.
func (*Resources) GetSystem ¶ added in v0.0.6
GetSystem calls android.content.res.Resources.getSystem.
func (*Resources) GetText2_1 ¶ added in v0.0.6
GetText2_1 calls android.content.res.Resources.getText.
func (*Resources) GetTextArray ¶ added in v0.0.6
GetTextArray calls android.content.res.Resources.getTextArray.
func (*Resources) GetValue3 ¶ added in v0.0.6
GetValue3 calls android.content.res.Resources.getValue.
func (*Resources) GetValue3_1 ¶ added in v0.0.6
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) ObtainAttributes ¶ added in v0.0.6
ObtainAttributes calls android.content.res.Resources.obtainAttributes.
func (*Resources) ObtainTypedArray ¶ added in v0.0.6
ObtainTypedArray calls android.content.res.Resources.obtainTypedArray.
func (*Resources) OpenRawResource1 ¶ added in v0.0.6
OpenRawResource1 calls android.content.res.Resources.openRawResource.
func (*Resources) OpenRawResource2_1 ¶ added in v0.0.6
OpenRawResource2_1 calls android.content.res.Resources.openRawResource.
func (*Resources) OpenRawResourceFd ¶ added in v0.0.6
OpenRawResourceFd calls android.content.res.Resources.openRawResourceFd.
func (*Resources) ParseBundleExtra ¶ added in v0.0.6
ParseBundleExtra calls android.content.res.Resources.parseBundleExtra.
func (*Resources) ParseBundleExtras ¶ added in v0.0.6
ParseBundleExtras calls android.content.res.Resources.parseBundleExtras.
func (*Resources) RegisterResourcePaths ¶ added in v0.0.6
RegisterResourcePaths calls android.content.res.Resources.registerResourcePaths.
func (*Resources) RemoveLoaders ¶ added in v0.0.6
RemoveLoaders calls android.content.res.Resources.removeLoaders.
type ResourcesTheme ¶ added in v0.0.7
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
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
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
RestrictionEntry wraps android.content.RestrictionEntry.
func NewRestrictionEntry ¶ added in v0.0.7
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
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
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
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.
type ServiceConnection ¶ added in v0.0.7
ServiceConnection wraps android.content.ServiceConnection.
func (*ServiceConnection) OnServiceConnected ¶ added in v0.0.7
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
SyncAdapterType wraps android.content.SyncAdapterType.
func NewSyncAdapterType ¶ added in v0.0.7
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
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
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
SyncInfo wraps android.content.SyncInfo.
func (*SyncInfo) DescribeContents ¶ added in v0.0.7
DescribeContents calls android.content.SyncInfo.describeContents.
type SyncRequest ¶ added in v0.0.7
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
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
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
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
SyncPeriodic calls android.content.SyncRequest$Builder.syncPeriodic.
type SyncResult ¶ added in v0.0.7
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
SyncStats wraps android.content.SyncStats.
func NewSyncStats ¶ added in v0.0.7
NewSyncStats creates a new android.content.SyncStats instance.
func (*SyncStats) DescribeContents ¶ added in v0.0.7
DescribeContents calls android.content.SyncStats.describeContents.
type SyncStatusObserver ¶ added in v0.0.7
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
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.
type UriPermission ¶ added in v0.0.7
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
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
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
Uris wraps android.content.ContentUris.
type Values ¶ added in v0.0.7
Values wraps android.content.ContentValues.
func (*Values) ContainsKey ¶ added in v0.0.7
ContainsKey calls android.content.ContentValues.containsKey.
func (*Values) DescribeContents ¶ added in v0.0.7
DescribeContents calls android.content.ContentValues.describeContents.
func (*Values) GetAsBoolean ¶ added in v0.0.7
GetAsBoolean calls android.content.ContentValues.getAsBoolean.
func (*Values) GetAsByteArray ¶ added in v0.0.7
GetAsByteArray calls android.content.ContentValues.getAsByteArray.
func (*Values) GetAsDouble ¶ added in v0.0.7
GetAsDouble calls android.content.ContentValues.getAsDouble.
func (*Values) GetAsFloat ¶ added in v0.0.7
GetAsFloat calls android.content.ContentValues.getAsFloat.
func (*Values) GetAsInteger ¶ added in v0.0.7
GetAsInteger calls android.content.ContentValues.getAsInteger.
func (*Values) GetAsShort ¶ added in v0.0.7
GetAsShort calls android.content.ContentValues.getAsShort.
func (*Values) GetAsString ¶ added in v0.0.7
GetAsString calls android.content.ContentValues.getAsString.
Source Files
¶
- abstract_threaded_sync_adapter.go
- activity_not_found_exception.go
- async_query_handler.go
- async_query_handler_worker_handler.go
- async_task_loader.go
- attribution_source.go
- attribution_source_builder.go
- broadcast_receiver.go
- broadcast_receiver_pending_result.go
- clip_description.go
- component_callbacks.go
- component_callbacks2.go
- component_name.go
- constants.go
- context_params.go
- context_params_builder.go
- context_wrapper.go
- cursor_loader.go
- dialog_interface.go
- dialog_interface_on_cancel_listener.go
- dialog_interface_on_click_listener.go
- dialog_interface_on_dismiss_listener.go
- dialog_interface_on_key_listener.go
- dialog_interface_on_multi_choice_click_listener.go
- dialog_interface_on_show_listener.go
- doc.go
- entity.go
- entity_iterator.go
- init.go
- intent_filter.go
- intent_filter_authority_entry.go
- intent_sender.go
- intent_sender_on_finished.go
- loader.go
- loader_force_load_content_observer.go
- locus_id.go
- mutable_context_wrapper.go
- new_intent_filter.go
- operation_application_exception.go
- periodic_sync.go
- provider.go
- provider_client.go
- provider_operation.go
- provider_operation_builder.go
- provider_result.go
- query_map.go
- receiver_call_not_allowed_exception.go
- resources.go
- resources_theme.go
- restriction_entry.go
- restrictions_manager.go
- search_recent_suggestions_provider.go
- service_connection.go
- sync_adapter_type.go
- sync_context.go
- sync_info.go
- sync_request.go
- sync_request_builder.go
- sync_result.go
- sync_stats.go
- sync_status_observer.go
- uri_matcher.go
- uri_permission.go
- uri_relative_filter.go
- uri_relative_filter_group.go
- uris.go
- values.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Package clipboard provides Go bindings for android.content.
|
Package clipboard provides Go bindings for android.content. |
|
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. |
|
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. |
|
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. |