Documentation
¶
Index ¶
- type AbstractThreadedSyncAdapterClient
- func (c *AbstractThreadedSyncAdapterClient) GetContext(ctx context.Context) (int64, error)
- func (c *AbstractThreadedSyncAdapterClient) GetSyncAdapterBinder(ctx context.Context) (int64, error)
- func (c *AbstractThreadedSyncAdapterClient) OnPerformSync(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, ...) error
- func (c *AbstractThreadedSyncAdapterClient) OnSecurityException(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) error
- func (c *AbstractThreadedSyncAdapterClient) OnSyncCanceled0(ctx context.Context) error
- func (c *AbstractThreadedSyncAdapterClient) OnSyncCanceled1_1(ctx context.Context, arg0 int64) error
- func (c *AbstractThreadedSyncAdapterClient) OnUnsyncableAccount(ctx context.Context) (bool, error)
- type AsyncQueryHandlerClient
- func (c *AsyncQueryHandlerClient) CancelOperation(ctx context.Context, arg0 int32) error
- func (c *AsyncQueryHandlerClient) HandleMessage(ctx context.Context, arg0 int64) error
- func (c *AsyncQueryHandlerClient) StartDelete(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 string, ...) error
- func (c *AsyncQueryHandlerClient) StartInsert(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int64) error
- func (c *AsyncQueryHandlerClient) StartQuery(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int64, ...) error
- func (c *AsyncQueryHandlerClient) StartUpdate(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int64, ...) error
- type AsyncQueryHandlerWorkerHandlerClient
- type AsyncTaskLoaderClient
- func (c *AsyncTaskLoaderClient) CancelLoadInBackground(ctx context.Context) error
- func (c *AsyncTaskLoaderClient) Dump(ctx context.Context, arg0 string, arg1 int64, arg2 int64, arg3 int64) error
- func (c *AsyncTaskLoaderClient) IsLoadInBackgroundCanceled(ctx context.Context) (bool, error)
- func (c *AsyncTaskLoaderClient) SetUpdateThrottle(ctx context.Context, arg0 int64) error
- type AttributionSourceBuilderClient
- func (c *AttributionSourceBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *AttributionSourceBuilderClient) SetAttributionTag(ctx context.Context, arg0 string) (int64, error)
- func (c *AttributionSourceBuilderClient) SetDeviceId(ctx context.Context, arg0 int32) (int64, error)
- func (c *AttributionSourceBuilderClient) SetNext(ctx context.Context, arg0 int64) (int64, error)
- func (c *AttributionSourceBuilderClient) SetPackageName(ctx context.Context, arg0 string) (int64, error)
- func (c *AttributionSourceBuilderClient) SetPid(ctx context.Context, arg0 int32) (int64, error)
- type AttributionSourceClient
- func (c *AttributionSourceClient) CheckCallingUid(ctx context.Context) (bool, error)
- func (c *AttributionSourceClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *AttributionSourceClient) EnforceCallingUid(ctx context.Context) error
- func (c *AttributionSourceClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *AttributionSourceClient) GetAttributionTag(ctx context.Context) (string, error)
- func (c *AttributionSourceClient) GetDeviceId(ctx context.Context) (int32, error)
- func (c *AttributionSourceClient) GetNext(ctx context.Context) (int64, error)
- func (c *AttributionSourceClient) GetPackageName(ctx context.Context) (string, error)
- func (c *AttributionSourceClient) GetPid(ctx context.Context) (int32, error)
- func (c *AttributionSourceClient) GetUid(ctx context.Context) (int32, error)
- func (c *AttributionSourceClient) HashCode(ctx context.Context) (int32, error)
- func (c *AttributionSourceClient) IsTrusted(ctx context.Context, arg0 int64) (bool, error)
- func (c *AttributionSourceClient) MyAttributionSource(ctx context.Context) (int64, error)
- func (c *AttributionSourceClient) ToString(ctx context.Context) (string, error)
- func (c *AttributionSourceClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type BroadcastReceiverClient
- func (c *BroadcastReceiverClient) AbortBroadcast(ctx context.Context) error
- func (c *BroadcastReceiverClient) ClearAbortBroadcast(ctx context.Context) error
- func (c *BroadcastReceiverClient) GetAbortBroadcast(ctx context.Context) (bool, error)
- func (c *BroadcastReceiverClient) GetDebugUnregister(ctx context.Context) (bool, error)
- func (c *BroadcastReceiverClient) GetResultCode(ctx context.Context) (int32, error)
- func (c *BroadcastReceiverClient) GetResultData(ctx context.Context) (string, error)
- func (c *BroadcastReceiverClient) GetResultExtras(ctx context.Context, arg0 bool) (int64, error)
- func (c *BroadcastReceiverClient) GetSentFromPackage(ctx context.Context) (string, error)
- func (c *BroadcastReceiverClient) GetSentFromUid(ctx context.Context) (int32, error)
- func (c *BroadcastReceiverClient) GoAsync(ctx context.Context) (int64, error)
- func (c *BroadcastReceiverClient) IsInitialStickyBroadcast(ctx context.Context) (bool, error)
- func (c *BroadcastReceiverClient) IsOrderedBroadcast(ctx context.Context) (bool, error)
- func (c *BroadcastReceiverClient) OnReceive(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *BroadcastReceiverClient) PeekService(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *BroadcastReceiverClient) SetDebugUnregister(ctx context.Context, arg0 bool) error
- func (c *BroadcastReceiverClient) SetOrderedHint(ctx context.Context, arg0 bool) error
- func (c *BroadcastReceiverClient) SetResult(ctx context.Context, arg0 int32, arg1 string, arg2 int64) error
- func (c *BroadcastReceiverClient) SetResultCode(ctx context.Context, arg0 int32) error
- func (c *BroadcastReceiverClient) SetResultData(ctx context.Context, arg0 string) error
- func (c *BroadcastReceiverClient) SetResultExtras(ctx context.Context, arg0 int64) error
- type BroadcastReceiverPendingResultClient
- func (c *BroadcastReceiverPendingResultClient) AbortBroadcast(ctx context.Context) error
- func (c *BroadcastReceiverPendingResultClient) ClearAbortBroadcast(ctx context.Context) error
- func (c *BroadcastReceiverPendingResultClient) Finish(ctx context.Context) error
- func (c *BroadcastReceiverPendingResultClient) GetAbortBroadcast(ctx context.Context) (bool, error)
- func (c *BroadcastReceiverPendingResultClient) GetResultCode(ctx context.Context) (int32, error)
- func (c *BroadcastReceiverPendingResultClient) GetResultData(ctx context.Context) (string, error)
- func (c *BroadcastReceiverPendingResultClient) GetResultExtras(ctx context.Context, arg0 bool) (int64, error)
- func (c *BroadcastReceiverPendingResultClient) SetResult(ctx context.Context, arg0 int32, arg1 string, arg2 int64) error
- func (c *BroadcastReceiverPendingResultClient) SetResultCode(ctx context.Context, arg0 int32) error
- func (c *BroadcastReceiverPendingResultClient) SetResultData(ctx context.Context, arg0 string) error
- func (c *BroadcastReceiverPendingResultClient) SetResultExtras(ctx context.Context, arg0 int64) error
- type ClipDescriptionClient
- func (c *ClipDescriptionClient) CompareMimeTypes(ctx context.Context, handle int64, arg0 string, arg1 string) (bool, error)
- func (c *ClipDescriptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *ClipDescriptionClient) FilterMimeTypes(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ClipDescriptionClient) GetClassificationStatus(ctx context.Context, handle int64) (int32, error)
- func (c *ClipDescriptionClient) GetConfidenceScore(ctx context.Context, handle int64, arg0 string) (float32, error)
- func (c *ClipDescriptionClient) GetExtras(ctx context.Context, handle int64) (int64, error)
- func (c *ClipDescriptionClient) GetLabel(ctx context.Context, handle int64) (int64, error)
- func (c *ClipDescriptionClient) GetMimeType(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *ClipDescriptionClient) GetMimeTypeCount(ctx context.Context, handle int64) (int32, error)
- func (c *ClipDescriptionClient) GetTimestamp(ctx context.Context, handle int64) (int64, error)
- func (c *ClipDescriptionClient) HasMimeType(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *ClipDescriptionClient) IsStyledText(ctx context.Context, handle int64) (bool, error)
- func (c *ClipDescriptionClient) SetExtras(ctx context.Context, handle int64, arg0 int64) error
- func (c *ClipDescriptionClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *ClipDescriptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type ComponentCallbacks2Client
- type ComponentCallbacksClient
- type ComponentNameClient
- func (c *ComponentNameClient) Clone0(ctx context.Context, handle int64) (int64, error)
- func (c *ComponentNameClient) Clone0_1(ctx context.Context, handle int64) (int64, error)
- func (c *ComponentNameClient) CompareTo1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ComponentNameClient) CompareTo1_1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ComponentNameClient) CreateRelative2(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error)
- func (c *ComponentNameClient) CreateRelative2_1(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error)
- func (c *ComponentNameClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *ComponentNameClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ComponentNameClient) FlattenToShortString(ctx context.Context, handle int64) (string, error)
- func (c *ComponentNameClient) FlattenToString(ctx context.Context, handle int64) (string, error)
- func (c *ComponentNameClient) GetClassName(ctx context.Context, handle int64) (string, error)
- func (c *ComponentNameClient) GetPackageName(ctx context.Context, handle int64) (string, error)
- func (c *ComponentNameClient) GetShortClassName(ctx context.Context, handle int64) (string, error)
- func (c *ComponentNameClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *ComponentNameClient) ReadFromParcel(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ComponentNameClient) ToShortString(ctx context.Context, handle int64) (string, error)
- func (c *ComponentNameClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *ComponentNameClient) UnflattenFromString(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ComponentNameClient) WriteToParcel2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *ComponentNameClient) WriteToParcel2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type ContextParamsBuilderClient
- func (c *ContextParamsBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *ContextParamsBuilderClient) SetAttributionTag(ctx context.Context, arg0 string) (int64, error)
- func (c *ContextParamsBuilderClient) SetNextAttributionSource(ctx context.Context, arg0 int64) (int64, error)
- func (c *ContextParamsBuilderClient) SetShouldRegisterAttributionSource(ctx context.Context, arg0 bool) (int64, error)
- type ContextParamsClient
- type ContextWrapperClient
- func (c *ContextWrapperClient) BindIsolatedService(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 string, ...) (bool, error)
- func (c *ContextWrapperClient) BindService3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)
- func (c *ContextWrapperClient) BindService3_2(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) (bool, error)
- func (c *ContextWrapperClient) BindService4(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, ...) (bool, error)
- func (c *ContextWrapperClient) BindService4_3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) (bool, error)
- func (c *ContextWrapperClient) BindServiceAsUser4(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, ...) (bool, error)
- func (c *ContextWrapperClient) BindServiceAsUser4_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) (bool, error)
- func (c *ContextWrapperClient) CheckCallingOrSelfPermission(ctx context.Context, handle int64, arg0 string) (int32, error)
- func (c *ContextWrapperClient) CheckCallingOrSelfUriPermission(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int32, error)
- func (c *ContextWrapperClient) CheckCallingPermission(ctx context.Context, handle int64, arg0 string) (int32, error)
- func (c *ContextWrapperClient) CheckCallingUriPermission(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int32, error)
- func (c *ContextWrapperClient) CheckContentUriPermissionFull(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) (int32, error)
- func (c *ContextWrapperClient) CheckPermission(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) (int32, error)
- func (c *ContextWrapperClient) CheckSelfPermission(ctx context.Context, handle int64, arg0 string) (int32, error)
- func (c *ContextWrapperClient) CheckUriPermission4(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) (int32, error)
- func (c *ContextWrapperClient) CheckUriPermission6_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, ...) (int32, error)
- func (c *ContextWrapperClient) ClearWallpaper(ctx context.Context, handle int64) error
- func (c *ContextWrapperClient) CreateAttributionContext(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ContextWrapperClient) CreateConfigurationContext(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ContextWrapperClient) CreateContext(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ContextWrapperClient) CreateContextForSplit(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ContextWrapperClient) CreateDeviceContext(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ContextWrapperClient) CreateDeviceProtectedStorageContext(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) CreateDisplayContext(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ContextWrapperClient) CreatePackageContext(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
- func (c *ContextWrapperClient) CreateWindowContext2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
- func (c *ContextWrapperClient) CreateWindowContext3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (int64, error)
- func (c *ContextWrapperClient) DatabaseList(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) DeleteDatabase(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *ContextWrapperClient) DeleteFile(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *ContextWrapperClient) DeleteSharedPreferences(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *ContextWrapperClient) EnforceCallingOrSelfPermission(ctx context.Context, handle int64, arg0 string, arg1 string) error
- func (c *ContextWrapperClient) EnforceCallingOrSelfUriPermission(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 string) error
- func (c *ContextWrapperClient) EnforceCallingPermission(ctx context.Context, handle int64, arg0 string, arg1 string) error
- func (c *ContextWrapperClient) EnforceCallingUriPermission(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 string) error
- func (c *ContextWrapperClient) EnforcePermission(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, ...) error
- func (c *ContextWrapperClient) EnforceUriPermission5(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) error
- func (c *ContextWrapperClient) EnforceUriPermission7_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, ...) error
- func (c *ContextWrapperClient) FileList(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetApplicationContext(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetApplicationInfo(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetAssets(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetAttributionSource(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetAttributionTag(ctx context.Context, handle int64) (string, error)
- func (c *ContextWrapperClient) GetBaseContext(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetCacheDir(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetClassLoader(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetCodeCacheDir(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetContentResolver(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetDataDir(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetDatabasePath(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ContextWrapperClient) GetDeviceId(ctx context.Context, handle int64) (int32, error)
- func (c *ContextWrapperClient) GetDir(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
- func (c *ContextWrapperClient) GetDisplay(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetExternalCacheDir(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetExternalCacheDirs(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetExternalFilesDir(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ContextWrapperClient) GetExternalFilesDirs(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ContextWrapperClient) GetExternalMediaDirs(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetFileStreamPath(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ContextWrapperClient) GetFilesDir(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetMainExecutor(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetMainLooper(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetNoBackupFilesDir(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetObbDir(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetObbDirs(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetOpPackageName(ctx context.Context, handle int64) (string, error)
- func (c *ContextWrapperClient) GetPackageCodePath(ctx context.Context, handle int64) (string, error)
- func (c *ContextWrapperClient) GetPackageManager(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetPackageName(ctx context.Context, handle int64) (string, error)
- func (c *ContextWrapperClient) GetPackageResourcePath(ctx context.Context, handle int64) (string, error)
- func (c *ContextWrapperClient) GetParams(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetResources(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetSharedPreferences(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
- func (c *ContextWrapperClient) GetSystemService(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ContextWrapperClient) GetTheme(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetWallpaper(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) GetWallpaperDesiredMinimumHeight(ctx context.Context, handle int64) (int32, error)
- func (c *ContextWrapperClient) GetWallpaperDesiredMinimumWidth(ctx context.Context, handle int64) (int32, error)
- func (c *ContextWrapperClient) GrantUriPermission(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int32) error
- func (c *ContextWrapperClient) IsDeviceProtectedStorage(ctx context.Context, handle int64) (bool, error)
- func (c *ContextWrapperClient) IsRestricted(ctx context.Context, handle int64) (bool, error)
- func (c *ContextWrapperClient) IsUiContext(ctx context.Context, handle int64) (bool, error)
- func (c *ContextWrapperClient) MoveDatabaseFrom(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
- func (c *ContextWrapperClient) MoveSharedPreferencesFrom(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
- func (c *ContextWrapperClient) OpenFileInput(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ContextWrapperClient) OpenFileOutput(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
- func (c *ContextWrapperClient) OpenOrCreateDatabase(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int64) (int64, error)
- func (c *ContextWrapperClient) PeekWallpaper(ctx context.Context, handle int64) (int64, error)
- func (c *ContextWrapperClient) RegisterComponentCallbacks(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) RegisterDeviceIdChangeListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *ContextWrapperClient) RegisterReceiver2(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
- func (c *ContextWrapperClient) RegisterReceiver3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) (int64, error)
- func (c *ContextWrapperClient) RemoveStickyBroadcast(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) RemoveStickyBroadcastAsUser(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *ContextWrapperClient) RevokeUriPermission2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- func (c *ContextWrapperClient) RevokeUriPermission3_1(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int32) error
- func (c *ContextWrapperClient) SendBroadcast1(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) SendBroadcast2_1(ctx context.Context, handle int64, arg0 int64, arg1 string) error
- func (c *ContextWrapperClient) SendBroadcast3_2(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error
- func (c *ContextWrapperClient) SendBroadcastAsUser2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *ContextWrapperClient) SendBroadcastAsUser3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error
- func (c *ContextWrapperClient) SendOrderedBroadcast2(ctx context.Context, handle int64, arg0 int64, arg1 string) error
- func (c *ContextWrapperClient) SendOrderedBroadcast3_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error
- func (c *ContextWrapperClient) SendStickyBroadcast1(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) SendStickyBroadcast2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *ContextWrapperClient) SendStickyBroadcastAsUser(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *ContextWrapperClient) SetTheme(ctx context.Context, handle int64, arg0 int32) error
- func (c *ContextWrapperClient) SetWallpaper1(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) SetWallpaper1_1(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) StartActivities1(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) StartActivities2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *ContextWrapperClient) StartActivity1(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) StartActivity2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *ContextWrapperClient) StartForegroundService(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ContextWrapperClient) StartInstrumentation(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (bool, error)
- func (c *ContextWrapperClient) StartIntentSender5(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) error
- func (c *ContextWrapperClient) StartIntentSender6_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) error
- func (c *ContextWrapperClient) StartService(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ContextWrapperClient) StopService(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ContextWrapperClient) UnbindService(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) UnregisterComponentCallbacks(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) UnregisterDeviceIdChangeListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) UnregisterReceiver(ctx context.Context, handle int64, arg0 int64) error
- func (c *ContextWrapperClient) UpdateServiceGroup(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) error
- type CursorLoaderClient
- func (c *CursorLoaderClient) CancelLoadInBackground(ctx context.Context, handle int64) error
- func (c *CursorLoaderClient) DeliverResult1(ctx context.Context, handle int64, arg0 int64) error
- func (c *CursorLoaderClient) DeliverResult1_1(ctx context.Context, handle int64, arg0 int64) error
- func (c *CursorLoaderClient) Dump(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, ...) error
- func (c *CursorLoaderClient) GetProjection(ctx context.Context, handle int64) (int64, error)
- func (c *CursorLoaderClient) GetSelection(ctx context.Context, handle int64) (string, error)
- func (c *CursorLoaderClient) GetSelectionArgs(ctx context.Context, handle int64) (int64, error)
- func (c *CursorLoaderClient) GetSortOrder(ctx context.Context, handle int64) (string, error)
- func (c *CursorLoaderClient) GetUri(ctx context.Context, handle int64) (int64, error)
- func (c *CursorLoaderClient) LoadInBackground0(ctx context.Context, handle int64) (int64, error)
- func (c *CursorLoaderClient) LoadInBackground0_1(ctx context.Context, handle int64) (int64, error)
- func (c *CursorLoaderClient) OnCanceled1(ctx context.Context, handle int64, arg0 int64) error
- func (c *CursorLoaderClient) OnCanceled1_1(ctx context.Context, handle int64, arg0 int64) error
- func (c *CursorLoaderClient) SetProjection(ctx context.Context, handle int64, arg0 int64) error
- func (c *CursorLoaderClient) SetSelection(ctx context.Context, handle int64, arg0 string) error
- func (c *CursorLoaderClient) SetSelectionArgs(ctx context.Context, handle int64, arg0 int64) error
- func (c *CursorLoaderClient) SetSortOrder(ctx context.Context, handle int64, arg0 string) error
- func (c *CursorLoaderClient) SetUri(ctx context.Context, handle int64, arg0 int64) error
- type DialogInterfaceClient
- type DialogInterfaceOnCancelListenerClient
- type DialogInterfaceOnClickListenerClient
- type DialogInterfaceOnDismissListenerClient
- type DialogInterfaceOnKeyListenerClient
- type DialogInterfaceOnMultiChoiceClickListenerClient
- type DialogInterfaceOnShowListenerClient
- type EntityClient
- func (c *EntityClient) AddSubValue(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *EntityClient) GetEntityValues(ctx context.Context, handle int64) (int64, error)
- func (c *EntityClient) GetSubValues(ctx context.Context, handle int64) (int64, error)
- func (c *EntityClient) ToString(ctx context.Context, handle int64) (string, error)
- type EntityIteratorClient
- type IntentFilterAuthorityEntryClient
- func (c *IntentFilterAuthorityEntryClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *IntentFilterAuthorityEntryClient) GetHost(ctx context.Context) (string, error)
- func (c *IntentFilterAuthorityEntryClient) GetPort(ctx context.Context) (int32, error)
- func (c *IntentFilterAuthorityEntryClient) Match(ctx context.Context, arg0 int64) (int32, error)
- type IntentFilterClient
- func (c *IntentFilterClient) ActionsIterator(ctx context.Context, handle int64) (int64, error)
- func (c *IntentFilterClient) AddAction(ctx context.Context, handle int64, arg0 string) error
- func (c *IntentFilterClient) AddCategory(ctx context.Context, handle int64, arg0 string) error
- func (c *IntentFilterClient) AddDataAuthority(ctx context.Context, handle int64, arg0 string, arg1 string) error
- func (c *IntentFilterClient) AddDataPath(ctx context.Context, handle int64, arg0 string, arg1 int32) error
- func (c *IntentFilterClient) AddDataScheme(ctx context.Context, handle int64, arg0 string) error
- func (c *IntentFilterClient) AddDataSchemeSpecificPart(ctx context.Context, handle int64, arg0 string, arg1 int32) error
- func (c *IntentFilterClient) AddDataType(ctx context.Context, handle int64, arg0 string) error
- func (c *IntentFilterClient) AddUriRelativeFilterGroup(ctx context.Context, handle int64, arg0 int64) error
- func (c *IntentFilterClient) AsPredicate(ctx context.Context, handle int64) (int64, error)
- func (c *IntentFilterClient) AsPredicateWithTypeResolution(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *IntentFilterClient) AuthoritiesIterator(ctx context.Context, handle int64) (int64, error)
- func (c *IntentFilterClient) CategoriesIterator(ctx context.Context, handle int64) (int64, error)
- func (c *IntentFilterClient) ClearUriRelativeFilterGroups(ctx context.Context, handle int64) error
- func (c *IntentFilterClient) CountActions(ctx context.Context, handle int64) (int32, error)
- func (c *IntentFilterClient) CountCategories(ctx context.Context, handle int64) (int32, error)
- func (c *IntentFilterClient) CountDataAuthorities(ctx context.Context, handle int64) (int32, error)
- func (c *IntentFilterClient) CountDataPaths(ctx context.Context, handle int64) (int32, error)
- func (c *IntentFilterClient) CountDataSchemeSpecificParts(ctx context.Context, handle int64) (int32, error)
- func (c *IntentFilterClient) CountDataSchemes(ctx context.Context, handle int64) (int32, error)
- func (c *IntentFilterClient) CountDataTypes(ctx context.Context, handle int64) (int32, error)
- func (c *IntentFilterClient) CountUriRelativeFilterGroups(ctx context.Context, handle int64) (int32, error)
- func (c *IntentFilterClient) Create(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error)
- func (c *IntentFilterClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *IntentFilterClient) Dump(ctx context.Context, handle int64, arg0 int64, arg1 string) error
- func (c *IntentFilterClient) GetAction(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *IntentFilterClient) GetCategory(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *IntentFilterClient) GetDataAuthority(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *IntentFilterClient) GetDataPath(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *IntentFilterClient) GetDataScheme(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *IntentFilterClient) GetDataSchemeSpecificPart(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *IntentFilterClient) GetDataType(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *IntentFilterClient) GetPriority(ctx context.Context, handle int64) (int32, error)
- func (c *IntentFilterClient) GetUriRelativeFilterGroup(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *IntentFilterClient) HasAction(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *IntentFilterClient) HasCategory(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *IntentFilterClient) HasDataAuthority(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *IntentFilterClient) HasDataPath(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *IntentFilterClient) HasDataScheme(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *IntentFilterClient) HasDataSchemeSpecificPart(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *IntentFilterClient) HasDataType(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *IntentFilterClient) Match(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 bool, ...) (int32, error)
- func (c *IntentFilterClient) MatchAction(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *IntentFilterClient) MatchData(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int64) (int32, error)
- func (c *IntentFilterClient) MatchDataAuthority(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *IntentFilterClient) PathsIterator(ctx context.Context, handle int64) (int64, error)
- func (c *IntentFilterClient) ReadFromXml(ctx context.Context, handle int64, arg0 int64) error
- func (c *IntentFilterClient) SchemeSpecificPartsIterator(ctx context.Context, handle int64) (int64, error)
- func (c *IntentFilterClient) SchemesIterator(ctx context.Context, handle int64) (int64, error)
- func (c *IntentFilterClient) SetPriority(ctx context.Context, handle int64, arg0 int32) error
- func (c *IntentFilterClient) TypesIterator(ctx context.Context, handle int64) (int64, error)
- func (c *IntentFilterClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- func (c *IntentFilterClient) WriteToXml(ctx context.Context, handle int64, arg0 int64) error
- type IntentSenderClient
- func (c *IntentSenderClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *IntentSenderClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *IntentSenderClient) GetCreatorPackage(ctx context.Context) (string, error)
- func (c *IntentSenderClient) GetCreatorUid(ctx context.Context) (int32, error)
- func (c *IntentSenderClient) GetCreatorUserHandle(ctx context.Context) (int64, error)
- func (c *IntentSenderClient) GetTargetPackage(ctx context.Context) (string, error)
- func (c *IntentSenderClient) HashCode(ctx context.Context) (int32, error)
- func (c *IntentSenderClient) ReadIntentSenderOrNullFromParcel(ctx context.Context, arg0 int64) (int64, error)
- func (c *IntentSenderClient) SendIntent(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 string, ...) error
- func (c *IntentSenderClient) ToString(ctx context.Context) (string, error)
- func (c *IntentSenderClient) WriteIntentSenderOrNullToParcel(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *IntentSenderClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type IntentSenderOnFinishedClient
- type LoaderClient
- func (c *LoaderClient) Abandon(ctx context.Context, handle int64) error
- func (c *LoaderClient) CancelLoad(ctx context.Context, handle int64) (bool, error)
- func (c *LoaderClient) CommitContentChanged(ctx context.Context, handle int64) error
- func (c *LoaderClient) DeliverCancellation(ctx context.Context, handle int64) error
- func (c *LoaderClient) Dump(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, ...) error
- func (c *LoaderClient) ForceLoad(ctx context.Context, handle int64) error
- func (c *LoaderClient) GetContext(ctx context.Context, handle int64) (int64, error)
- func (c *LoaderClient) GetId(ctx context.Context, handle int64) (int32, error)
- func (c *LoaderClient) IsAbandoned(ctx context.Context, handle int64) (bool, error)
- func (c *LoaderClient) IsReset(ctx context.Context, handle int64) (bool, error)
- func (c *LoaderClient) IsStarted(ctx context.Context, handle int64) (bool, error)
- func (c *LoaderClient) OnContentChanged(ctx context.Context, handle int64) error
- func (c *LoaderClient) Reset(ctx context.Context, handle int64) error
- func (c *LoaderClient) RollbackContentChanged(ctx context.Context, handle int64) error
- func (c *LoaderClient) StartLoading(ctx context.Context, handle int64) error
- func (c *LoaderClient) StopLoading(ctx context.Context, handle int64) error
- func (c *LoaderClient) TakeContentChanged(ctx context.Context, handle int64) (bool, error)
- func (c *LoaderClient) ToString(ctx context.Context, handle int64) (string, error)
- type LoaderForceLoadContentObserverClient
- type LocusIdClient
- func (c *LocusIdClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *LocusIdClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *LocusIdClient) GetId(ctx context.Context, handle int64) (string, error)
- func (c *LocusIdClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *LocusIdClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *LocusIdClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type MutableContextWrapperClient
- type OperationApplicationExceptionClient
- type PdfPageGotoLinkContentClient
- func (c *PdfPageGotoLinkContentClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *PdfPageGotoLinkContentClient) GetBounds(ctx context.Context, handle int64) (int64, error)
- func (c *PdfPageGotoLinkContentClient) GetDestination(ctx context.Context, handle int64) (int64, error)
- func (c *PdfPageGotoLinkContentClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type PdfPageGotoLinkContentDestinationClient
- func (c *PdfPageGotoLinkContentDestinationClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *PdfPageGotoLinkContentDestinationClient) GetPageNumber(ctx context.Context) (int32, error)
- func (c *PdfPageGotoLinkContentDestinationClient) GetXCoordinate(ctx context.Context) (float32, error)
- func (c *PdfPageGotoLinkContentDestinationClient) GetYCoordinate(ctx context.Context) (float32, error)
- func (c *PdfPageGotoLinkContentDestinationClient) GetZoom(ctx context.Context) (float32, error)
- func (c *PdfPageGotoLinkContentDestinationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type PdfPageImageContentClient
- func (c *PdfPageImageContentClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *PdfPageImageContentClient) GetAltText(ctx context.Context, handle int64) (string, error)
- func (c *PdfPageImageContentClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type PdfPageLinkContentClient
- func (c *PdfPageLinkContentClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *PdfPageLinkContentClient) GetBounds(ctx context.Context, handle int64) (int64, error)
- func (c *PdfPageLinkContentClient) GetUri(ctx context.Context, handle int64) (int64, error)
- func (c *PdfPageLinkContentClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type PdfPageTextContentClient
- func (c *PdfPageTextContentClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *PdfPageTextContentClient) GetBounds(ctx context.Context, handle int64) (int64, error)
- func (c *PdfPageTextContentClient) GetText(ctx context.Context, handle int64) (string, error)
- func (c *PdfPageTextContentClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type PeriodicSyncClient
- func (c *PeriodicSyncClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *PeriodicSyncClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *PeriodicSyncClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *PeriodicSyncClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type ProviderClient
- func (c *ProviderClient) AttachInfo(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ProviderClient) BulkInsert(ctx context.Context, arg0 int64, arg1 int64) (int32, error)
- func (c *ProviderClient) Call3(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error)
- func (c *ProviderClient) Call4_1(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 int64) (int64, error)
- func (c *ProviderClient) Canonicalize(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderClient) ClearCallingIdentity(ctx context.Context) (int64, error)
- func (c *ProviderClient) Delete2(ctx context.Context, arg0 int64, arg1 int64) (int32, error)
- func (c *ProviderClient) Delete3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int32, error)
- func (c *ProviderClient) Dump(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *ProviderClient) GetCallingAttributionSource(ctx context.Context) (int64, error)
- func (c *ProviderClient) GetCallingAttributionTag(ctx context.Context) (string, error)
- func (c *ProviderClient) GetCallingPackage(ctx context.Context) (string, error)
- func (c *ProviderClient) GetCallingPackageUnchecked(ctx context.Context) (string, error)
- func (c *ProviderClient) GetContext(ctx context.Context) (int64, error)
- func (c *ProviderClient) GetPathPermissions(ctx context.Context) (int64, error)
- func (c *ProviderClient) GetReadPermission(ctx context.Context) (string, error)
- func (c *ProviderClient) GetStreamTypes(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *ProviderClient) GetType(ctx context.Context, arg0 int64) (string, error)
- func (c *ProviderClient) GetTypeAnonymous(ctx context.Context, arg0 int64) (string, error)
- func (c *ProviderClient) GetWritePermission(ctx context.Context) (string, error)
- func (c *ProviderClient) Insert2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ProviderClient) Insert3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *ProviderClient) OnCallingPackageChanged(ctx context.Context) error
- func (c *ProviderClient) OnConfigurationChanged(ctx context.Context, arg0 int64) error
- func (c *ProviderClient) OnCreate(ctx context.Context) (bool, error)
- func (c *ProviderClient) OnLowMemory(ctx context.Context) error
- func (c *ProviderClient) OnTrimMemory(ctx context.Context, arg0 int32) error
- func (c *ProviderClient) OpenAssetFile2(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *ProviderClient) OpenAssetFile3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
- func (c *ProviderClient) OpenFile2(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *ProviderClient) OpenFile3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
- func (c *ProviderClient) OpenTypedAssetFile3(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
- func (c *ProviderClient) OpenTypedAssetFile4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)
- func (c *ProviderClient) Query4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)
- func (c *ProviderClient) Query5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, ...) (int64, error)
- func (c *ProviderClient) Query6_2(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, ...) (int64, error)
- func (c *ProviderClient) Refresh(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)
- func (c *ProviderClient) RequireContext(ctx context.Context) (int64, error)
- func (c *ProviderClient) RestoreCallingIdentity(ctx context.Context, arg0 int64) error
- func (c *ProviderClient) Shutdown(ctx context.Context) error
- func (c *ProviderClient) Uncanonicalize(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderClient) Update3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int32, error)
- func (c *ProviderClient) Update4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int32, error)
- type ProviderClientClient
- func (c *ProviderClientClient) BulkInsert(ctx context.Context, arg0 int64, arg1 int64) (int32, error)
- func (c *ProviderClientClient) Call3(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error)
- func (c *ProviderClientClient) Call4_1(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 int64) (int64, error)
- func (c *ProviderClientClient) Canonicalize(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderClientClient) Close(ctx context.Context) error
- func (c *ProviderClientClient) Delete2(ctx context.Context, arg0 int64, arg1 int64) (int32, error)
- func (c *ProviderClientClient) Delete3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int32, error)
- func (c *ProviderClientClient) GetLocalContentProvider(ctx context.Context) (int64, error)
- func (c *ProviderClientClient) GetStreamTypes(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *ProviderClientClient) GetType(ctx context.Context, arg0 int64) (string, error)
- func (c *ProviderClientClient) Insert2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ProviderClientClient) Insert3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *ProviderClientClient) OpenAssetFile2(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *ProviderClientClient) OpenAssetFile3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
- func (c *ProviderClientClient) OpenFile2(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *ProviderClientClient) OpenFile3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
- func (c *ProviderClientClient) OpenTypedAssetFile(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)
- func (c *ProviderClientClient) OpenTypedAssetFileDescriptor3(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
- func (c *ProviderClientClient) OpenTypedAssetFileDescriptor4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)
- func (c *ProviderClientClient) Query4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)
- func (c *ProviderClientClient) Query5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, ...) (int64, error)
- func (c *ProviderClientClient) Query6_2(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, ...) (int64, error)
- func (c *ProviderClientClient) Refresh(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)
- func (c *ProviderClientClient) Release(ctx context.Context) (bool, error)
- func (c *ProviderClientClient) Uncanonicalize(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderClientClient) Update3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int32, error)
- func (c *ProviderClientClient) Update4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int32, error)
- type ProviderOperationBuilderClient
- func (c *ProviderOperationBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *ProviderOperationBuilderClient) WithExceptionAllowed(ctx context.Context, arg0 bool) (int64, error)
- func (c *ProviderOperationBuilderClient) WithExpectedCount(ctx context.Context, arg0 int32) (int64, error)
- func (c *ProviderOperationBuilderClient) WithExtra(ctx context.Context, arg0 string, arg1 int64) (int64, error)
- func (c *ProviderOperationBuilderClient) WithExtraBackReference2(ctx context.Context, arg0 string, arg1 int32) (int64, error)
- func (c *ProviderOperationBuilderClient) WithExtraBackReference3_1(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int64, error)
- func (c *ProviderOperationBuilderClient) WithExtras(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderOperationBuilderClient) WithSelection(ctx context.Context, arg0 string, arg1 int64) (int64, error)
- func (c *ProviderOperationBuilderClient) WithSelectionBackReference2(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *ProviderOperationBuilderClient) WithSelectionBackReference3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 string) (int64, error)
- func (c *ProviderOperationBuilderClient) WithValue(ctx context.Context, arg0 string, arg1 int64) (int64, error)
- func (c *ProviderOperationBuilderClient) WithValueBackReference2(ctx context.Context, arg0 string, arg1 int32) (int64, error)
- func (c *ProviderOperationBuilderClient) WithValueBackReference3_1(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int64, error)
- func (c *ProviderOperationBuilderClient) WithValueBackReferences(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderOperationBuilderClient) WithValues(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderOperationBuilderClient) WithYieldAllowed(ctx context.Context, arg0 bool) (int64, error)
- type ProviderOperationClient
- func (c *ProviderOperationClient) Apply(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (int64, error)
- func (c *ProviderOperationClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *ProviderOperationClient) GetUri(ctx context.Context) (int64, error)
- func (c *ProviderOperationClient) IsAssertQuery(ctx context.Context) (bool, error)
- func (c *ProviderOperationClient) IsCall(ctx context.Context) (bool, error)
- func (c *ProviderOperationClient) IsDelete(ctx context.Context) (bool, error)
- func (c *ProviderOperationClient) IsExceptionAllowed(ctx context.Context) (bool, error)
- func (c *ProviderOperationClient) IsInsert(ctx context.Context) (bool, error)
- func (c *ProviderOperationClient) IsReadOperation(ctx context.Context) (bool, error)
- func (c *ProviderOperationClient) IsUpdate(ctx context.Context) (bool, error)
- func (c *ProviderOperationClient) IsWriteOperation(ctx context.Context) (bool, error)
- func (c *ProviderOperationClient) IsYieldAllowed(ctx context.Context) (bool, error)
- func (c *ProviderOperationClient) NewAssertQuery(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderOperationClient) NewCall(ctx context.Context, arg0 int64, arg1 string, arg2 string) (int64, error)
- func (c *ProviderOperationClient) NewDelete(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderOperationClient) NewInsert(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderOperationClient) NewUpdate(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderOperationClient) ResolveExtrasBackReferences(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *ProviderOperationClient) ResolveSelectionArgsBackReferences(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *ProviderOperationClient) ResolveValueBackReferences(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *ProviderOperationClient) ToString(ctx context.Context) (string, error)
- func (c *ProviderOperationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type ProviderResultClient
- type QueryMapClient
- type ResourcesClient
- func (c *ResourcesClient) AddLoaders(ctx context.Context, handle int64, arg0 int64) error
- func (c *ResourcesClient) FinishPreloading(ctx context.Context, handle int64) error
- func (c *ResourcesClient) FlushLayoutCache(ctx context.Context, handle int64) error
- func (c *ResourcesClient) GetAnimation(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) GetAssets(ctx context.Context, handle int64) (int64, error)
- func (c *ResourcesClient) GetAttributeSetSourceResId(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ResourcesClient) GetBoolean(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *ResourcesClient) GetColor1(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *ResourcesClient) GetColor2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int32, error)
- func (c *ResourcesClient) GetColorStateList1(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) GetColorStateList2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
- func (c *ResourcesClient) GetConfiguration(ctx context.Context, handle int64) (int64, error)
- func (c *ResourcesClient) GetDimension(ctx context.Context, handle int64, arg0 int32) (float32, error)
- func (c *ResourcesClient) GetDimensionPixelOffset(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *ResourcesClient) GetDimensionPixelSize(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *ResourcesClient) GetDisplayMetrics(ctx context.Context, handle int64) (int64, error)
- func (c *ResourcesClient) GetDrawable1(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) GetDrawable2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
- func (c *ResourcesClient) GetDrawableForDensity2(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)
- func (c *ResourcesClient) GetDrawableForDensity3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (int64, error)
- func (c *ResourcesClient) GetFloat(ctx context.Context, handle int64, arg0 int32) (float32, error)
- func (c *ResourcesClient) GetFont(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) GetFraction(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) (float32, error)
- func (c *ResourcesClient) GetIdentifier(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string) (int32, error)
- func (c *ResourcesClient) GetIntArray(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) GetInteger(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *ResourcesClient) GetLayout(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) GetMovie(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) GetQuantityString2(ctx context.Context, handle int64, arg0 int32, arg1 int32) (string, error)
- func (c *ResourcesClient) GetQuantityString3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (string, error)
- func (c *ResourcesClient) GetQuantityText(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)
- func (c *ResourcesClient) GetResourceEntryName(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *ResourcesClient) GetResourceName(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *ResourcesClient) GetResourcePackageName(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *ResourcesClient) GetResourceTypeName(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *ResourcesClient) GetString1(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *ResourcesClient) GetString2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (string, error)
- func (c *ResourcesClient) GetStringArray(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) GetSystem(ctx context.Context, handle int64) (int64, error)
- func (c *ResourcesClient) GetText1(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) GetText2_1(ctx context.Context, handle int64, arg0 int32, arg1 string) (int64, error)
- func (c *ResourcesClient) GetTextArray(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) GetValue3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 bool) error
- func (c *ResourcesClient) GetValue3_1(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 bool) error
- func (c *ResourcesClient) GetValueForDensity(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error
- func (c *ResourcesClient) GetXml(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) NewTheme(ctx context.Context, handle int64) (int64, error)
- func (c *ResourcesClient) ObtainAttributes(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
- func (c *ResourcesClient) ObtainTypedArray(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) OpenRawResource1(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) OpenRawResource2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
- func (c *ResourcesClient) OpenRawResourceFd(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ResourcesClient) ParseBundleExtra(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64) error
- func (c *ResourcesClient) ParseBundleExtras(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *ResourcesClient) RegisterResourcePaths(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- func (c *ResourcesClient) RemoveLoaders(ctx context.Context, handle int64, arg0 int64) error
- func (c *ResourcesClient) UpdateConfiguration(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- type ResourcesThemeClient
- func (c *ResourcesThemeClient) ApplyStyle(ctx context.Context, arg0 int32, arg1 bool) error
- func (c *ResourcesThemeClient) Dump(ctx context.Context, arg0 int32, arg1 string, arg2 string) error
- func (c *ResourcesThemeClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *ResourcesThemeClient) GetAttributeResolutionStack(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (int64, error)
- func (c *ResourcesThemeClient) GetChangingConfigurations(ctx context.Context) (int32, error)
- func (c *ResourcesThemeClient) GetDrawable(ctx context.Context, arg0 int32) (int64, error)
- func (c *ResourcesThemeClient) GetExplicitStyle(ctx context.Context, arg0 int64) (int32, error)
- func (c *ResourcesThemeClient) GetResources(ctx context.Context) (int64, error)
- func (c *ResourcesThemeClient) HashCode(ctx context.Context) (int32, error)
- func (c *ResourcesThemeClient) ObtainStyledAttributes1_2(ctx context.Context, arg0 int64) (int64, error)
- func (c *ResourcesThemeClient) ObtainStyledAttributes2_1(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
- func (c *ResourcesThemeClient) ObtainStyledAttributes4(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) (int64, error)
- func (c *ResourcesThemeClient) Rebase(ctx context.Context) error
- func (c *ResourcesThemeClient) ResolveAttribute(ctx context.Context, arg0 int32, arg1 int64, arg2 bool) (bool, error)
- func (c *ResourcesThemeClient) SetTo(ctx context.Context, arg0 int64) error
- func (c *ResourcesThemeClient) ToString(ctx context.Context) (string, error)
- type RestrictionEntryClient
- func (c *RestrictionEntryClient) CreateBundleArrayEntry(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error)
- func (c *RestrictionEntryClient) CreateBundleEntry(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error)
- func (c *RestrictionEntryClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *RestrictionEntryClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *RestrictionEntryClient) GetAllSelectedStrings(ctx context.Context, handle int64) (int64, error)
- func (c *RestrictionEntryClient) GetChoiceEntries(ctx context.Context, handle int64) (int64, error)
- func (c *RestrictionEntryClient) GetChoiceValues(ctx context.Context, handle int64) (int64, error)
- func (c *RestrictionEntryClient) GetDescription(ctx context.Context, handle int64) (string, error)
- func (c *RestrictionEntryClient) GetIntValue(ctx context.Context, handle int64) (int32, error)
- func (c *RestrictionEntryClient) GetKey(ctx context.Context, handle int64) (string, error)
- func (c *RestrictionEntryClient) GetRestrictions(ctx context.Context, handle int64) (int64, error)
- func (c *RestrictionEntryClient) GetSelectedState(ctx context.Context, handle int64) (bool, error)
- func (c *RestrictionEntryClient) GetSelectedString(ctx context.Context, handle int64) (string, error)
- func (c *RestrictionEntryClient) GetTitle(ctx context.Context, handle int64) (string, error)
- func (c *RestrictionEntryClient) GetType(ctx context.Context, handle int64) (int32, error)
- func (c *RestrictionEntryClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *RestrictionEntryClient) SetAllSelectedStrings(ctx context.Context, handle int64, arg0 int64) error
- func (c *RestrictionEntryClient) SetChoiceEntries1_1(ctx context.Context, handle int64, arg0 int64) error
- func (c *RestrictionEntryClient) SetChoiceEntries2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- func (c *RestrictionEntryClient) SetChoiceValues1_1(ctx context.Context, handle int64, arg0 int64) error
- func (c *RestrictionEntryClient) SetChoiceValues2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- func (c *RestrictionEntryClient) SetDescription(ctx context.Context, handle int64, arg0 string) error
- func (c *RestrictionEntryClient) SetIntValue(ctx context.Context, handle int64, arg0 int32) error
- func (c *RestrictionEntryClient) SetRestrictions(ctx context.Context, handle int64, arg0 int64) error
- func (c *RestrictionEntryClient) SetSelectedState(ctx context.Context, handle int64, arg0 bool) error
- func (c *RestrictionEntryClient) SetSelectedString(ctx context.Context, handle int64, arg0 string) error
- func (c *RestrictionEntryClient) SetTitle(ctx context.Context, handle int64, arg0 string) error
- func (c *RestrictionEntryClient) SetType(ctx context.Context, handle int64, arg0 int32) error
- func (c *RestrictionEntryClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *RestrictionEntryClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type RestrictionsManagerClient
- func (c *RestrictionsManagerClient) CreateLocalApprovalIntent(ctx context.Context) (int64, error)
- func (c *RestrictionsManagerClient) GetApplicationRestrictions(ctx context.Context) (int64, error)
- func (c *RestrictionsManagerClient) GetApplicationRestrictionsPerAdmin(ctx context.Context) (int64, error)
- func (c *RestrictionsManagerClient) GetManifestRestrictions(ctx context.Context, arg0 string) (int64, error)
- func (c *RestrictionsManagerClient) HasRestrictionsProvider(ctx context.Context) (bool, error)
- func (c *RestrictionsManagerClient) NotifyPermissionResponse(ctx context.Context, arg0 string, arg1 int64) error
- func (c *RestrictionsManagerClient) RequestPermission(ctx context.Context, arg0 string, arg1 string, arg2 int64) error
- type SearchRecentSuggestionsProviderClient
- func (c *SearchRecentSuggestionsProviderClient) Delete(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int32, error)
- func (c *SearchRecentSuggestionsProviderClient) GetType(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *SearchRecentSuggestionsProviderClient) Insert(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
- func (c *SearchRecentSuggestionsProviderClient) OnCreate(ctx context.Context, handle int64) (bool, error)
- func (c *SearchRecentSuggestionsProviderClient) Query(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (int64, error)
- func (c *SearchRecentSuggestionsProviderClient) Update(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (int32, error)
- type ServiceConnectionClient
- type SyncAdapterTypeClient
- func (c *SyncAdapterTypeClient) AllowParallelSyncs(ctx context.Context, handle int64) (bool, error)
- func (c *SyncAdapterTypeClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *SyncAdapterTypeClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *SyncAdapterTypeClient) GetSettingsActivity(ctx context.Context, handle int64) (string, error)
- func (c *SyncAdapterTypeClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *SyncAdapterTypeClient) IsAlwaysSyncable(ctx context.Context, handle int64) (bool, error)
- func (c *SyncAdapterTypeClient) IsUserVisible(ctx context.Context, handle int64) (bool, error)
- func (c *SyncAdapterTypeClient) NewKey(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error)
- func (c *SyncAdapterTypeClient) SupportsUploading(ctx context.Context, handle int64) (bool, error)
- func (c *SyncAdapterTypeClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *SyncAdapterTypeClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type SyncContextClient
- type SyncInfoClient
- type SyncRequestBuilderClient
- func (c *SyncRequestBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *SyncRequestBuilderClient) SetDisallowMetered(ctx context.Context, arg0 bool) (int64, error)
- func (c *SyncRequestBuilderClient) SetExpedited(ctx context.Context, arg0 bool) (int64, error)
- func (c *SyncRequestBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error)
- func (c *SyncRequestBuilderClient) SetIgnoreBackoff(ctx context.Context, arg0 bool) (int64, error)
- func (c *SyncRequestBuilderClient) SetIgnoreSettings(ctx context.Context, arg0 bool) (int64, error)
- func (c *SyncRequestBuilderClient) SetManual(ctx context.Context, arg0 bool) (int64, error)
- func (c *SyncRequestBuilderClient) SetNoRetry(ctx context.Context, arg0 bool) (int64, error)
- func (c *SyncRequestBuilderClient) SetRequiresCharging(ctx context.Context, arg0 bool) (int64, error)
- func (c *SyncRequestBuilderClient) SetScheduleAsExpeditedJob(ctx context.Context, arg0 bool) (int64, error)
- func (c *SyncRequestBuilderClient) SetSyncAdapter(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *SyncRequestBuilderClient) SyncOnce(ctx context.Context) (int64, error)
- func (c *SyncRequestBuilderClient) SyncPeriodic(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- type SyncRequestClient
- type SyncResultClient
- func (c *SyncResultClient) Clear(ctx context.Context, handle int64) error
- func (c *SyncResultClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *SyncResultClient) HasError(ctx context.Context, handle int64) (bool, error)
- func (c *SyncResultClient) HasHardError(ctx context.Context, handle int64) (bool, error)
- func (c *SyncResultClient) HasSoftError(ctx context.Context, handle int64) (bool, error)
- func (c *SyncResultClient) MadeSomeProgress(ctx context.Context, handle int64) (bool, error)
- func (c *SyncResultClient) ToDebugString(ctx context.Context, handle int64) (string, error)
- func (c *SyncResultClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *SyncResultClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type SyncStatsClient
- func (c *SyncStatsClient) Clear(ctx context.Context, handle int64) error
- func (c *SyncStatsClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *SyncStatsClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *SyncStatsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type SyncStatusObserverClient
- type UriMatcherClient
- type UriPermissionClient
- func (c *UriPermissionClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *UriPermissionClient) GetPersistedTime(ctx context.Context) (int64, error)
- func (c *UriPermissionClient) GetUri(ctx context.Context) (int64, error)
- func (c *UriPermissionClient) IsReadPermission(ctx context.Context) (bool, error)
- func (c *UriPermissionClient) IsWritePermission(ctx context.Context) (bool, error)
- func (c *UriPermissionClient) ToString(ctx context.Context) (string, error)
- func (c *UriPermissionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type UriRelativeFilterClient
- func (c *UriRelativeFilterClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *UriRelativeFilterClient) GetFilter(ctx context.Context, handle int64) (string, error)
- func (c *UriRelativeFilterClient) GetPatternType(ctx context.Context, handle int64) (int32, error)
- func (c *UriRelativeFilterClient) GetUriPart(ctx context.Context, handle int64) (int32, error)
- func (c *UriRelativeFilterClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *UriRelativeFilterClient) MatchData(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *UriRelativeFilterClient) ToString(ctx context.Context, handle int64) (string, error)
- type UriRelativeFilterGroupClient
- func (c *UriRelativeFilterGroupClient) AddUriRelativeFilter(ctx context.Context, handle int64, arg0 int64) error
- func (c *UriRelativeFilterGroupClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *UriRelativeFilterGroupClient) GetAction(ctx context.Context, handle int64) (int32, error)
- func (c *UriRelativeFilterGroupClient) GetUriRelativeFilters(ctx context.Context, handle int64) (int64, error)
- func (c *UriRelativeFilterGroupClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *UriRelativeFilterGroupClient) MatchData(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *UriRelativeFilterGroupClient) ToString(ctx context.Context, handle int64) (string, error)
- type UrisClient
- func (c *UrisClient) AppendId(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
- func (c *UrisClient) ParseId(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *UrisClient) RemoveId(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *UrisClient) WithAppendedId(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
- type ValuesClient
- func (c *ValuesClient) Clear(ctx context.Context, handle int64) error
- func (c *ValuesClient) ContainsKey(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *ValuesClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *ValuesClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ValuesClient) Get(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ValuesClient) GetAsBoolean(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ValuesClient) GetAsByte(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ValuesClient) GetAsByteArray(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ValuesClient) GetAsDouble(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ValuesClient) GetAsFloat(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ValuesClient) GetAsInteger(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ValuesClient) GetAsLong(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ValuesClient) GetAsShort(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ValuesClient) GetAsString(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ValuesClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *ValuesClient) IsEmpty(ctx context.Context, handle int64) (bool, error)
- func (c *ValuesClient) KeySet(ctx context.Context, handle int64) (int64, error)
- func (c *ValuesClient) Put2(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- func (c *ValuesClient) Put2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- func (c *ValuesClient) Put2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- func (c *ValuesClient) Put2_3(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- func (c *ValuesClient) Put2_4(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- func (c *ValuesClient) Put2_5(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- func (c *ValuesClient) Put2_6(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- func (c *ValuesClient) Put2_7(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- func (c *ValuesClient) Put2_8(ctx context.Context, handle int64, arg0 string, arg1 string) error
- func (c *ValuesClient) PutAll(ctx context.Context, handle int64, arg0 int64) error
- func (c *ValuesClient) PutNull(ctx context.Context, handle int64, arg0 string) error
- func (c *ValuesClient) Remove(ctx context.Context, handle int64, arg0 string) error
- func (c *ValuesClient) Size(ctx context.Context, handle int64) (int32, error)
- func (c *ValuesClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *ValuesClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbstractThreadedSyncAdapterClient ¶
type AbstractThreadedSyncAdapterClient struct {
// contains filtered or unexported fields
}
AbstractThreadedSyncAdapterClient wraps the gRPC AbstractThreadedSyncAdapterService client.
func NewAbstractThreadedSyncAdapterClient ¶
func NewAbstractThreadedSyncAdapterClient(cc grpc.ClientConnInterface) *AbstractThreadedSyncAdapterClient
NewAbstractThreadedSyncAdapterClient creates a new AbstractThreadedSyncAdapter client.
func (*AbstractThreadedSyncAdapterClient) GetContext ¶
func (c *AbstractThreadedSyncAdapterClient) GetContext(ctx context.Context) (int64, error)
GetContext calls the GetContext RPC.
func (*AbstractThreadedSyncAdapterClient) GetSyncAdapterBinder ¶
func (c *AbstractThreadedSyncAdapterClient) GetSyncAdapterBinder(ctx context.Context) (int64, error)
GetSyncAdapterBinder calls the GetSyncAdapterBinder RPC.
func (*AbstractThreadedSyncAdapterClient) OnPerformSync ¶
func (c *AbstractThreadedSyncAdapterClient) OnPerformSync(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 int64) error
OnPerformSync calls the OnPerformSync RPC.
func (*AbstractThreadedSyncAdapterClient) OnSecurityException ¶
func (c *AbstractThreadedSyncAdapterClient) OnSecurityException(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) error
OnSecurityException calls the OnSecurityException RPC.
func (*AbstractThreadedSyncAdapterClient) OnSyncCanceled0 ¶
func (c *AbstractThreadedSyncAdapterClient) OnSyncCanceled0(ctx context.Context) error
OnSyncCanceled0 calls the OnSyncCanceled0 RPC.
func (*AbstractThreadedSyncAdapterClient) OnSyncCanceled1_1 ¶
func (c *AbstractThreadedSyncAdapterClient) OnSyncCanceled1_1(ctx context.Context, arg0 int64) error
OnSyncCanceled1_1 calls the OnSyncCanceled1_1 RPC.
func (*AbstractThreadedSyncAdapterClient) OnUnsyncableAccount ¶
func (c *AbstractThreadedSyncAdapterClient) OnUnsyncableAccount(ctx context.Context) (bool, error)
OnUnsyncableAccount calls the OnUnsyncableAccount RPC.
type AsyncQueryHandlerClient ¶
type AsyncQueryHandlerClient struct {
// contains filtered or unexported fields
}
AsyncQueryHandlerClient wraps the gRPC AsyncQueryHandlerService client.
func NewAsyncQueryHandlerClient ¶
func NewAsyncQueryHandlerClient(cc grpc.ClientConnInterface) *AsyncQueryHandlerClient
NewAsyncQueryHandlerClient creates a new AsyncQueryHandler client.
func (*AsyncQueryHandlerClient) CancelOperation ¶
func (c *AsyncQueryHandlerClient) CancelOperation(ctx context.Context, arg0 int32) error
CancelOperation calls the CancelOperation RPC.
func (*AsyncQueryHandlerClient) HandleMessage ¶
func (c *AsyncQueryHandlerClient) HandleMessage(ctx context.Context, arg0 int64) error
HandleMessage calls the HandleMessage RPC.
func (*AsyncQueryHandlerClient) StartDelete ¶
func (c *AsyncQueryHandlerClient) StartDelete(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 string, arg4 int64) error
StartDelete calls the StartDelete RPC.
func (*AsyncQueryHandlerClient) StartInsert ¶
func (c *AsyncQueryHandlerClient) StartInsert(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int64) error
StartInsert calls the StartInsert RPC.
type AsyncQueryHandlerWorkerHandlerClient ¶
type AsyncQueryHandlerWorkerHandlerClient struct {
// contains filtered or unexported fields
}
AsyncQueryHandlerWorkerHandlerClient wraps the gRPC AsyncQueryHandlerWorkerHandlerService client.
func NewAsyncQueryHandlerWorkerHandlerClient ¶
func NewAsyncQueryHandlerWorkerHandlerClient(cc grpc.ClientConnInterface) *AsyncQueryHandlerWorkerHandlerClient
NewAsyncQueryHandlerWorkerHandlerClient creates a new AsyncQueryHandlerWorkerHandler client.
func (*AsyncQueryHandlerWorkerHandlerClient) HandleMessage ¶
func (c *AsyncQueryHandlerWorkerHandlerClient) HandleMessage(ctx context.Context, arg0 int64) error
HandleMessage calls the HandleMessage RPC.
type AsyncTaskLoaderClient ¶
type AsyncTaskLoaderClient struct {
// contains filtered or unexported fields
}
AsyncTaskLoaderClient wraps the gRPC AsyncTaskLoaderService client.
func NewAsyncTaskLoaderClient ¶
func NewAsyncTaskLoaderClient(cc grpc.ClientConnInterface) *AsyncTaskLoaderClient
NewAsyncTaskLoaderClient creates a new AsyncTaskLoader client.
func (*AsyncTaskLoaderClient) CancelLoadInBackground ¶
func (c *AsyncTaskLoaderClient) CancelLoadInBackground(ctx context.Context) error
CancelLoadInBackground calls the CancelLoadInBackground RPC.
func (*AsyncTaskLoaderClient) Dump ¶
func (c *AsyncTaskLoaderClient) Dump(ctx context.Context, arg0 string, arg1 int64, arg2 int64, arg3 int64) error
Dump calls the Dump RPC.
func (*AsyncTaskLoaderClient) IsLoadInBackgroundCanceled ¶
func (c *AsyncTaskLoaderClient) IsLoadInBackgroundCanceled(ctx context.Context) (bool, error)
IsLoadInBackgroundCanceled calls the IsLoadInBackgroundCanceled RPC.
func (*AsyncTaskLoaderClient) SetUpdateThrottle ¶
func (c *AsyncTaskLoaderClient) SetUpdateThrottle(ctx context.Context, arg0 int64) error
SetUpdateThrottle calls the SetUpdateThrottle RPC.
type AttributionSourceBuilderClient ¶
type AttributionSourceBuilderClient struct {
// contains filtered or unexported fields
}
AttributionSourceBuilderClient wraps the gRPC AttributionSourceBuilderService client.
func NewAttributionSourceBuilderClient ¶
func NewAttributionSourceBuilderClient(cc grpc.ClientConnInterface) *AttributionSourceBuilderClient
NewAttributionSourceBuilderClient creates a new AttributionSourceBuilder client.
func (*AttributionSourceBuilderClient) Build ¶
func (c *AttributionSourceBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*AttributionSourceBuilderClient) SetAttributionTag ¶
func (c *AttributionSourceBuilderClient) SetAttributionTag(ctx context.Context, arg0 string) (int64, error)
SetAttributionTag calls the SetAttributionTag RPC.
func (*AttributionSourceBuilderClient) SetDeviceId ¶
func (c *AttributionSourceBuilderClient) SetDeviceId(ctx context.Context, arg0 int32) (int64, error)
SetDeviceId calls the SetDeviceId RPC.
func (*AttributionSourceBuilderClient) SetPackageName ¶
func (c *AttributionSourceBuilderClient) SetPackageName(ctx context.Context, arg0 string) (int64, error)
SetPackageName calls the SetPackageName RPC.
type AttributionSourceClient ¶
type AttributionSourceClient struct {
// contains filtered or unexported fields
}
AttributionSourceClient wraps the gRPC AttributionSourceService client.
func NewAttributionSourceClient ¶
func NewAttributionSourceClient(cc grpc.ClientConnInterface) *AttributionSourceClient
NewAttributionSourceClient creates a new AttributionSource client.
func (*AttributionSourceClient) CheckCallingUid ¶
func (c *AttributionSourceClient) CheckCallingUid(ctx context.Context) (bool, error)
CheckCallingUid calls the CheckCallingUid RPC.
func (*AttributionSourceClient) DescribeContents ¶
func (c *AttributionSourceClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AttributionSourceClient) EnforceCallingUid ¶
func (c *AttributionSourceClient) EnforceCallingUid(ctx context.Context) error
EnforceCallingUid calls the EnforceCallingUid RPC.
func (*AttributionSourceClient) GetAttributionTag ¶
func (c *AttributionSourceClient) GetAttributionTag(ctx context.Context) (string, error)
GetAttributionTag calls the GetAttributionTag RPC.
func (*AttributionSourceClient) GetDeviceId ¶
func (c *AttributionSourceClient) GetDeviceId(ctx context.Context) (int32, error)
GetDeviceId calls the GetDeviceId RPC.
func (*AttributionSourceClient) GetNext ¶
func (c *AttributionSourceClient) GetNext(ctx context.Context) (int64, error)
GetNext calls the GetNext RPC.
func (*AttributionSourceClient) GetPackageName ¶
func (c *AttributionSourceClient) GetPackageName(ctx context.Context) (string, error)
GetPackageName calls the GetPackageName RPC.
func (*AttributionSourceClient) GetPid ¶
func (c *AttributionSourceClient) GetPid(ctx context.Context) (int32, error)
GetPid calls the GetPid RPC.
func (*AttributionSourceClient) GetUid ¶
func (c *AttributionSourceClient) GetUid(ctx context.Context) (int32, error)
GetUid calls the GetUid RPC.
func (*AttributionSourceClient) HashCode ¶
func (c *AttributionSourceClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*AttributionSourceClient) MyAttributionSource ¶
func (c *AttributionSourceClient) MyAttributionSource(ctx context.Context) (int64, error)
MyAttributionSource calls the MyAttributionSource RPC.
func (*AttributionSourceClient) ToString ¶
func (c *AttributionSourceClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*AttributionSourceClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type BroadcastReceiverClient ¶
type BroadcastReceiverClient struct {
// contains filtered or unexported fields
}
BroadcastReceiverClient wraps the gRPC BroadcastReceiverService client.
func NewBroadcastReceiverClient ¶
func NewBroadcastReceiverClient(cc grpc.ClientConnInterface) *BroadcastReceiverClient
NewBroadcastReceiverClient creates a new BroadcastReceiver client.
func (*BroadcastReceiverClient) AbortBroadcast ¶
func (c *BroadcastReceiverClient) AbortBroadcast(ctx context.Context) error
AbortBroadcast calls the AbortBroadcast RPC.
func (*BroadcastReceiverClient) ClearAbortBroadcast ¶
func (c *BroadcastReceiverClient) ClearAbortBroadcast(ctx context.Context) error
ClearAbortBroadcast calls the ClearAbortBroadcast RPC.
func (*BroadcastReceiverClient) GetAbortBroadcast ¶
func (c *BroadcastReceiverClient) GetAbortBroadcast(ctx context.Context) (bool, error)
GetAbortBroadcast calls the GetAbortBroadcast RPC.
func (*BroadcastReceiverClient) GetDebugUnregister ¶
func (c *BroadcastReceiverClient) GetDebugUnregister(ctx context.Context) (bool, error)
GetDebugUnregister calls the GetDebugUnregister RPC.
func (*BroadcastReceiverClient) GetResultCode ¶
func (c *BroadcastReceiverClient) GetResultCode(ctx context.Context) (int32, error)
GetResultCode calls the GetResultCode RPC.
func (*BroadcastReceiverClient) GetResultData ¶
func (c *BroadcastReceiverClient) GetResultData(ctx context.Context) (string, error)
GetResultData calls the GetResultData RPC.
func (*BroadcastReceiverClient) GetResultExtras ¶
GetResultExtras calls the GetResultExtras RPC.
func (*BroadcastReceiverClient) GetSentFromPackage ¶
func (c *BroadcastReceiverClient) GetSentFromPackage(ctx context.Context) (string, error)
GetSentFromPackage calls the GetSentFromPackage RPC.
func (*BroadcastReceiverClient) GetSentFromUid ¶
func (c *BroadcastReceiverClient) GetSentFromUid(ctx context.Context) (int32, error)
GetSentFromUid calls the GetSentFromUid RPC.
func (*BroadcastReceiverClient) GoAsync ¶
func (c *BroadcastReceiverClient) GoAsync(ctx context.Context) (int64, error)
GoAsync calls the GoAsync RPC.
func (*BroadcastReceiverClient) IsInitialStickyBroadcast ¶
func (c *BroadcastReceiverClient) IsInitialStickyBroadcast(ctx context.Context) (bool, error)
IsInitialStickyBroadcast calls the IsInitialStickyBroadcast RPC.
func (*BroadcastReceiverClient) IsOrderedBroadcast ¶
func (c *BroadcastReceiverClient) IsOrderedBroadcast(ctx context.Context) (bool, error)
IsOrderedBroadcast calls the IsOrderedBroadcast RPC.
func (*BroadcastReceiverClient) PeekService ¶
func (c *BroadcastReceiverClient) PeekService(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
PeekService calls the PeekService RPC.
func (*BroadcastReceiverClient) SetDebugUnregister ¶
func (c *BroadcastReceiverClient) SetDebugUnregister(ctx context.Context, arg0 bool) error
SetDebugUnregister calls the SetDebugUnregister RPC.
func (*BroadcastReceiverClient) SetOrderedHint ¶
func (c *BroadcastReceiverClient) SetOrderedHint(ctx context.Context, arg0 bool) error
SetOrderedHint calls the SetOrderedHint RPC.
func (*BroadcastReceiverClient) SetResult ¶
func (c *BroadcastReceiverClient) SetResult(ctx context.Context, arg0 int32, arg1 string, arg2 int64) error
SetResult calls the SetResult RPC.
func (*BroadcastReceiverClient) SetResultCode ¶
func (c *BroadcastReceiverClient) SetResultCode(ctx context.Context, arg0 int32) error
SetResultCode calls the SetResultCode RPC.
func (*BroadcastReceiverClient) SetResultData ¶
func (c *BroadcastReceiverClient) SetResultData(ctx context.Context, arg0 string) error
SetResultData calls the SetResultData RPC.
func (*BroadcastReceiverClient) SetResultExtras ¶
func (c *BroadcastReceiverClient) SetResultExtras(ctx context.Context, arg0 int64) error
SetResultExtras calls the SetResultExtras RPC.
type BroadcastReceiverPendingResultClient ¶
type BroadcastReceiverPendingResultClient struct {
// contains filtered or unexported fields
}
BroadcastReceiverPendingResultClient wraps the gRPC BroadcastReceiverPendingResultService client.
func NewBroadcastReceiverPendingResultClient ¶
func NewBroadcastReceiverPendingResultClient(cc grpc.ClientConnInterface) *BroadcastReceiverPendingResultClient
NewBroadcastReceiverPendingResultClient creates a new BroadcastReceiverPendingResult client.
func (*BroadcastReceiverPendingResultClient) AbortBroadcast ¶
func (c *BroadcastReceiverPendingResultClient) AbortBroadcast(ctx context.Context) error
AbortBroadcast calls the AbortBroadcast RPC.
func (*BroadcastReceiverPendingResultClient) ClearAbortBroadcast ¶
func (c *BroadcastReceiverPendingResultClient) ClearAbortBroadcast(ctx context.Context) error
ClearAbortBroadcast calls the ClearAbortBroadcast RPC.
func (*BroadcastReceiverPendingResultClient) Finish ¶
func (c *BroadcastReceiverPendingResultClient) Finish(ctx context.Context) error
Finish calls the Finish RPC.
func (*BroadcastReceiverPendingResultClient) GetAbortBroadcast ¶
func (c *BroadcastReceiverPendingResultClient) GetAbortBroadcast(ctx context.Context) (bool, error)
GetAbortBroadcast calls the GetAbortBroadcast RPC.
func (*BroadcastReceiverPendingResultClient) GetResultCode ¶
func (c *BroadcastReceiverPendingResultClient) GetResultCode(ctx context.Context) (int32, error)
GetResultCode calls the GetResultCode RPC.
func (*BroadcastReceiverPendingResultClient) GetResultData ¶
func (c *BroadcastReceiverPendingResultClient) GetResultData(ctx context.Context) (string, error)
GetResultData calls the GetResultData RPC.
func (*BroadcastReceiverPendingResultClient) GetResultExtras ¶
func (c *BroadcastReceiverPendingResultClient) GetResultExtras(ctx context.Context, arg0 bool) (int64, error)
GetResultExtras calls the GetResultExtras RPC.
func (*BroadcastReceiverPendingResultClient) SetResult ¶
func (c *BroadcastReceiverPendingResultClient) SetResult(ctx context.Context, arg0 int32, arg1 string, arg2 int64) error
SetResult calls the SetResult RPC.
func (*BroadcastReceiverPendingResultClient) SetResultCode ¶
func (c *BroadcastReceiverPendingResultClient) SetResultCode(ctx context.Context, arg0 int32) error
SetResultCode calls the SetResultCode RPC.
func (*BroadcastReceiverPendingResultClient) SetResultData ¶
func (c *BroadcastReceiverPendingResultClient) SetResultData(ctx context.Context, arg0 string) error
SetResultData calls the SetResultData RPC.
func (*BroadcastReceiverPendingResultClient) SetResultExtras ¶
func (c *BroadcastReceiverPendingResultClient) SetResultExtras(ctx context.Context, arg0 int64) error
SetResultExtras calls the SetResultExtras RPC.
type ClipDescriptionClient ¶
type ClipDescriptionClient struct {
// contains filtered or unexported fields
}
ClipDescriptionClient wraps the gRPC ClipDescriptionService client.
func NewClipDescriptionClient ¶
func NewClipDescriptionClient(cc grpc.ClientConnInterface) *ClipDescriptionClient
NewClipDescriptionClient creates a new ClipDescription client.
func (*ClipDescriptionClient) CompareMimeTypes ¶
func (c *ClipDescriptionClient) CompareMimeTypes(ctx context.Context, handle int64, arg0 string, arg1 string) (bool, error)
CompareMimeTypes calls the CompareMimeTypes RPC.
func (*ClipDescriptionClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*ClipDescriptionClient) FilterMimeTypes ¶
func (c *ClipDescriptionClient) FilterMimeTypes(ctx context.Context, handle int64, arg0 string) (int64, error)
FilterMimeTypes calls the FilterMimeTypes RPC.
func (*ClipDescriptionClient) GetClassificationStatus ¶
func (c *ClipDescriptionClient) GetClassificationStatus(ctx context.Context, handle int64) (int32, error)
GetClassificationStatus calls the GetClassificationStatus RPC.
func (*ClipDescriptionClient) GetConfidenceScore ¶
func (c *ClipDescriptionClient) GetConfidenceScore(ctx context.Context, handle int64, arg0 string) (float32, error)
GetConfidenceScore calls the GetConfidenceScore RPC.
func (*ClipDescriptionClient) GetMimeType ¶
func (c *ClipDescriptionClient) GetMimeType(ctx context.Context, handle int64, arg0 int32) (string, error)
GetMimeType calls the GetMimeType RPC.
func (*ClipDescriptionClient) GetMimeTypeCount ¶
GetMimeTypeCount calls the GetMimeTypeCount RPC.
func (*ClipDescriptionClient) GetTimestamp ¶
GetTimestamp calls the GetTimestamp RPC.
func (*ClipDescriptionClient) HasMimeType ¶
func (c *ClipDescriptionClient) HasMimeType(ctx context.Context, handle int64, arg0 string) (bool, error)
HasMimeType calls the HasMimeType RPC.
func (*ClipDescriptionClient) IsStyledText ¶
IsStyledText calls the IsStyledText RPC.
func (*ClipDescriptionClient) WriteToParcel ¶
func (c *ClipDescriptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type ComponentCallbacks2Client ¶
type ComponentCallbacks2Client struct {
// contains filtered or unexported fields
}
ComponentCallbacks2Client wraps the gRPC ComponentCallbacks2Service client.
func NewComponentCallbacks2Client ¶
func NewComponentCallbacks2Client(cc grpc.ClientConnInterface) *ComponentCallbacks2Client
NewComponentCallbacks2Client creates a new ComponentCallbacks2 client.
func (*ComponentCallbacks2Client) OnTrimMemory ¶
func (c *ComponentCallbacks2Client) OnTrimMemory(ctx context.Context, arg0 int32) error
OnTrimMemory calls the OnTrimMemory RPC.
type ComponentCallbacksClient ¶
type ComponentCallbacksClient struct {
// contains filtered or unexported fields
}
ComponentCallbacksClient wraps the gRPC ComponentCallbacksService client.
func NewComponentCallbacksClient ¶
func NewComponentCallbacksClient(cc grpc.ClientConnInterface) *ComponentCallbacksClient
NewComponentCallbacksClient creates a new ComponentCallbacks client.
func (*ComponentCallbacksClient) OnConfigurationChanged ¶
func (c *ComponentCallbacksClient) OnConfigurationChanged(ctx context.Context, arg0 int64) error
OnConfigurationChanged calls the OnConfigurationChanged RPC.
func (*ComponentCallbacksClient) OnLowMemory ¶
func (c *ComponentCallbacksClient) OnLowMemory(ctx context.Context) error
OnLowMemory calls the OnLowMemory RPC.
type ComponentNameClient ¶
type ComponentNameClient struct {
// contains filtered or unexported fields
}
ComponentNameClient wraps the gRPC ComponentNameService client.
func NewComponentNameClient ¶
func NewComponentNameClient(cc grpc.ClientConnInterface) *ComponentNameClient
NewComponentNameClient creates a new ComponentName client.
func (*ComponentNameClient) CompareTo1 ¶
func (c *ComponentNameClient) CompareTo1(ctx context.Context, handle int64, arg0 int64) (int32, error)
CompareTo1 calls the CompareTo1 RPC.
func (*ComponentNameClient) CompareTo1_1 ¶
func (c *ComponentNameClient) CompareTo1_1(ctx context.Context, handle int64, arg0 int64) (int32, error)
CompareTo1_1 calls the CompareTo1_1 RPC.
func (*ComponentNameClient) CreateRelative2 ¶
func (c *ComponentNameClient) CreateRelative2(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error)
CreateRelative2 calls the CreateRelative2 RPC.
func (*ComponentNameClient) CreateRelative2_1 ¶
func (c *ComponentNameClient) CreateRelative2_1(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error)
CreateRelative2_1 calls the CreateRelative2_1 RPC.
func (*ComponentNameClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*ComponentNameClient) FlattenToShortString ¶
func (c *ComponentNameClient) FlattenToShortString(ctx context.Context, handle int64) (string, error)
FlattenToShortString calls the FlattenToShortString RPC.
func (*ComponentNameClient) FlattenToString ¶
FlattenToString calls the FlattenToString RPC.
func (*ComponentNameClient) GetClassName ¶
GetClassName calls the GetClassName RPC.
func (*ComponentNameClient) GetPackageName ¶
GetPackageName calls the GetPackageName RPC.
func (*ComponentNameClient) GetShortClassName ¶
GetShortClassName calls the GetShortClassName RPC.
func (*ComponentNameClient) ReadFromParcel ¶
func (c *ComponentNameClient) ReadFromParcel(ctx context.Context, handle int64, arg0 int64) (int64, error)
ReadFromParcel calls the ReadFromParcel RPC.
func (*ComponentNameClient) ToShortString ¶
ToShortString calls the ToShortString RPC.
func (*ComponentNameClient) UnflattenFromString ¶
func (c *ComponentNameClient) UnflattenFromString(ctx context.Context, handle int64, arg0 string) (int64, error)
UnflattenFromString calls the UnflattenFromString RPC.
func (*ComponentNameClient) WriteToParcel2 ¶
func (c *ComponentNameClient) WriteToParcel2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
WriteToParcel2 calls the WriteToParcel2 RPC.
func (*ComponentNameClient) WriteToParcel2_1 ¶
func (c *ComponentNameClient) WriteToParcel2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel2_1 calls the WriteToParcel2_1 RPC.
type ContextParamsBuilderClient ¶
type ContextParamsBuilderClient struct {
// contains filtered or unexported fields
}
ContextParamsBuilderClient wraps the gRPC ContextParamsBuilderService client.
func NewContextParamsBuilderClient ¶
func NewContextParamsBuilderClient(cc grpc.ClientConnInterface) *ContextParamsBuilderClient
NewContextParamsBuilderClient creates a new ContextParamsBuilder client.
func (*ContextParamsBuilderClient) Build ¶
func (c *ContextParamsBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*ContextParamsBuilderClient) SetAttributionTag ¶
func (c *ContextParamsBuilderClient) SetAttributionTag(ctx context.Context, arg0 string) (int64, error)
SetAttributionTag calls the SetAttributionTag RPC.
func (*ContextParamsBuilderClient) SetNextAttributionSource ¶
func (c *ContextParamsBuilderClient) SetNextAttributionSource(ctx context.Context, arg0 int64) (int64, error)
SetNextAttributionSource calls the SetNextAttributionSource RPC.
func (*ContextParamsBuilderClient) SetShouldRegisterAttributionSource ¶
func (c *ContextParamsBuilderClient) SetShouldRegisterAttributionSource(ctx context.Context, arg0 bool) (int64, error)
SetShouldRegisterAttributionSource calls the SetShouldRegisterAttributionSource RPC.
type ContextParamsClient ¶
type ContextParamsClient struct {
// contains filtered or unexported fields
}
ContextParamsClient wraps the gRPC ContextParamsService client.
func NewContextParamsClient ¶
func NewContextParamsClient(cc grpc.ClientConnInterface) *ContextParamsClient
NewContextParamsClient creates a new ContextParams client.
func (*ContextParamsClient) GetAttributionTag ¶
func (c *ContextParamsClient) GetAttributionTag(ctx context.Context) (string, error)
GetAttributionTag calls the GetAttributionTag RPC.
func (*ContextParamsClient) GetNextAttributionSource ¶
func (c *ContextParamsClient) GetNextAttributionSource(ctx context.Context) (int64, error)
GetNextAttributionSource calls the GetNextAttributionSource RPC.
func (*ContextParamsClient) ShouldRegisterAttributionSource ¶
func (c *ContextParamsClient) ShouldRegisterAttributionSource(ctx context.Context) (bool, error)
ShouldRegisterAttributionSource calls the ShouldRegisterAttributionSource RPC.
type ContextWrapperClient ¶
type ContextWrapperClient struct {
// contains filtered or unexported fields
}
ContextWrapperClient wraps the gRPC ContextWrapperService client.
func NewContextWrapperClient ¶
func NewContextWrapperClient(cc grpc.ClientConnInterface) *ContextWrapperClient
NewContextWrapperClient creates a new ContextWrapper client.
func (*ContextWrapperClient) BindIsolatedService ¶
func (c *ContextWrapperClient) BindIsolatedService(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 string, arg3 int64, arg4 int64) (bool, error)
BindIsolatedService calls the BindIsolatedService RPC.
func (*ContextWrapperClient) BindService3_1 ¶
func (c *ContextWrapperClient) BindService3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)
BindService3_1 calls the BindService3_1 RPC.
func (*ContextWrapperClient) BindService3_2 ¶
func (c *ContextWrapperClient) BindService3_2(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) (bool, error)
BindService3_2 calls the BindService3_2 RPC.
func (*ContextWrapperClient) BindService4 ¶
func (c *ContextWrapperClient) BindService4(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (bool, error)
BindService4 calls the BindService4 RPC.
func (*ContextWrapperClient) BindService4_3 ¶
func (c *ContextWrapperClient) BindService4_3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, arg3 int64) (bool, error)
BindService4_3 calls the BindService4_3 RPC.
func (*ContextWrapperClient) BindServiceAsUser4 ¶
func (c *ContextWrapperClient) BindServiceAsUser4(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (bool, error)
BindServiceAsUser4 calls the BindServiceAsUser4 RPC.
func (*ContextWrapperClient) BindServiceAsUser4_1 ¶
func (c *ContextWrapperClient) BindServiceAsUser4_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)
BindServiceAsUser4_1 calls the BindServiceAsUser4_1 RPC.
func (*ContextWrapperClient) CheckCallingOrSelfPermission ¶
func (c *ContextWrapperClient) CheckCallingOrSelfPermission(ctx context.Context, handle int64, arg0 string) (int32, error)
CheckCallingOrSelfPermission calls the CheckCallingOrSelfPermission RPC.
func (*ContextWrapperClient) CheckCallingOrSelfUriPermission ¶
func (c *ContextWrapperClient) CheckCallingOrSelfUriPermission(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int32, error)
CheckCallingOrSelfUriPermission calls the CheckCallingOrSelfUriPermission RPC.
func (*ContextWrapperClient) CheckCallingPermission ¶
func (c *ContextWrapperClient) CheckCallingPermission(ctx context.Context, handle int64, arg0 string) (int32, error)
CheckCallingPermission calls the CheckCallingPermission RPC.
func (*ContextWrapperClient) CheckCallingUriPermission ¶
func (c *ContextWrapperClient) CheckCallingUriPermission(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int32, error)
CheckCallingUriPermission calls the CheckCallingUriPermission RPC.
func (*ContextWrapperClient) CheckContentUriPermissionFull ¶
func (c *ContextWrapperClient) CheckContentUriPermissionFull(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, arg3 int32) (int32, error)
CheckContentUriPermissionFull calls the CheckContentUriPermissionFull RPC.
func (*ContextWrapperClient) CheckPermission ¶
func (c *ContextWrapperClient) CheckPermission(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) (int32, error)
CheckPermission calls the CheckPermission RPC.
func (*ContextWrapperClient) CheckSelfPermission ¶
func (c *ContextWrapperClient) CheckSelfPermission(ctx context.Context, handle int64, arg0 string) (int32, error)
CheckSelfPermission calls the CheckSelfPermission RPC.
func (*ContextWrapperClient) CheckUriPermission4 ¶
func (c *ContextWrapperClient) CheckUriPermission4(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, arg3 int32) (int32, error)
CheckUriPermission4 calls the CheckUriPermission4 RPC.
func (*ContextWrapperClient) CheckUriPermission6_1 ¶
func (c *ContextWrapperClient) CheckUriPermission6_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, arg3 int32, arg4 int32, arg5 int32) (int32, error)
CheckUriPermission6_1 calls the CheckUriPermission6_1 RPC.
func (*ContextWrapperClient) ClearWallpaper ¶
func (c *ContextWrapperClient) ClearWallpaper(ctx context.Context, handle int64) error
ClearWallpaper calls the ClearWallpaper RPC.
func (*ContextWrapperClient) CreateAttributionContext ¶
func (c *ContextWrapperClient) CreateAttributionContext(ctx context.Context, handle int64, arg0 string) (int64, error)
CreateAttributionContext calls the CreateAttributionContext RPC.
func (*ContextWrapperClient) CreateConfigurationContext ¶
func (c *ContextWrapperClient) CreateConfigurationContext(ctx context.Context, handle int64, arg0 int64) (int64, error)
CreateConfigurationContext calls the CreateConfigurationContext RPC.
func (*ContextWrapperClient) CreateContext ¶
func (c *ContextWrapperClient) CreateContext(ctx context.Context, handle int64, arg0 int64) (int64, error)
CreateContext calls the CreateContext RPC.
func (*ContextWrapperClient) CreateContextForSplit ¶
func (c *ContextWrapperClient) CreateContextForSplit(ctx context.Context, handle int64, arg0 string) (int64, error)
CreateContextForSplit calls the CreateContextForSplit RPC.
func (*ContextWrapperClient) CreateDeviceContext ¶
func (c *ContextWrapperClient) CreateDeviceContext(ctx context.Context, handle int64, arg0 int32) (int64, error)
CreateDeviceContext calls the CreateDeviceContext RPC.
func (*ContextWrapperClient) CreateDeviceProtectedStorageContext ¶
func (c *ContextWrapperClient) CreateDeviceProtectedStorageContext(ctx context.Context, handle int64) (int64, error)
CreateDeviceProtectedStorageContext calls the CreateDeviceProtectedStorageContext RPC.
func (*ContextWrapperClient) CreateDisplayContext ¶
func (c *ContextWrapperClient) CreateDisplayContext(ctx context.Context, handle int64, arg0 int64) (int64, error)
CreateDisplayContext calls the CreateDisplayContext RPC.
func (*ContextWrapperClient) CreatePackageContext ¶
func (c *ContextWrapperClient) CreatePackageContext(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
CreatePackageContext calls the CreatePackageContext RPC.
func (*ContextWrapperClient) CreateWindowContext2_1 ¶
func (c *ContextWrapperClient) CreateWindowContext2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
CreateWindowContext2_1 calls the CreateWindowContext2_1 RPC.
func (*ContextWrapperClient) CreateWindowContext3 ¶
func (c *ContextWrapperClient) CreateWindowContext3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (int64, error)
CreateWindowContext3 calls the CreateWindowContext3 RPC.
func (*ContextWrapperClient) DatabaseList ¶
DatabaseList calls the DatabaseList RPC.
func (*ContextWrapperClient) DeleteDatabase ¶
func (c *ContextWrapperClient) DeleteDatabase(ctx context.Context, handle int64, arg0 string) (bool, error)
DeleteDatabase calls the DeleteDatabase RPC.
func (*ContextWrapperClient) DeleteFile ¶
func (c *ContextWrapperClient) DeleteFile(ctx context.Context, handle int64, arg0 string) (bool, error)
DeleteFile calls the DeleteFile RPC.
func (*ContextWrapperClient) DeleteSharedPreferences ¶
func (c *ContextWrapperClient) DeleteSharedPreferences(ctx context.Context, handle int64, arg0 string) (bool, error)
DeleteSharedPreferences calls the DeleteSharedPreferences RPC.
func (*ContextWrapperClient) EnforceCallingOrSelfPermission ¶
func (c *ContextWrapperClient) EnforceCallingOrSelfPermission(ctx context.Context, handle int64, arg0 string, arg1 string) error
EnforceCallingOrSelfPermission calls the EnforceCallingOrSelfPermission RPC.
func (*ContextWrapperClient) EnforceCallingOrSelfUriPermission ¶
func (c *ContextWrapperClient) EnforceCallingOrSelfUriPermission(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 string) error
EnforceCallingOrSelfUriPermission calls the EnforceCallingOrSelfUriPermission RPC.
func (*ContextWrapperClient) EnforceCallingPermission ¶
func (c *ContextWrapperClient) EnforceCallingPermission(ctx context.Context, handle int64, arg0 string, arg1 string) error
EnforceCallingPermission calls the EnforceCallingPermission RPC.
func (*ContextWrapperClient) EnforceCallingUriPermission ¶
func (c *ContextWrapperClient) EnforceCallingUriPermission(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 string) error
EnforceCallingUriPermission calls the EnforceCallingUriPermission RPC.
func (*ContextWrapperClient) EnforcePermission ¶
func (c *ContextWrapperClient) EnforcePermission(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 string) error
EnforcePermission calls the EnforcePermission RPC.
func (*ContextWrapperClient) EnforceUriPermission5 ¶
func (c *ContextWrapperClient) EnforceUriPermission5(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 string) error
EnforceUriPermission5 calls the EnforceUriPermission5 RPC.
func (*ContextWrapperClient) EnforceUriPermission7_1 ¶
func (c *ContextWrapperClient) EnforceUriPermission7_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, arg3 int32, arg4 int32, arg5 int32, arg6 string) error
EnforceUriPermission7_1 calls the EnforceUriPermission7_1 RPC.
func (*ContextWrapperClient) GetApplicationContext ¶
func (c *ContextWrapperClient) GetApplicationContext(ctx context.Context, handle int64) (int64, error)
GetApplicationContext calls the GetApplicationContext RPC.
func (*ContextWrapperClient) GetApplicationInfo ¶
GetApplicationInfo calls the GetApplicationInfo RPC.
func (*ContextWrapperClient) GetAttributionSource ¶
func (c *ContextWrapperClient) GetAttributionSource(ctx context.Context, handle int64) (int64, error)
GetAttributionSource calls the GetAttributionSource RPC.
func (*ContextWrapperClient) GetAttributionTag ¶
GetAttributionTag calls the GetAttributionTag RPC.
func (*ContextWrapperClient) GetBaseContext ¶
GetBaseContext calls the GetBaseContext RPC.
func (*ContextWrapperClient) GetCacheDir ¶
GetCacheDir calls the GetCacheDir RPC.
func (*ContextWrapperClient) GetClassLoader ¶
GetClassLoader calls the GetClassLoader RPC.
func (*ContextWrapperClient) GetCodeCacheDir ¶
GetCodeCacheDir calls the GetCodeCacheDir RPC.
func (*ContextWrapperClient) GetContentResolver ¶
GetContentResolver calls the GetContentResolver RPC.
func (*ContextWrapperClient) GetDataDir ¶
GetDataDir calls the GetDataDir RPC.
func (*ContextWrapperClient) GetDatabasePath ¶
func (c *ContextWrapperClient) GetDatabasePath(ctx context.Context, handle int64, arg0 string) (int64, error)
GetDatabasePath calls the GetDatabasePath RPC.
func (*ContextWrapperClient) GetDeviceId ¶
GetDeviceId calls the GetDeviceId RPC.
func (*ContextWrapperClient) GetDir ¶
func (c *ContextWrapperClient) GetDir(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
GetDir calls the GetDir RPC.
func (*ContextWrapperClient) GetDisplay ¶
GetDisplay calls the GetDisplay RPC.
func (*ContextWrapperClient) GetExternalCacheDir ¶
func (c *ContextWrapperClient) GetExternalCacheDir(ctx context.Context, handle int64) (int64, error)
GetExternalCacheDir calls the GetExternalCacheDir RPC.
func (*ContextWrapperClient) GetExternalCacheDirs ¶
func (c *ContextWrapperClient) GetExternalCacheDirs(ctx context.Context, handle int64) (int64, error)
GetExternalCacheDirs calls the GetExternalCacheDirs RPC.
func (*ContextWrapperClient) GetExternalFilesDir ¶
func (c *ContextWrapperClient) GetExternalFilesDir(ctx context.Context, handle int64, arg0 string) (int64, error)
GetExternalFilesDir calls the GetExternalFilesDir RPC.
func (*ContextWrapperClient) GetExternalFilesDirs ¶
func (c *ContextWrapperClient) GetExternalFilesDirs(ctx context.Context, handle int64, arg0 string) (int64, error)
GetExternalFilesDirs calls the GetExternalFilesDirs RPC.
func (*ContextWrapperClient) GetExternalMediaDirs ¶
func (c *ContextWrapperClient) GetExternalMediaDirs(ctx context.Context, handle int64) (int64, error)
GetExternalMediaDirs calls the GetExternalMediaDirs RPC.
func (*ContextWrapperClient) GetFileStreamPath ¶
func (c *ContextWrapperClient) GetFileStreamPath(ctx context.Context, handle int64, arg0 string) (int64, error)
GetFileStreamPath calls the GetFileStreamPath RPC.
func (*ContextWrapperClient) GetFilesDir ¶
GetFilesDir calls the GetFilesDir RPC.
func (*ContextWrapperClient) GetMainExecutor ¶
GetMainExecutor calls the GetMainExecutor RPC.
func (*ContextWrapperClient) GetMainLooper ¶
GetMainLooper calls the GetMainLooper RPC.
func (*ContextWrapperClient) GetNoBackupFilesDir ¶
func (c *ContextWrapperClient) GetNoBackupFilesDir(ctx context.Context, handle int64) (int64, error)
GetNoBackupFilesDir calls the GetNoBackupFilesDir RPC.
func (*ContextWrapperClient) GetObbDirs ¶
GetObbDirs calls the GetObbDirs RPC.
func (*ContextWrapperClient) GetOpPackageName ¶
GetOpPackageName calls the GetOpPackageName RPC.
func (*ContextWrapperClient) GetPackageCodePath ¶
func (c *ContextWrapperClient) GetPackageCodePath(ctx context.Context, handle int64) (string, error)
GetPackageCodePath calls the GetPackageCodePath RPC.
func (*ContextWrapperClient) GetPackageManager ¶
GetPackageManager calls the GetPackageManager RPC.
func (*ContextWrapperClient) GetPackageName ¶
GetPackageName calls the GetPackageName RPC.
func (*ContextWrapperClient) GetPackageResourcePath ¶
func (c *ContextWrapperClient) GetPackageResourcePath(ctx context.Context, handle int64) (string, error)
GetPackageResourcePath calls the GetPackageResourcePath RPC.
func (*ContextWrapperClient) GetResources ¶
GetResources calls the GetResources RPC.
func (*ContextWrapperClient) GetSharedPreferences ¶
func (c *ContextWrapperClient) GetSharedPreferences(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
GetSharedPreferences calls the GetSharedPreferences RPC.
func (*ContextWrapperClient) GetSystemService ¶
func (c *ContextWrapperClient) GetSystemService(ctx context.Context, handle int64, arg0 string) (int64, error)
GetSystemService calls the GetSystemService RPC.
func (*ContextWrapperClient) GetWallpaper ¶
GetWallpaper calls the GetWallpaper RPC.
func (*ContextWrapperClient) GetWallpaperDesiredMinimumHeight ¶
func (c *ContextWrapperClient) GetWallpaperDesiredMinimumHeight(ctx context.Context, handle int64) (int32, error)
GetWallpaperDesiredMinimumHeight calls the GetWallpaperDesiredMinimumHeight RPC.
func (*ContextWrapperClient) GetWallpaperDesiredMinimumWidth ¶
func (c *ContextWrapperClient) GetWallpaperDesiredMinimumWidth(ctx context.Context, handle int64) (int32, error)
GetWallpaperDesiredMinimumWidth calls the GetWallpaperDesiredMinimumWidth RPC.
func (*ContextWrapperClient) GrantUriPermission ¶
func (c *ContextWrapperClient) GrantUriPermission(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int32) error
GrantUriPermission calls the GrantUriPermission RPC.
func (*ContextWrapperClient) IsDeviceProtectedStorage ¶
func (c *ContextWrapperClient) IsDeviceProtectedStorage(ctx context.Context, handle int64) (bool, error)
IsDeviceProtectedStorage calls the IsDeviceProtectedStorage RPC.
func (*ContextWrapperClient) IsRestricted ¶
IsRestricted calls the IsRestricted RPC.
func (*ContextWrapperClient) IsUiContext ¶
IsUiContext calls the IsUiContext RPC.
func (*ContextWrapperClient) MoveDatabaseFrom ¶
func (c *ContextWrapperClient) MoveDatabaseFrom(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
MoveDatabaseFrom calls the MoveDatabaseFrom RPC.
func (*ContextWrapperClient) MoveSharedPreferencesFrom ¶
func (c *ContextWrapperClient) MoveSharedPreferencesFrom(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
MoveSharedPreferencesFrom calls the MoveSharedPreferencesFrom RPC.
func (*ContextWrapperClient) OpenFileInput ¶
func (c *ContextWrapperClient) OpenFileInput(ctx context.Context, handle int64, arg0 string) (int64, error)
OpenFileInput calls the OpenFileInput RPC.
func (*ContextWrapperClient) OpenFileOutput ¶
func (c *ContextWrapperClient) OpenFileOutput(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
OpenFileOutput calls the OpenFileOutput RPC.
func (*ContextWrapperClient) OpenOrCreateDatabase ¶
func (c *ContextWrapperClient) OpenOrCreateDatabase(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int64) (int64, error)
OpenOrCreateDatabase calls the OpenOrCreateDatabase RPC.
func (*ContextWrapperClient) PeekWallpaper ¶
PeekWallpaper calls the PeekWallpaper RPC.
func (*ContextWrapperClient) RegisterComponentCallbacks ¶
func (c *ContextWrapperClient) RegisterComponentCallbacks(ctx context.Context, handle int64, arg0 int64) error
RegisterComponentCallbacks calls the RegisterComponentCallbacks RPC.
func (*ContextWrapperClient) RegisterDeviceIdChangeListener ¶
func (c *ContextWrapperClient) RegisterDeviceIdChangeListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
RegisterDeviceIdChangeListener calls the RegisterDeviceIdChangeListener RPC.
func (*ContextWrapperClient) RegisterReceiver2 ¶
func (c *ContextWrapperClient) RegisterReceiver2(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
RegisterReceiver2 calls the RegisterReceiver2 RPC.
func (*ContextWrapperClient) RegisterReceiver3_1 ¶
func (c *ContextWrapperClient) RegisterReceiver3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) (int64, error)
RegisterReceiver3_1 calls the RegisterReceiver3_1 RPC.
func (*ContextWrapperClient) RemoveStickyBroadcast ¶
func (c *ContextWrapperClient) RemoveStickyBroadcast(ctx context.Context, handle int64, arg0 int64) error
RemoveStickyBroadcast calls the RemoveStickyBroadcast RPC.
func (*ContextWrapperClient) RemoveStickyBroadcastAsUser ¶
func (c *ContextWrapperClient) RemoveStickyBroadcastAsUser(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
RemoveStickyBroadcastAsUser calls the RemoveStickyBroadcastAsUser RPC.
func (*ContextWrapperClient) RevokeUriPermission2 ¶
func (c *ContextWrapperClient) RevokeUriPermission2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
RevokeUriPermission2 calls the RevokeUriPermission2 RPC.
func (*ContextWrapperClient) RevokeUriPermission3_1 ¶
func (c *ContextWrapperClient) RevokeUriPermission3_1(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int32) error
RevokeUriPermission3_1 calls the RevokeUriPermission3_1 RPC.
func (*ContextWrapperClient) SendBroadcast1 ¶
SendBroadcast1 calls the SendBroadcast1 RPC.
func (*ContextWrapperClient) SendBroadcast2_1 ¶
func (c *ContextWrapperClient) SendBroadcast2_1(ctx context.Context, handle int64, arg0 int64, arg1 string) error
SendBroadcast2_1 calls the SendBroadcast2_1 RPC.
func (*ContextWrapperClient) SendBroadcast3_2 ¶
func (c *ContextWrapperClient) SendBroadcast3_2(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error
SendBroadcast3_2 calls the SendBroadcast3_2 RPC.
func (*ContextWrapperClient) SendBroadcastAsUser2 ¶
func (c *ContextWrapperClient) SendBroadcastAsUser2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
SendBroadcastAsUser2 calls the SendBroadcastAsUser2 RPC.
func (*ContextWrapperClient) SendBroadcastAsUser3_1 ¶
func (c *ContextWrapperClient) SendBroadcastAsUser3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string) error
SendBroadcastAsUser3_1 calls the SendBroadcastAsUser3_1 RPC.
func (*ContextWrapperClient) SendOrderedBroadcast2 ¶
func (c *ContextWrapperClient) SendOrderedBroadcast2(ctx context.Context, handle int64, arg0 int64, arg1 string) error
SendOrderedBroadcast2 calls the SendOrderedBroadcast2 RPC.
func (*ContextWrapperClient) SendOrderedBroadcast3_1 ¶
func (c *ContextWrapperClient) SendOrderedBroadcast3_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error
SendOrderedBroadcast3_1 calls the SendOrderedBroadcast3_1 RPC.
func (*ContextWrapperClient) SendStickyBroadcast1 ¶
func (c *ContextWrapperClient) SendStickyBroadcast1(ctx context.Context, handle int64, arg0 int64) error
SendStickyBroadcast1 calls the SendStickyBroadcast1 RPC.
func (*ContextWrapperClient) SendStickyBroadcast2_1 ¶
func (c *ContextWrapperClient) SendStickyBroadcast2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
SendStickyBroadcast2_1 calls the SendStickyBroadcast2_1 RPC.
func (*ContextWrapperClient) SendStickyBroadcastAsUser ¶
func (c *ContextWrapperClient) SendStickyBroadcastAsUser(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
SendStickyBroadcastAsUser calls the SendStickyBroadcastAsUser RPC.
func (*ContextWrapperClient) SetWallpaper1 ¶
SetWallpaper1 calls the SetWallpaper1 RPC.
func (*ContextWrapperClient) SetWallpaper1_1 ¶
SetWallpaper1_1 calls the SetWallpaper1_1 RPC.
func (*ContextWrapperClient) StartActivities1 ¶
func (c *ContextWrapperClient) StartActivities1(ctx context.Context, handle int64, arg0 int64) error
StartActivities1 calls the StartActivities1 RPC.
func (*ContextWrapperClient) StartActivities2_1 ¶
func (c *ContextWrapperClient) StartActivities2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
StartActivities2_1 calls the StartActivities2_1 RPC.
func (*ContextWrapperClient) StartActivity1 ¶
StartActivity1 calls the StartActivity1 RPC.
func (*ContextWrapperClient) StartActivity2_1 ¶
func (c *ContextWrapperClient) StartActivity2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
StartActivity2_1 calls the StartActivity2_1 RPC.
func (*ContextWrapperClient) StartForegroundService ¶
func (c *ContextWrapperClient) StartForegroundService(ctx context.Context, handle int64, arg0 int64) (int64, error)
StartForegroundService calls the StartForegroundService RPC.
func (*ContextWrapperClient) StartInstrumentation ¶
func (c *ContextWrapperClient) StartInstrumentation(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (bool, error)
StartInstrumentation calls the StartInstrumentation RPC.
func (*ContextWrapperClient) StartIntentSender5 ¶
func (c *ContextWrapperClient) StartIntentSender5(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int32) error
StartIntentSender5 calls the StartIntentSender5 RPC.
func (*ContextWrapperClient) StartIntentSender6_1 ¶
func (c *ContextWrapperClient) StartIntentSender6_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int32, arg5 int64) error
StartIntentSender6_1 calls the StartIntentSender6_1 RPC.
func (*ContextWrapperClient) StartService ¶
func (c *ContextWrapperClient) StartService(ctx context.Context, handle int64, arg0 int64) (int64, error)
StartService calls the StartService RPC.
func (*ContextWrapperClient) StopService ¶
func (c *ContextWrapperClient) StopService(ctx context.Context, handle int64, arg0 int64) (bool, error)
StopService calls the StopService RPC.
func (*ContextWrapperClient) UnbindService ¶
UnbindService calls the UnbindService RPC.
func (*ContextWrapperClient) UnregisterComponentCallbacks ¶
func (c *ContextWrapperClient) UnregisterComponentCallbacks(ctx context.Context, handle int64, arg0 int64) error
UnregisterComponentCallbacks calls the UnregisterComponentCallbacks RPC.
func (*ContextWrapperClient) UnregisterDeviceIdChangeListener ¶
func (c *ContextWrapperClient) UnregisterDeviceIdChangeListener(ctx context.Context, handle int64, arg0 int64) error
UnregisterDeviceIdChangeListener calls the UnregisterDeviceIdChangeListener RPC.
func (*ContextWrapperClient) UnregisterReceiver ¶
func (c *ContextWrapperClient) UnregisterReceiver(ctx context.Context, handle int64, arg0 int64) error
UnregisterReceiver calls the UnregisterReceiver RPC.
func (*ContextWrapperClient) UpdateServiceGroup ¶
func (c *ContextWrapperClient) UpdateServiceGroup(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) error
UpdateServiceGroup calls the UpdateServiceGroup RPC.
type CursorLoaderClient ¶
type CursorLoaderClient struct {
// contains filtered or unexported fields
}
CursorLoaderClient wraps the gRPC CursorLoaderService client.
func NewCursorLoaderClient ¶
func NewCursorLoaderClient(cc grpc.ClientConnInterface) *CursorLoaderClient
NewCursorLoaderClient creates a new CursorLoader client.
func (*CursorLoaderClient) CancelLoadInBackground ¶
func (c *CursorLoaderClient) CancelLoadInBackground(ctx context.Context, handle int64) error
CancelLoadInBackground calls the CancelLoadInBackground RPC.
func (*CursorLoaderClient) DeliverResult1 ¶
DeliverResult1 calls the DeliverResult1 RPC.
func (*CursorLoaderClient) DeliverResult1_1 ¶
DeliverResult1_1 calls the DeliverResult1_1 RPC.
func (*CursorLoaderClient) Dump ¶
func (c *CursorLoaderClient) Dump(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, arg3 int64) error
Dump calls the Dump RPC.
func (*CursorLoaderClient) GetProjection ¶
GetProjection calls the GetProjection RPC.
func (*CursorLoaderClient) GetSelection ¶
GetSelection calls the GetSelection RPC.
func (*CursorLoaderClient) GetSelectionArgs ¶
GetSelectionArgs calls the GetSelectionArgs RPC.
func (*CursorLoaderClient) GetSortOrder ¶
GetSortOrder calls the GetSortOrder RPC.
func (*CursorLoaderClient) LoadInBackground0 ¶
LoadInBackground0 calls the LoadInBackground0 RPC.
func (*CursorLoaderClient) LoadInBackground0_1 ¶
LoadInBackground0_1 calls the LoadInBackground0_1 RPC.
func (*CursorLoaderClient) OnCanceled1 ¶
OnCanceled1 calls the OnCanceled1 RPC.
func (*CursorLoaderClient) OnCanceled1_1 ¶
OnCanceled1_1 calls the OnCanceled1_1 RPC.
func (*CursorLoaderClient) SetProjection ¶
SetProjection calls the SetProjection RPC.
func (*CursorLoaderClient) SetSelection ¶
SetSelection calls the SetSelection RPC.
func (*CursorLoaderClient) SetSelectionArgs ¶
SetSelectionArgs calls the SetSelectionArgs RPC.
func (*CursorLoaderClient) SetSortOrder ¶
SetSortOrder calls the SetSortOrder RPC.
type DialogInterfaceClient ¶
type DialogInterfaceClient struct {
// contains filtered or unexported fields
}
DialogInterfaceClient wraps the gRPC DialogInterfaceService client.
func NewDialogInterfaceClient ¶
func NewDialogInterfaceClient(cc grpc.ClientConnInterface) *DialogInterfaceClient
NewDialogInterfaceClient creates a new DialogInterface client.
type DialogInterfaceOnCancelListenerClient ¶
type DialogInterfaceOnCancelListenerClient struct {
// contains filtered or unexported fields
}
DialogInterfaceOnCancelListenerClient wraps the gRPC DialogInterfaceOnCancelListenerService client.
func NewDialogInterfaceOnCancelListenerClient ¶
func NewDialogInterfaceOnCancelListenerClient(cc grpc.ClientConnInterface) *DialogInterfaceOnCancelListenerClient
NewDialogInterfaceOnCancelListenerClient creates a new DialogInterfaceOnCancelListener client.
type DialogInterfaceOnClickListenerClient ¶
type DialogInterfaceOnClickListenerClient struct {
// contains filtered or unexported fields
}
DialogInterfaceOnClickListenerClient wraps the gRPC DialogInterfaceOnClickListenerService client.
func NewDialogInterfaceOnClickListenerClient ¶
func NewDialogInterfaceOnClickListenerClient(cc grpc.ClientConnInterface) *DialogInterfaceOnClickListenerClient
NewDialogInterfaceOnClickListenerClient creates a new DialogInterfaceOnClickListener client.
type DialogInterfaceOnDismissListenerClient ¶
type DialogInterfaceOnDismissListenerClient struct {
// contains filtered or unexported fields
}
DialogInterfaceOnDismissListenerClient wraps the gRPC DialogInterfaceOnDismissListenerService client.
func NewDialogInterfaceOnDismissListenerClient ¶
func NewDialogInterfaceOnDismissListenerClient(cc grpc.ClientConnInterface) *DialogInterfaceOnDismissListenerClient
NewDialogInterfaceOnDismissListenerClient creates a new DialogInterfaceOnDismissListener client.
type DialogInterfaceOnKeyListenerClient ¶
type DialogInterfaceOnKeyListenerClient struct {
// contains filtered or unexported fields
}
DialogInterfaceOnKeyListenerClient wraps the gRPC DialogInterfaceOnKeyListenerService client.
func NewDialogInterfaceOnKeyListenerClient ¶
func NewDialogInterfaceOnKeyListenerClient(cc grpc.ClientConnInterface) *DialogInterfaceOnKeyListenerClient
NewDialogInterfaceOnKeyListenerClient creates a new DialogInterfaceOnKeyListener client.
type DialogInterfaceOnMultiChoiceClickListenerClient ¶
type DialogInterfaceOnMultiChoiceClickListenerClient struct {
// contains filtered or unexported fields
}
DialogInterfaceOnMultiChoiceClickListenerClient wraps the gRPC DialogInterfaceOnMultiChoiceClickListenerService client.
func NewDialogInterfaceOnMultiChoiceClickListenerClient ¶
func NewDialogInterfaceOnMultiChoiceClickListenerClient(cc grpc.ClientConnInterface) *DialogInterfaceOnMultiChoiceClickListenerClient
NewDialogInterfaceOnMultiChoiceClickListenerClient creates a new DialogInterfaceOnMultiChoiceClickListener client.
type DialogInterfaceOnShowListenerClient ¶
type DialogInterfaceOnShowListenerClient struct {
// contains filtered or unexported fields
}
DialogInterfaceOnShowListenerClient wraps the gRPC DialogInterfaceOnShowListenerService client.
func NewDialogInterfaceOnShowListenerClient ¶
func NewDialogInterfaceOnShowListenerClient(cc grpc.ClientConnInterface) *DialogInterfaceOnShowListenerClient
NewDialogInterfaceOnShowListenerClient creates a new DialogInterfaceOnShowListener client.
type EntityClient ¶
type EntityClient struct {
// contains filtered or unexported fields
}
EntityClient wraps the gRPC EntityService client.
func NewEntityClient ¶
func NewEntityClient(cc grpc.ClientConnInterface) *EntityClient
NewEntityClient creates a new Entity client.
func (*EntityClient) AddSubValue ¶
AddSubValue calls the AddSubValue RPC.
func (*EntityClient) GetEntityValues ¶
GetEntityValues calls the GetEntityValues RPC.
func (*EntityClient) GetSubValues ¶
GetSubValues calls the GetSubValues RPC.
type EntityIteratorClient ¶
type EntityIteratorClient struct {
// contains filtered or unexported fields
}
EntityIteratorClient wraps the gRPC EntityIteratorService client.
func NewEntityIteratorClient ¶
func NewEntityIteratorClient(cc grpc.ClientConnInterface) *EntityIteratorClient
NewEntityIteratorClient creates a new EntityIterator client.
type IntentFilterAuthorityEntryClient ¶
type IntentFilterAuthorityEntryClient struct {
// contains filtered or unexported fields
}
IntentFilterAuthorityEntryClient wraps the gRPC IntentFilterAuthorityEntryService client.
func NewIntentFilterAuthorityEntryClient ¶
func NewIntentFilterAuthorityEntryClient(cc grpc.ClientConnInterface) *IntentFilterAuthorityEntryClient
NewIntentFilterAuthorityEntryClient creates a new IntentFilterAuthorityEntry client.
func (*IntentFilterAuthorityEntryClient) GetHost ¶
func (c *IntentFilterAuthorityEntryClient) GetHost(ctx context.Context) (string, error)
GetHost calls the GetHost RPC.
type IntentFilterClient ¶
type IntentFilterClient struct {
// contains filtered or unexported fields
}
IntentFilterClient wraps the gRPC IntentFilterService client.
func NewIntentFilterClient ¶
func NewIntentFilterClient(cc grpc.ClientConnInterface) *IntentFilterClient
NewIntentFilterClient creates a new IntentFilter client.
func (*IntentFilterClient) ActionsIterator ¶
ActionsIterator calls the ActionsIterator RPC.
func (*IntentFilterClient) AddCategory ¶
AddCategory calls the AddCategory RPC.
func (*IntentFilterClient) AddDataAuthority ¶
func (c *IntentFilterClient) AddDataAuthority(ctx context.Context, handle int64, arg0 string, arg1 string) error
AddDataAuthority calls the AddDataAuthority RPC.
func (*IntentFilterClient) AddDataPath ¶
func (c *IntentFilterClient) AddDataPath(ctx context.Context, handle int64, arg0 string, arg1 int32) error
AddDataPath calls the AddDataPath RPC.
func (*IntentFilterClient) AddDataScheme ¶
AddDataScheme calls the AddDataScheme RPC.
func (*IntentFilterClient) AddDataSchemeSpecificPart ¶
func (c *IntentFilterClient) AddDataSchemeSpecificPart(ctx context.Context, handle int64, arg0 string, arg1 int32) error
AddDataSchemeSpecificPart calls the AddDataSchemeSpecificPart RPC.
func (*IntentFilterClient) AddDataType ¶
AddDataType calls the AddDataType RPC.
func (*IntentFilterClient) AddUriRelativeFilterGroup ¶
func (c *IntentFilterClient) AddUriRelativeFilterGroup(ctx context.Context, handle int64, arg0 int64) error
AddUriRelativeFilterGroup calls the AddUriRelativeFilterGroup RPC.
func (*IntentFilterClient) AsPredicate ¶
AsPredicate calls the AsPredicate RPC.
func (*IntentFilterClient) AsPredicateWithTypeResolution ¶
func (c *IntentFilterClient) AsPredicateWithTypeResolution(ctx context.Context, handle int64, arg0 int64) (int64, error)
AsPredicateWithTypeResolution calls the AsPredicateWithTypeResolution RPC.
func (*IntentFilterClient) AuthoritiesIterator ¶
AuthoritiesIterator calls the AuthoritiesIterator RPC.
func (*IntentFilterClient) CategoriesIterator ¶
CategoriesIterator calls the CategoriesIterator RPC.
func (*IntentFilterClient) ClearUriRelativeFilterGroups ¶
func (c *IntentFilterClient) ClearUriRelativeFilterGroups(ctx context.Context, handle int64) error
ClearUriRelativeFilterGroups calls the ClearUriRelativeFilterGroups RPC.
func (*IntentFilterClient) CountActions ¶
CountActions calls the CountActions RPC.
func (*IntentFilterClient) CountCategories ¶
CountCategories calls the CountCategories RPC.
func (*IntentFilterClient) CountDataAuthorities ¶
CountDataAuthorities calls the CountDataAuthorities RPC.
func (*IntentFilterClient) CountDataPaths ¶
CountDataPaths calls the CountDataPaths RPC.
func (*IntentFilterClient) CountDataSchemeSpecificParts ¶
func (c *IntentFilterClient) CountDataSchemeSpecificParts(ctx context.Context, handle int64) (int32, error)
CountDataSchemeSpecificParts calls the CountDataSchemeSpecificParts RPC.
func (*IntentFilterClient) CountDataSchemes ¶
CountDataSchemes calls the CountDataSchemes RPC.
func (*IntentFilterClient) CountDataTypes ¶
CountDataTypes calls the CountDataTypes RPC.
func (*IntentFilterClient) CountUriRelativeFilterGroups ¶
func (c *IntentFilterClient) CountUriRelativeFilterGroups(ctx context.Context, handle int64) (int32, error)
CountUriRelativeFilterGroups calls the CountUriRelativeFilterGroups RPC.
func (*IntentFilterClient) Create ¶
func (c *IntentFilterClient) Create(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error)
Create calls the Create RPC.
func (*IntentFilterClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*IntentFilterClient) GetAction ¶
func (c *IntentFilterClient) GetAction(ctx context.Context, handle int64, arg0 int32) (string, error)
GetAction calls the GetAction RPC.
func (*IntentFilterClient) GetCategory ¶
func (c *IntentFilterClient) GetCategory(ctx context.Context, handle int64, arg0 int32) (string, error)
GetCategory calls the GetCategory RPC.
func (*IntentFilterClient) GetDataAuthority ¶
func (c *IntentFilterClient) GetDataAuthority(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetDataAuthority calls the GetDataAuthority RPC.
func (*IntentFilterClient) GetDataPath ¶
func (c *IntentFilterClient) GetDataPath(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetDataPath calls the GetDataPath RPC.
func (*IntentFilterClient) GetDataScheme ¶
func (c *IntentFilterClient) GetDataScheme(ctx context.Context, handle int64, arg0 int32) (string, error)
GetDataScheme calls the GetDataScheme RPC.
func (*IntentFilterClient) GetDataSchemeSpecificPart ¶
func (c *IntentFilterClient) GetDataSchemeSpecificPart(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetDataSchemeSpecificPart calls the GetDataSchemeSpecificPart RPC.
func (*IntentFilterClient) GetDataType ¶
func (c *IntentFilterClient) GetDataType(ctx context.Context, handle int64, arg0 int32) (string, error)
GetDataType calls the GetDataType RPC.
func (*IntentFilterClient) GetPriority ¶
GetPriority calls the GetPriority RPC.
func (*IntentFilterClient) GetUriRelativeFilterGroup ¶
func (c *IntentFilterClient) GetUriRelativeFilterGroup(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetUriRelativeFilterGroup calls the GetUriRelativeFilterGroup RPC.
func (*IntentFilterClient) HasAction ¶
func (c *IntentFilterClient) HasAction(ctx context.Context, handle int64, arg0 string) (bool, error)
HasAction calls the HasAction RPC.
func (*IntentFilterClient) HasCategory ¶
func (c *IntentFilterClient) HasCategory(ctx context.Context, handle int64, arg0 string) (bool, error)
HasCategory calls the HasCategory RPC.
func (*IntentFilterClient) HasDataAuthority ¶
func (c *IntentFilterClient) HasDataAuthority(ctx context.Context, handle int64, arg0 int64) (bool, error)
HasDataAuthority calls the HasDataAuthority RPC.
func (*IntentFilterClient) HasDataPath ¶
func (c *IntentFilterClient) HasDataPath(ctx context.Context, handle int64, arg0 string) (bool, error)
HasDataPath calls the HasDataPath RPC.
func (*IntentFilterClient) HasDataScheme ¶
func (c *IntentFilterClient) HasDataScheme(ctx context.Context, handle int64, arg0 string) (bool, error)
HasDataScheme calls the HasDataScheme RPC.
func (*IntentFilterClient) HasDataSchemeSpecificPart ¶
func (c *IntentFilterClient) HasDataSchemeSpecificPart(ctx context.Context, handle int64, arg0 string) (bool, error)
HasDataSchemeSpecificPart calls the HasDataSchemeSpecificPart RPC.
func (*IntentFilterClient) HasDataType ¶
func (c *IntentFilterClient) HasDataType(ctx context.Context, handle int64, arg0 string) (bool, error)
HasDataType calls the HasDataType RPC.
func (*IntentFilterClient) Match ¶
func (c *IntentFilterClient) Match(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 bool, arg3 string) (int32, error)
Match calls the Match RPC.
func (*IntentFilterClient) MatchAction ¶
func (c *IntentFilterClient) MatchAction(ctx context.Context, handle int64, arg0 string) (bool, error)
MatchAction calls the MatchAction RPC.
func (*IntentFilterClient) MatchData ¶
func (c *IntentFilterClient) MatchData(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int64) (int32, error)
MatchData calls the MatchData RPC.
func (*IntentFilterClient) MatchDataAuthority ¶
func (c *IntentFilterClient) MatchDataAuthority(ctx context.Context, handle int64, arg0 int64) (int32, error)
MatchDataAuthority calls the MatchDataAuthority RPC.
func (*IntentFilterClient) PathsIterator ¶
PathsIterator calls the PathsIterator RPC.
func (*IntentFilterClient) ReadFromXml ¶
ReadFromXml calls the ReadFromXml RPC.
func (*IntentFilterClient) SchemeSpecificPartsIterator ¶
func (c *IntentFilterClient) SchemeSpecificPartsIterator(ctx context.Context, handle int64) (int64, error)
SchemeSpecificPartsIterator calls the SchemeSpecificPartsIterator RPC.
func (*IntentFilterClient) SchemesIterator ¶
SchemesIterator calls the SchemesIterator RPC.
func (*IntentFilterClient) SetPriority ¶
SetPriority calls the SetPriority RPC.
func (*IntentFilterClient) TypesIterator ¶
TypesIterator calls the TypesIterator RPC.
func (*IntentFilterClient) WriteToParcel ¶
func (c *IntentFilterClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
func (*IntentFilterClient) WriteToXml ¶
WriteToXml calls the WriteToXml RPC.
type IntentSenderClient ¶
type IntentSenderClient struct {
// contains filtered or unexported fields
}
IntentSenderClient wraps the gRPC IntentSenderService client.
func NewIntentSenderClient ¶
func NewIntentSenderClient(cc grpc.ClientConnInterface) *IntentSenderClient
NewIntentSenderClient creates a new IntentSender client.
func (*IntentSenderClient) DescribeContents ¶
func (c *IntentSenderClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*IntentSenderClient) GetCreatorPackage ¶
func (c *IntentSenderClient) GetCreatorPackage(ctx context.Context) (string, error)
GetCreatorPackage calls the GetCreatorPackage RPC.
func (*IntentSenderClient) GetCreatorUid ¶
func (c *IntentSenderClient) GetCreatorUid(ctx context.Context) (int32, error)
GetCreatorUid calls the GetCreatorUid RPC.
func (*IntentSenderClient) GetCreatorUserHandle ¶
func (c *IntentSenderClient) GetCreatorUserHandle(ctx context.Context) (int64, error)
GetCreatorUserHandle calls the GetCreatorUserHandle RPC.
func (*IntentSenderClient) GetTargetPackage ¶
func (c *IntentSenderClient) GetTargetPackage(ctx context.Context) (string, error)
GetTargetPackage calls the GetTargetPackage RPC.
func (*IntentSenderClient) HashCode ¶
func (c *IntentSenderClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*IntentSenderClient) ReadIntentSenderOrNullFromParcel ¶
func (c *IntentSenderClient) ReadIntentSenderOrNullFromParcel(ctx context.Context, arg0 int64) (int64, error)
ReadIntentSenderOrNullFromParcel calls the ReadIntentSenderOrNullFromParcel RPC.
func (*IntentSenderClient) SendIntent ¶
func (c *IntentSenderClient) SendIntent(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 string, arg4 int64, arg5 int64, arg6 int64) error
SendIntent calls the SendIntent RPC.
func (*IntentSenderClient) ToString ¶
func (c *IntentSenderClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*IntentSenderClient) WriteIntentSenderOrNullToParcel ¶
func (c *IntentSenderClient) WriteIntentSenderOrNullToParcel(ctx context.Context, arg0 int64, arg1 int64) error
WriteIntentSenderOrNullToParcel calls the WriteIntentSenderOrNullToParcel RPC.
func (*IntentSenderClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type IntentSenderOnFinishedClient ¶
type IntentSenderOnFinishedClient struct {
// contains filtered or unexported fields
}
IntentSenderOnFinishedClient wraps the gRPC IntentSenderOnFinishedService client.
func NewIntentSenderOnFinishedClient ¶
func NewIntentSenderOnFinishedClient(cc grpc.ClientConnInterface) *IntentSenderOnFinishedClient
NewIntentSenderOnFinishedClient creates a new IntentSenderOnFinished client.
type LoaderClient ¶
type LoaderClient struct {
// contains filtered or unexported fields
}
LoaderClient wraps the gRPC LoaderService client.
func NewLoaderClient ¶
func NewLoaderClient(cc grpc.ClientConnInterface) *LoaderClient
NewLoaderClient creates a new Loader client.
func (*LoaderClient) Abandon ¶
func (c *LoaderClient) Abandon(ctx context.Context, handle int64) error
Abandon calls the Abandon RPC.
func (*LoaderClient) CancelLoad ¶
CancelLoad calls the CancelLoad RPC.
func (*LoaderClient) CommitContentChanged ¶
func (c *LoaderClient) CommitContentChanged(ctx context.Context, handle int64) error
CommitContentChanged calls the CommitContentChanged RPC.
func (*LoaderClient) DeliverCancellation ¶
func (c *LoaderClient) DeliverCancellation(ctx context.Context, handle int64) error
DeliverCancellation calls the DeliverCancellation RPC.
func (*LoaderClient) Dump ¶
func (c *LoaderClient) Dump(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, arg3 int64) error
Dump calls the Dump RPC.
func (*LoaderClient) ForceLoad ¶
func (c *LoaderClient) ForceLoad(ctx context.Context, handle int64) error
ForceLoad calls the ForceLoad RPC.
func (*LoaderClient) GetContext ¶
GetContext calls the GetContext RPC.
func (*LoaderClient) IsAbandoned ¶
IsAbandoned calls the IsAbandoned RPC.
func (*LoaderClient) OnContentChanged ¶
func (c *LoaderClient) OnContentChanged(ctx context.Context, handle int64) error
OnContentChanged calls the OnContentChanged RPC.
func (*LoaderClient) Reset ¶
func (c *LoaderClient) Reset(ctx context.Context, handle int64) error
Reset calls the Reset RPC.
func (*LoaderClient) RollbackContentChanged ¶
func (c *LoaderClient) RollbackContentChanged(ctx context.Context, handle int64) error
RollbackContentChanged calls the RollbackContentChanged RPC.
func (*LoaderClient) StartLoading ¶
func (c *LoaderClient) StartLoading(ctx context.Context, handle int64) error
StartLoading calls the StartLoading RPC.
func (*LoaderClient) StopLoading ¶
func (c *LoaderClient) StopLoading(ctx context.Context, handle int64) error
StopLoading calls the StopLoading RPC.
func (*LoaderClient) TakeContentChanged ¶
TakeContentChanged calls the TakeContentChanged RPC.
type LoaderForceLoadContentObserverClient ¶
type LoaderForceLoadContentObserverClient struct {
// contains filtered or unexported fields
}
LoaderForceLoadContentObserverClient wraps the gRPC LoaderForceLoadContentObserverService client.
func NewLoaderForceLoadContentObserverClient ¶
func NewLoaderForceLoadContentObserverClient(cc grpc.ClientConnInterface) *LoaderForceLoadContentObserverClient
NewLoaderForceLoadContentObserverClient creates a new LoaderForceLoadContentObserver client.
func (*LoaderForceLoadContentObserverClient) DeliverSelfNotifications ¶
func (c *LoaderForceLoadContentObserverClient) DeliverSelfNotifications(ctx context.Context) (bool, error)
DeliverSelfNotifications calls the DeliverSelfNotifications RPC.
type LocusIdClient ¶
type LocusIdClient struct {
// contains filtered or unexported fields
}
LocusIdClient wraps the gRPC LocusIdService client.
func NewLocusIdClient ¶
func NewLocusIdClient(cc grpc.ClientConnInterface) *LocusIdClient
NewLocusIdClient creates a new LocusId client.
func (*LocusIdClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*LocusIdClient) WriteToParcel ¶
func (c *LocusIdClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type MutableContextWrapperClient ¶
type MutableContextWrapperClient struct {
// contains filtered or unexported fields
}
MutableContextWrapperClient wraps the gRPC MutableContextWrapperService client.
func NewMutableContextWrapperClient ¶
func NewMutableContextWrapperClient(cc grpc.ClientConnInterface) *MutableContextWrapperClient
NewMutableContextWrapperClient creates a new MutableContextWrapper client.
func (*MutableContextWrapperClient) SetBaseContext ¶
func (c *MutableContextWrapperClient) SetBaseContext(ctx context.Context, handle int64, arg0 int64) error
SetBaseContext calls the SetBaseContext RPC.
type OperationApplicationExceptionClient ¶
type OperationApplicationExceptionClient struct {
// contains filtered or unexported fields
}
OperationApplicationExceptionClient wraps the gRPC OperationApplicationExceptionService client.
func NewOperationApplicationExceptionClient ¶
func NewOperationApplicationExceptionClient(cc grpc.ClientConnInterface) *OperationApplicationExceptionClient
NewOperationApplicationExceptionClient creates a new OperationApplicationException client.
func (*OperationApplicationExceptionClient) GetNumSuccessfulYieldPoints ¶
func (c *OperationApplicationExceptionClient) GetNumSuccessfulYieldPoints(ctx context.Context, handle int64) (int32, error)
GetNumSuccessfulYieldPoints calls the GetNumSuccessfulYieldPoints RPC.
type PdfPageGotoLinkContentClient ¶
type PdfPageGotoLinkContentClient struct {
// contains filtered or unexported fields
}
PdfPageGotoLinkContentClient wraps the gRPC PdfPageGotoLinkContentService client.
func NewPdfPageGotoLinkContentClient ¶
func NewPdfPageGotoLinkContentClient(cc grpc.ClientConnInterface) *PdfPageGotoLinkContentClient
NewPdfPageGotoLinkContentClient creates a new PdfPageGotoLinkContent client.
func (*PdfPageGotoLinkContentClient) DescribeContents ¶
func (c *PdfPageGotoLinkContentClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PdfPageGotoLinkContentClient) GetDestination ¶
func (c *PdfPageGotoLinkContentClient) GetDestination(ctx context.Context, handle int64) (int64, error)
GetDestination calls the GetDestination RPC.
func (*PdfPageGotoLinkContentClient) WriteToParcel ¶
func (c *PdfPageGotoLinkContentClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type PdfPageGotoLinkContentDestinationClient ¶
type PdfPageGotoLinkContentDestinationClient struct {
// contains filtered or unexported fields
}
PdfPageGotoLinkContentDestinationClient wraps the gRPC PdfPageGotoLinkContentDestinationService client.
func NewPdfPageGotoLinkContentDestinationClient ¶
func NewPdfPageGotoLinkContentDestinationClient(cc grpc.ClientConnInterface) *PdfPageGotoLinkContentDestinationClient
NewPdfPageGotoLinkContentDestinationClient creates a new PdfPageGotoLinkContentDestination client.
func (*PdfPageGotoLinkContentDestinationClient) DescribeContents ¶
func (c *PdfPageGotoLinkContentDestinationClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PdfPageGotoLinkContentDestinationClient) GetPageNumber ¶
func (c *PdfPageGotoLinkContentDestinationClient) GetPageNumber(ctx context.Context) (int32, error)
GetPageNumber calls the GetPageNumber RPC.
func (*PdfPageGotoLinkContentDestinationClient) GetXCoordinate ¶
func (c *PdfPageGotoLinkContentDestinationClient) GetXCoordinate(ctx context.Context) (float32, error)
GetXCoordinate calls the GetXCoordinate RPC.
func (*PdfPageGotoLinkContentDestinationClient) GetYCoordinate ¶
func (c *PdfPageGotoLinkContentDestinationClient) GetYCoordinate(ctx context.Context) (float32, error)
GetYCoordinate calls the GetYCoordinate RPC.
func (*PdfPageGotoLinkContentDestinationClient) GetZoom ¶
func (c *PdfPageGotoLinkContentDestinationClient) GetZoom(ctx context.Context) (float32, error)
GetZoom calls the GetZoom RPC.
func (*PdfPageGotoLinkContentDestinationClient) WriteToParcel ¶
func (c *PdfPageGotoLinkContentDestinationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type PdfPageImageContentClient ¶
type PdfPageImageContentClient struct {
// contains filtered or unexported fields
}
PdfPageImageContentClient wraps the gRPC PdfPageImageContentService client.
func NewPdfPageImageContentClient ¶
func NewPdfPageImageContentClient(cc grpc.ClientConnInterface) *PdfPageImageContentClient
NewPdfPageImageContentClient creates a new PdfPageImageContent client.
func (*PdfPageImageContentClient) DescribeContents ¶
func (c *PdfPageImageContentClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PdfPageImageContentClient) GetAltText ¶
GetAltText calls the GetAltText RPC.
func (*PdfPageImageContentClient) WriteToParcel ¶
func (c *PdfPageImageContentClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type PdfPageLinkContentClient ¶
type PdfPageLinkContentClient struct {
// contains filtered or unexported fields
}
PdfPageLinkContentClient wraps the gRPC PdfPageLinkContentService client.
func NewPdfPageLinkContentClient ¶
func NewPdfPageLinkContentClient(cc grpc.ClientConnInterface) *PdfPageLinkContentClient
NewPdfPageLinkContentClient creates a new PdfPageLinkContent client.
func (*PdfPageLinkContentClient) DescribeContents ¶
func (c *PdfPageLinkContentClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PdfPageLinkContentClient) WriteToParcel ¶
func (c *PdfPageLinkContentClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type PdfPageTextContentClient ¶
type PdfPageTextContentClient struct {
// contains filtered or unexported fields
}
PdfPageTextContentClient wraps the gRPC PdfPageTextContentService client.
func NewPdfPageTextContentClient ¶
func NewPdfPageTextContentClient(cc grpc.ClientConnInterface) *PdfPageTextContentClient
NewPdfPageTextContentClient creates a new PdfPageTextContent client.
func (*PdfPageTextContentClient) DescribeContents ¶
func (c *PdfPageTextContentClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PdfPageTextContentClient) WriteToParcel ¶
func (c *PdfPageTextContentClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type PeriodicSyncClient ¶
type PeriodicSyncClient struct {
// contains filtered or unexported fields
}
PeriodicSyncClient wraps the gRPC PeriodicSyncService client.
func NewPeriodicSyncClient ¶
func NewPeriodicSyncClient(cc grpc.ClientConnInterface) *PeriodicSyncClient
NewPeriodicSyncClient creates a new PeriodicSync client.
func (*PeriodicSyncClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*PeriodicSyncClient) WriteToParcel ¶
func (c *PeriodicSyncClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type ProviderClient ¶
type ProviderClient struct {
// contains filtered or unexported fields
}
ProviderClient wraps the gRPC ProviderService client.
func NewProviderClient ¶
func NewProviderClient(cc grpc.ClientConnInterface) *ProviderClient
NewProviderClient creates a new Provider client.
func (*ProviderClient) AttachInfo ¶
AttachInfo calls the AttachInfo RPC.
func (*ProviderClient) BulkInsert ¶
BulkInsert calls the BulkInsert RPC.
func (*ProviderClient) Call3 ¶
func (c *ProviderClient) Call3(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error)
Call3 calls the Call3 RPC.
func (*ProviderClient) Call4_1 ¶
func (c *ProviderClient) Call4_1(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 int64) (int64, error)
Call4_1 calls the Call4_1 RPC.
func (*ProviderClient) Canonicalize ¶
Canonicalize calls the Canonicalize RPC.
func (*ProviderClient) ClearCallingIdentity ¶
func (c *ProviderClient) ClearCallingIdentity(ctx context.Context) (int64, error)
ClearCallingIdentity calls the ClearCallingIdentity RPC.
func (*ProviderClient) Delete3_1 ¶
func (c *ProviderClient) Delete3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int32, error)
Delete3_1 calls the Delete3_1 RPC.
func (*ProviderClient) GetCallingAttributionSource ¶
func (c *ProviderClient) GetCallingAttributionSource(ctx context.Context) (int64, error)
GetCallingAttributionSource calls the GetCallingAttributionSource RPC.
func (*ProviderClient) GetCallingAttributionTag ¶
func (c *ProviderClient) GetCallingAttributionTag(ctx context.Context) (string, error)
GetCallingAttributionTag calls the GetCallingAttributionTag RPC.
func (*ProviderClient) GetCallingPackage ¶
func (c *ProviderClient) GetCallingPackage(ctx context.Context) (string, error)
GetCallingPackage calls the GetCallingPackage RPC.
func (*ProviderClient) GetCallingPackageUnchecked ¶
func (c *ProviderClient) GetCallingPackageUnchecked(ctx context.Context) (string, error)
GetCallingPackageUnchecked calls the GetCallingPackageUnchecked RPC.
func (*ProviderClient) GetContext ¶
func (c *ProviderClient) GetContext(ctx context.Context) (int64, error)
GetContext calls the GetContext RPC.
func (*ProviderClient) GetPathPermissions ¶
func (c *ProviderClient) GetPathPermissions(ctx context.Context) (int64, error)
GetPathPermissions calls the GetPathPermissions RPC.
func (*ProviderClient) GetReadPermission ¶
func (c *ProviderClient) GetReadPermission(ctx context.Context) (string, error)
GetReadPermission calls the GetReadPermission RPC.
func (*ProviderClient) GetStreamTypes ¶
func (c *ProviderClient) GetStreamTypes(ctx context.Context, arg0 int64, arg1 string) (int64, error)
GetStreamTypes calls the GetStreamTypes RPC.
func (*ProviderClient) GetTypeAnonymous ¶
GetTypeAnonymous calls the GetTypeAnonymous RPC.
func (*ProviderClient) GetWritePermission ¶
func (c *ProviderClient) GetWritePermission(ctx context.Context) (string, error)
GetWritePermission calls the GetWritePermission RPC.
func (*ProviderClient) Insert3_1 ¶
func (c *ProviderClient) Insert3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
Insert3_1 calls the Insert3_1 RPC.
func (*ProviderClient) OnCallingPackageChanged ¶
func (c *ProviderClient) OnCallingPackageChanged(ctx context.Context) error
OnCallingPackageChanged calls the OnCallingPackageChanged RPC.
func (*ProviderClient) OnConfigurationChanged ¶
func (c *ProviderClient) OnConfigurationChanged(ctx context.Context, arg0 int64) error
OnConfigurationChanged calls the OnConfigurationChanged RPC.
func (*ProviderClient) OnCreate ¶
func (c *ProviderClient) OnCreate(ctx context.Context) (bool, error)
OnCreate calls the OnCreate RPC.
func (*ProviderClient) OnLowMemory ¶
func (c *ProviderClient) OnLowMemory(ctx context.Context) error
OnLowMemory calls the OnLowMemory RPC.
func (*ProviderClient) OnTrimMemory ¶
func (c *ProviderClient) OnTrimMemory(ctx context.Context, arg0 int32) error
OnTrimMemory calls the OnTrimMemory RPC.
func (*ProviderClient) OpenAssetFile2 ¶
func (c *ProviderClient) OpenAssetFile2(ctx context.Context, arg0 int64, arg1 string) (int64, error)
OpenAssetFile2 calls the OpenAssetFile2 RPC.
func (*ProviderClient) OpenAssetFile3_1 ¶
func (c *ProviderClient) OpenAssetFile3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
OpenAssetFile3_1 calls the OpenAssetFile3_1 RPC.
func (*ProviderClient) OpenFile3_1 ¶
func (c *ProviderClient) OpenFile3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
OpenFile3_1 calls the OpenFile3_1 RPC.
func (*ProviderClient) OpenTypedAssetFile3 ¶
func (c *ProviderClient) OpenTypedAssetFile3(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
OpenTypedAssetFile3 calls the OpenTypedAssetFile3 RPC.
func (*ProviderClient) OpenTypedAssetFile4_1 ¶
func (c *ProviderClient) OpenTypedAssetFile4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)
OpenTypedAssetFile4_1 calls the OpenTypedAssetFile4_1 RPC.
func (*ProviderClient) Query4 ¶
func (c *ProviderClient) Query4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)
Query4 calls the Query4 RPC.
func (*ProviderClient) Query5_1 ¶
func (c *ProviderClient) Query5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 string) (int64, error)
Query5_1 calls the Query5_1 RPC.
func (*ProviderClient) Query6_2 ¶
func (c *ProviderClient) Query6_2(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 string, arg5 int64) (int64, error)
Query6_2 calls the Query6_2 RPC.
func (*ProviderClient) Refresh ¶
func (c *ProviderClient) Refresh(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)
Refresh calls the Refresh RPC.
func (*ProviderClient) RequireContext ¶
func (c *ProviderClient) RequireContext(ctx context.Context) (int64, error)
RequireContext calls the RequireContext RPC.
func (*ProviderClient) RestoreCallingIdentity ¶
func (c *ProviderClient) RestoreCallingIdentity(ctx context.Context, arg0 int64) error
RestoreCallingIdentity calls the RestoreCallingIdentity RPC.
func (*ProviderClient) Shutdown ¶
func (c *ProviderClient) Shutdown(ctx context.Context) error
Shutdown calls the Shutdown RPC.
func (*ProviderClient) Uncanonicalize ¶
Uncanonicalize calls the Uncanonicalize RPC.
type ProviderClientClient ¶
type ProviderClientClient struct {
// contains filtered or unexported fields
}
ProviderClientClient wraps the gRPC ProviderClientService client.
func NewProviderClientClient ¶
func NewProviderClientClient(cc grpc.ClientConnInterface) *ProviderClientClient
NewProviderClientClient creates a new ProviderClient client.
func (*ProviderClientClient) BulkInsert ¶
func (c *ProviderClientClient) BulkInsert(ctx context.Context, arg0 int64, arg1 int64) (int32, error)
BulkInsert calls the BulkInsert RPC.
func (*ProviderClientClient) Call3 ¶
func (c *ProviderClientClient) Call3(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error)
Call3 calls the Call3 RPC.
func (*ProviderClientClient) Call4_1 ¶
func (c *ProviderClientClient) Call4_1(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 int64) (int64, error)
Call4_1 calls the Call4_1 RPC.
func (*ProviderClientClient) Canonicalize ¶
Canonicalize calls the Canonicalize RPC.
func (*ProviderClientClient) Close ¶
func (c *ProviderClientClient) Close(ctx context.Context) error
Close calls the Close RPC.
func (*ProviderClientClient) Delete3_1 ¶
func (c *ProviderClientClient) Delete3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int32, error)
Delete3_1 calls the Delete3_1 RPC.
func (*ProviderClientClient) GetLocalContentProvider ¶
func (c *ProviderClientClient) GetLocalContentProvider(ctx context.Context) (int64, error)
GetLocalContentProvider calls the GetLocalContentProvider RPC.
func (*ProviderClientClient) GetStreamTypes ¶
func (c *ProviderClientClient) GetStreamTypes(ctx context.Context, arg0 int64, arg1 string) (int64, error)
GetStreamTypes calls the GetStreamTypes RPC.
func (*ProviderClientClient) Insert3_1 ¶
func (c *ProviderClientClient) Insert3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
Insert3_1 calls the Insert3_1 RPC.
func (*ProviderClientClient) OpenAssetFile2 ¶
func (c *ProviderClientClient) OpenAssetFile2(ctx context.Context, arg0 int64, arg1 string) (int64, error)
OpenAssetFile2 calls the OpenAssetFile2 RPC.
func (*ProviderClientClient) OpenAssetFile3_1 ¶
func (c *ProviderClientClient) OpenAssetFile3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
OpenAssetFile3_1 calls the OpenAssetFile3_1 RPC.
func (*ProviderClientClient) OpenFile2 ¶
func (c *ProviderClientClient) OpenFile2(ctx context.Context, arg0 int64, arg1 string) (int64, error)
OpenFile2 calls the OpenFile2 RPC.
func (*ProviderClientClient) OpenFile3_1 ¶
func (c *ProviderClientClient) OpenFile3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
OpenFile3_1 calls the OpenFile3_1 RPC.
func (*ProviderClientClient) OpenTypedAssetFile ¶
func (c *ProviderClientClient) OpenTypedAssetFile(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)
OpenTypedAssetFile calls the OpenTypedAssetFile RPC.
func (*ProviderClientClient) OpenTypedAssetFileDescriptor3 ¶
func (c *ProviderClientClient) OpenTypedAssetFileDescriptor3(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)
OpenTypedAssetFileDescriptor3 calls the OpenTypedAssetFileDescriptor3 RPC.
func (*ProviderClientClient) OpenTypedAssetFileDescriptor4_1 ¶
func (c *ProviderClientClient) OpenTypedAssetFileDescriptor4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)
OpenTypedAssetFileDescriptor4_1 calls the OpenTypedAssetFileDescriptor4_1 RPC.
func (*ProviderClientClient) Query4 ¶
func (c *ProviderClientClient) Query4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)
Query4 calls the Query4 RPC.
func (*ProviderClientClient) Query5_1 ¶
func (c *ProviderClientClient) Query5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 string) (int64, error)
Query5_1 calls the Query5_1 RPC.
func (*ProviderClientClient) Query6_2 ¶
func (c *ProviderClientClient) Query6_2(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 string, arg5 int64) (int64, error)
Query6_2 calls the Query6_2 RPC.
func (*ProviderClientClient) Refresh ¶
func (c *ProviderClientClient) Refresh(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)
Refresh calls the Refresh RPC.
func (*ProviderClientClient) Release ¶
func (c *ProviderClientClient) Release(ctx context.Context) (bool, error)
Release calls the Release RPC.
func (*ProviderClientClient) Uncanonicalize ¶
Uncanonicalize calls the Uncanonicalize RPC.
type ProviderOperationBuilderClient ¶
type ProviderOperationBuilderClient struct {
// contains filtered or unexported fields
}
ProviderOperationBuilderClient wraps the gRPC ProviderOperationBuilderService client.
func NewProviderOperationBuilderClient ¶
func NewProviderOperationBuilderClient(cc grpc.ClientConnInterface) *ProviderOperationBuilderClient
NewProviderOperationBuilderClient creates a new ProviderOperationBuilder client.
func (*ProviderOperationBuilderClient) Build ¶
func (c *ProviderOperationBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*ProviderOperationBuilderClient) WithExceptionAllowed ¶
func (c *ProviderOperationBuilderClient) WithExceptionAllowed(ctx context.Context, arg0 bool) (int64, error)
WithExceptionAllowed calls the WithExceptionAllowed RPC.
func (*ProviderOperationBuilderClient) WithExpectedCount ¶
func (c *ProviderOperationBuilderClient) WithExpectedCount(ctx context.Context, arg0 int32) (int64, error)
WithExpectedCount calls the WithExpectedCount RPC.
func (*ProviderOperationBuilderClient) WithExtra ¶
func (c *ProviderOperationBuilderClient) WithExtra(ctx context.Context, arg0 string, arg1 int64) (int64, error)
WithExtra calls the WithExtra RPC.
func (*ProviderOperationBuilderClient) WithExtraBackReference2 ¶
func (c *ProviderOperationBuilderClient) WithExtraBackReference2(ctx context.Context, arg0 string, arg1 int32) (int64, error)
WithExtraBackReference2 calls the WithExtraBackReference2 RPC.
func (*ProviderOperationBuilderClient) WithExtraBackReference3_1 ¶
func (c *ProviderOperationBuilderClient) WithExtraBackReference3_1(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int64, error)
WithExtraBackReference3_1 calls the WithExtraBackReference3_1 RPC.
func (*ProviderOperationBuilderClient) WithExtras ¶
WithExtras calls the WithExtras RPC.
func (*ProviderOperationBuilderClient) WithSelection ¶
func (c *ProviderOperationBuilderClient) WithSelection(ctx context.Context, arg0 string, arg1 int64) (int64, error)
WithSelection calls the WithSelection RPC.
func (*ProviderOperationBuilderClient) WithSelectionBackReference2 ¶
func (c *ProviderOperationBuilderClient) WithSelectionBackReference2(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
WithSelectionBackReference2 calls the WithSelectionBackReference2 RPC.
func (*ProviderOperationBuilderClient) WithSelectionBackReference3_1 ¶
func (c *ProviderOperationBuilderClient) WithSelectionBackReference3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 string) (int64, error)
WithSelectionBackReference3_1 calls the WithSelectionBackReference3_1 RPC.
func (*ProviderOperationBuilderClient) WithValue ¶
func (c *ProviderOperationBuilderClient) WithValue(ctx context.Context, arg0 string, arg1 int64) (int64, error)
WithValue calls the WithValue RPC.
func (*ProviderOperationBuilderClient) WithValueBackReference2 ¶
func (c *ProviderOperationBuilderClient) WithValueBackReference2(ctx context.Context, arg0 string, arg1 int32) (int64, error)
WithValueBackReference2 calls the WithValueBackReference2 RPC.
func (*ProviderOperationBuilderClient) WithValueBackReference3_1 ¶
func (c *ProviderOperationBuilderClient) WithValueBackReference3_1(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int64, error)
WithValueBackReference3_1 calls the WithValueBackReference3_1 RPC.
func (*ProviderOperationBuilderClient) WithValueBackReferences ¶
func (c *ProviderOperationBuilderClient) WithValueBackReferences(ctx context.Context, arg0 int64) (int64, error)
WithValueBackReferences calls the WithValueBackReferences RPC.
func (*ProviderOperationBuilderClient) WithValues ¶
WithValues calls the WithValues RPC.
func (*ProviderOperationBuilderClient) WithYieldAllowed ¶
func (c *ProviderOperationBuilderClient) WithYieldAllowed(ctx context.Context, arg0 bool) (int64, error)
WithYieldAllowed calls the WithYieldAllowed RPC.
type ProviderOperationClient ¶
type ProviderOperationClient struct {
// contains filtered or unexported fields
}
ProviderOperationClient wraps the gRPC ProviderOperationService client.
func NewProviderOperationClient ¶
func NewProviderOperationClient(cc grpc.ClientConnInterface) *ProviderOperationClient
NewProviderOperationClient creates a new ProviderOperation client.
func (*ProviderOperationClient) Apply ¶
func (c *ProviderOperationClient) Apply(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (int64, error)
Apply calls the Apply RPC.
func (*ProviderOperationClient) DescribeContents ¶
func (c *ProviderOperationClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ProviderOperationClient) GetUri ¶
func (c *ProviderOperationClient) GetUri(ctx context.Context) (int64, error)
GetUri calls the GetUri RPC.
func (*ProviderOperationClient) IsAssertQuery ¶
func (c *ProviderOperationClient) IsAssertQuery(ctx context.Context) (bool, error)
IsAssertQuery calls the IsAssertQuery RPC.
func (*ProviderOperationClient) IsCall ¶
func (c *ProviderOperationClient) IsCall(ctx context.Context) (bool, error)
IsCall calls the IsCall RPC.
func (*ProviderOperationClient) IsDelete ¶
func (c *ProviderOperationClient) IsDelete(ctx context.Context) (bool, error)
IsDelete calls the IsDelete RPC.
func (*ProviderOperationClient) IsExceptionAllowed ¶
func (c *ProviderOperationClient) IsExceptionAllowed(ctx context.Context) (bool, error)
IsExceptionAllowed calls the IsExceptionAllowed RPC.
func (*ProviderOperationClient) IsInsert ¶
func (c *ProviderOperationClient) IsInsert(ctx context.Context) (bool, error)
IsInsert calls the IsInsert RPC.
func (*ProviderOperationClient) IsReadOperation ¶
func (c *ProviderOperationClient) IsReadOperation(ctx context.Context) (bool, error)
IsReadOperation calls the IsReadOperation RPC.
func (*ProviderOperationClient) IsUpdate ¶
func (c *ProviderOperationClient) IsUpdate(ctx context.Context) (bool, error)
IsUpdate calls the IsUpdate RPC.
func (*ProviderOperationClient) IsWriteOperation ¶
func (c *ProviderOperationClient) IsWriteOperation(ctx context.Context) (bool, error)
IsWriteOperation calls the IsWriteOperation RPC.
func (*ProviderOperationClient) IsYieldAllowed ¶
func (c *ProviderOperationClient) IsYieldAllowed(ctx context.Context) (bool, error)
IsYieldAllowed calls the IsYieldAllowed RPC.
func (*ProviderOperationClient) NewAssertQuery ¶
NewAssertQuery calls the NewAssertQuery RPC.
func (*ProviderOperationClient) NewCall ¶
func (c *ProviderOperationClient) NewCall(ctx context.Context, arg0 int64, arg1 string, arg2 string) (int64, error)
NewCall calls the NewCall RPC.
func (*ProviderOperationClient) ResolveExtrasBackReferences ¶
func (c *ProviderOperationClient) ResolveExtrasBackReferences(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
ResolveExtrasBackReferences calls the ResolveExtrasBackReferences RPC.
func (*ProviderOperationClient) ResolveSelectionArgsBackReferences ¶
func (c *ProviderOperationClient) ResolveSelectionArgsBackReferences(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
ResolveSelectionArgsBackReferences calls the ResolveSelectionArgsBackReferences RPC.
func (*ProviderOperationClient) ResolveValueBackReferences ¶
func (c *ProviderOperationClient) ResolveValueBackReferences(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
ResolveValueBackReferences calls the ResolveValueBackReferences RPC.
func (*ProviderOperationClient) ToString ¶
func (c *ProviderOperationClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*ProviderOperationClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type ProviderResultClient ¶
type ProviderResultClient struct {
// contains filtered or unexported fields
}
ProviderResultClient wraps the gRPC ProviderResultService client.
func NewProviderResultClient ¶
func NewProviderResultClient(cc grpc.ClientConnInterface) *ProviderResultClient
NewProviderResultClient creates a new ProviderResult client.
func (*ProviderResultClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*ProviderResultClient) WriteToParcel ¶
func (c *ProviderResultClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type QueryMapClient ¶
type QueryMapClient struct {
// contains filtered or unexported fields
}
QueryMapClient wraps the gRPC QueryMapService client.
func NewQueryMapClient ¶
func NewQueryMapClient(cc grpc.ClientConnInterface) *QueryMapClient
NewQueryMapClient creates a new QueryMap client.
func (*QueryMapClient) Requery ¶
func (c *QueryMapClient) Requery(ctx context.Context, handle int64) error
Requery calls the Requery RPC.
func (*QueryMapClient) SetKeepUpdated ¶
SetKeepUpdated calls the SetKeepUpdated RPC.
type ResourcesClient ¶
type ResourcesClient struct {
// contains filtered or unexported fields
}
ResourcesClient wraps the gRPC ResourcesService client.
func NewResourcesClient ¶
func NewResourcesClient(cc grpc.ClientConnInterface) *ResourcesClient
NewResourcesClient creates a new Resources client.
func (*ResourcesClient) AddLoaders ¶
AddLoaders calls the AddLoaders RPC.
func (*ResourcesClient) FinishPreloading ¶
func (c *ResourcesClient) FinishPreloading(ctx context.Context, handle int64) error
FinishPreloading calls the FinishPreloading RPC.
func (*ResourcesClient) FlushLayoutCache ¶
func (c *ResourcesClient) FlushLayoutCache(ctx context.Context, handle int64) error
FlushLayoutCache calls the FlushLayoutCache RPC.
func (*ResourcesClient) GetAnimation ¶
func (c *ResourcesClient) GetAnimation(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetAnimation calls the GetAnimation RPC.
func (*ResourcesClient) GetAttributeSetSourceResId ¶
func (c *ResourcesClient) GetAttributeSetSourceResId(ctx context.Context, handle int64, arg0 int64) (int32, error)
GetAttributeSetSourceResId calls the GetAttributeSetSourceResId RPC.
func (*ResourcesClient) GetBoolean ¶
GetBoolean calls the GetBoolean RPC.
func (*ResourcesClient) GetColor2_1 ¶
func (c *ResourcesClient) GetColor2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int32, error)
GetColor2_1 calls the GetColor2_1 RPC.
func (*ResourcesClient) GetColorStateList1 ¶
func (c *ResourcesClient) GetColorStateList1(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetColorStateList1 calls the GetColorStateList1 RPC.
func (*ResourcesClient) GetColorStateList2_1 ¶
func (c *ResourcesClient) GetColorStateList2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
GetColorStateList2_1 calls the GetColorStateList2_1 RPC.
func (*ResourcesClient) GetConfiguration ¶
GetConfiguration calls the GetConfiguration RPC.
func (*ResourcesClient) GetDimension ¶
func (c *ResourcesClient) GetDimension(ctx context.Context, handle int64, arg0 int32) (float32, error)
GetDimension calls the GetDimension RPC.
func (*ResourcesClient) GetDimensionPixelOffset ¶
func (c *ResourcesClient) GetDimensionPixelOffset(ctx context.Context, handle int64, arg0 int32) (int32, error)
GetDimensionPixelOffset calls the GetDimensionPixelOffset RPC.
func (*ResourcesClient) GetDimensionPixelSize ¶
func (c *ResourcesClient) GetDimensionPixelSize(ctx context.Context, handle int64, arg0 int32) (int32, error)
GetDimensionPixelSize calls the GetDimensionPixelSize RPC.
func (*ResourcesClient) GetDisplayMetrics ¶
GetDisplayMetrics calls the GetDisplayMetrics RPC.
func (*ResourcesClient) GetDrawable1 ¶
func (c *ResourcesClient) GetDrawable1(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetDrawable1 calls the GetDrawable1 RPC.
func (*ResourcesClient) GetDrawable2_1 ¶
func (c *ResourcesClient) GetDrawable2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
GetDrawable2_1 calls the GetDrawable2_1 RPC.
func (*ResourcesClient) GetDrawableForDensity2 ¶
func (c *ResourcesClient) GetDrawableForDensity2(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)
GetDrawableForDensity2 calls the GetDrawableForDensity2 RPC.
func (*ResourcesClient) GetDrawableForDensity3_1 ¶
func (c *ResourcesClient) GetDrawableForDensity3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (int64, error)
GetDrawableForDensity3_1 calls the GetDrawableForDensity3_1 RPC.
func (*ResourcesClient) GetFraction ¶
func (c *ResourcesClient) GetFraction(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) (float32, error)
GetFraction calls the GetFraction RPC.
func (*ResourcesClient) GetIdentifier ¶
func (c *ResourcesClient) GetIdentifier(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string) (int32, error)
GetIdentifier calls the GetIdentifier RPC.
func (*ResourcesClient) GetIntArray ¶
GetIntArray calls the GetIntArray RPC.
func (*ResourcesClient) GetInteger ¶
GetInteger calls the GetInteger RPC.
func (*ResourcesClient) GetQuantityString2 ¶
func (c *ResourcesClient) GetQuantityString2(ctx context.Context, handle int64, arg0 int32, arg1 int32) (string, error)
GetQuantityString2 calls the GetQuantityString2 RPC.
func (*ResourcesClient) GetQuantityString3_1 ¶
func (c *ResourcesClient) GetQuantityString3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (string, error)
GetQuantityString3_1 calls the GetQuantityString3_1 RPC.
func (*ResourcesClient) GetQuantityText ¶
func (c *ResourcesClient) GetQuantityText(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)
GetQuantityText calls the GetQuantityText RPC.
func (*ResourcesClient) GetResourceEntryName ¶
func (c *ResourcesClient) GetResourceEntryName(ctx context.Context, handle int64, arg0 int32) (string, error)
GetResourceEntryName calls the GetResourceEntryName RPC.
func (*ResourcesClient) GetResourceName ¶
func (c *ResourcesClient) GetResourceName(ctx context.Context, handle int64, arg0 int32) (string, error)
GetResourceName calls the GetResourceName RPC.
func (*ResourcesClient) GetResourcePackageName ¶
func (c *ResourcesClient) GetResourcePackageName(ctx context.Context, handle int64, arg0 int32) (string, error)
GetResourcePackageName calls the GetResourcePackageName RPC.
func (*ResourcesClient) GetResourceTypeName ¶
func (c *ResourcesClient) GetResourceTypeName(ctx context.Context, handle int64, arg0 int32) (string, error)
GetResourceTypeName calls the GetResourceTypeName RPC.
func (*ResourcesClient) GetString1 ¶
GetString1 calls the GetString1 RPC.
func (*ResourcesClient) GetString2_1 ¶
func (c *ResourcesClient) GetString2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (string, error)
GetString2_1 calls the GetString2_1 RPC.
func (*ResourcesClient) GetStringArray ¶
func (c *ResourcesClient) GetStringArray(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetStringArray calls the GetStringArray RPC.
func (*ResourcesClient) GetText2_1 ¶
func (c *ResourcesClient) GetText2_1(ctx context.Context, handle int64, arg0 int32, arg1 string) (int64, error)
GetText2_1 calls the GetText2_1 RPC.
func (*ResourcesClient) GetTextArray ¶
func (c *ResourcesClient) GetTextArray(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetTextArray calls the GetTextArray RPC.
func (*ResourcesClient) GetValue3 ¶
func (c *ResourcesClient) GetValue3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 bool) error
GetValue3 calls the GetValue3 RPC.
func (*ResourcesClient) GetValue3_1 ¶
func (c *ResourcesClient) GetValue3_1(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 bool) error
GetValue3_1 calls the GetValue3_1 RPC.
func (*ResourcesClient) GetValueForDensity ¶
func (c *ResourcesClient) GetValueForDensity(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, arg3 bool) error
GetValueForDensity calls the GetValueForDensity RPC.
func (*ResourcesClient) ObtainAttributes ¶
func (c *ResourcesClient) ObtainAttributes(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
ObtainAttributes calls the ObtainAttributes RPC.
func (*ResourcesClient) ObtainTypedArray ¶
func (c *ResourcesClient) ObtainTypedArray(ctx context.Context, handle int64, arg0 int32) (int64, error)
ObtainTypedArray calls the ObtainTypedArray RPC.
func (*ResourcesClient) OpenRawResource1 ¶
func (c *ResourcesClient) OpenRawResource1(ctx context.Context, handle int64, arg0 int32) (int64, error)
OpenRawResource1 calls the OpenRawResource1 RPC.
func (*ResourcesClient) OpenRawResource2_1 ¶
func (c *ResourcesClient) OpenRawResource2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
OpenRawResource2_1 calls the OpenRawResource2_1 RPC.
func (*ResourcesClient) OpenRawResourceFd ¶
func (c *ResourcesClient) OpenRawResourceFd(ctx context.Context, handle int64, arg0 int32) (int64, error)
OpenRawResourceFd calls the OpenRawResourceFd RPC.
func (*ResourcesClient) ParseBundleExtra ¶
func (c *ResourcesClient) ParseBundleExtra(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64) error
ParseBundleExtra calls the ParseBundleExtra RPC.
func (*ResourcesClient) ParseBundleExtras ¶
func (c *ResourcesClient) ParseBundleExtras(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
ParseBundleExtras calls the ParseBundleExtras RPC.
func (*ResourcesClient) RegisterResourcePaths ¶
func (c *ResourcesClient) RegisterResourcePaths(ctx context.Context, handle int64, arg0 string, arg1 int64) error
RegisterResourcePaths calls the RegisterResourcePaths RPC.
func (*ResourcesClient) RemoveLoaders ¶
RemoveLoaders calls the RemoveLoaders RPC.
func (*ResourcesClient) UpdateConfiguration ¶
func (c *ResourcesClient) UpdateConfiguration(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
UpdateConfiguration calls the UpdateConfiguration RPC.
type ResourcesThemeClient ¶
type ResourcesThemeClient struct {
// contains filtered or unexported fields
}
ResourcesThemeClient wraps the gRPC ResourcesThemeService client.
func NewResourcesThemeClient ¶
func NewResourcesThemeClient(cc grpc.ClientConnInterface) *ResourcesThemeClient
NewResourcesThemeClient creates a new ResourcesTheme client.
func (*ResourcesThemeClient) ApplyStyle ¶
ApplyStyle calls the ApplyStyle RPC.
func (*ResourcesThemeClient) Dump ¶
func (c *ResourcesThemeClient) Dump(ctx context.Context, arg0 int32, arg1 string, arg2 string) error
Dump calls the Dump RPC.
func (*ResourcesThemeClient) GetAttributeResolutionStack ¶
func (c *ResourcesThemeClient) GetAttributeResolutionStack(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (int64, error)
GetAttributeResolutionStack calls the GetAttributeResolutionStack RPC.
func (*ResourcesThemeClient) GetChangingConfigurations ¶
func (c *ResourcesThemeClient) GetChangingConfigurations(ctx context.Context) (int32, error)
GetChangingConfigurations calls the GetChangingConfigurations RPC.
func (*ResourcesThemeClient) GetDrawable ¶
GetDrawable calls the GetDrawable RPC.
func (*ResourcesThemeClient) GetExplicitStyle ¶
GetExplicitStyle calls the GetExplicitStyle RPC.
func (*ResourcesThemeClient) GetResources ¶
func (c *ResourcesThemeClient) GetResources(ctx context.Context) (int64, error)
GetResources calls the GetResources RPC.
func (*ResourcesThemeClient) HashCode ¶
func (c *ResourcesThemeClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*ResourcesThemeClient) ObtainStyledAttributes1_2 ¶
func (c *ResourcesThemeClient) ObtainStyledAttributes1_2(ctx context.Context, arg0 int64) (int64, error)
ObtainStyledAttributes1_2 calls the ObtainStyledAttributes1_2 RPC.
func (*ResourcesThemeClient) ObtainStyledAttributes2_1 ¶
func (c *ResourcesThemeClient) ObtainStyledAttributes2_1(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
ObtainStyledAttributes2_1 calls the ObtainStyledAttributes2_1 RPC.
func (*ResourcesThemeClient) ObtainStyledAttributes4 ¶
func (c *ResourcesThemeClient) ObtainStyledAttributes4(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) (int64, error)
ObtainStyledAttributes4 calls the ObtainStyledAttributes4 RPC.
func (*ResourcesThemeClient) Rebase ¶
func (c *ResourcesThemeClient) Rebase(ctx context.Context) error
Rebase calls the Rebase RPC.
func (*ResourcesThemeClient) ResolveAttribute ¶
func (c *ResourcesThemeClient) ResolveAttribute(ctx context.Context, arg0 int32, arg1 int64, arg2 bool) (bool, error)
ResolveAttribute calls the ResolveAttribute RPC.
type RestrictionEntryClient ¶
type RestrictionEntryClient struct {
// contains filtered or unexported fields
}
RestrictionEntryClient wraps the gRPC RestrictionEntryService client.
func NewRestrictionEntryClient ¶
func NewRestrictionEntryClient(cc grpc.ClientConnInterface) *RestrictionEntryClient
NewRestrictionEntryClient creates a new RestrictionEntry client.
func (*RestrictionEntryClient) CreateBundleArrayEntry ¶
func (c *RestrictionEntryClient) CreateBundleArrayEntry(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error)
CreateBundleArrayEntry calls the CreateBundleArrayEntry RPC.
func (*RestrictionEntryClient) CreateBundleEntry ¶
func (c *RestrictionEntryClient) CreateBundleEntry(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error)
CreateBundleEntry calls the CreateBundleEntry RPC.
func (*RestrictionEntryClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*RestrictionEntryClient) Equals ¶
func (c *RestrictionEntryClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*RestrictionEntryClient) GetAllSelectedStrings ¶
func (c *RestrictionEntryClient) GetAllSelectedStrings(ctx context.Context, handle int64) (int64, error)
GetAllSelectedStrings calls the GetAllSelectedStrings RPC.
func (*RestrictionEntryClient) GetChoiceEntries ¶
GetChoiceEntries calls the GetChoiceEntries RPC.
func (*RestrictionEntryClient) GetChoiceValues ¶
GetChoiceValues calls the GetChoiceValues RPC.
func (*RestrictionEntryClient) GetDescription ¶
GetDescription calls the GetDescription RPC.
func (*RestrictionEntryClient) GetIntValue ¶
GetIntValue calls the GetIntValue RPC.
func (*RestrictionEntryClient) GetRestrictions ¶
GetRestrictions calls the GetRestrictions RPC.
func (*RestrictionEntryClient) GetSelectedState ¶
GetSelectedState calls the GetSelectedState RPC.
func (*RestrictionEntryClient) GetSelectedString ¶
func (c *RestrictionEntryClient) GetSelectedString(ctx context.Context, handle int64) (string, error)
GetSelectedString calls the GetSelectedString RPC.
func (*RestrictionEntryClient) SetAllSelectedStrings ¶
func (c *RestrictionEntryClient) SetAllSelectedStrings(ctx context.Context, handle int64, arg0 int64) error
SetAllSelectedStrings calls the SetAllSelectedStrings RPC.
func (*RestrictionEntryClient) SetChoiceEntries1_1 ¶
func (c *RestrictionEntryClient) SetChoiceEntries1_1(ctx context.Context, handle int64, arg0 int64) error
SetChoiceEntries1_1 calls the SetChoiceEntries1_1 RPC.
func (*RestrictionEntryClient) SetChoiceEntries2 ¶
func (c *RestrictionEntryClient) SetChoiceEntries2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
SetChoiceEntries2 calls the SetChoiceEntries2 RPC.
func (*RestrictionEntryClient) SetChoiceValues1_1 ¶
func (c *RestrictionEntryClient) SetChoiceValues1_1(ctx context.Context, handle int64, arg0 int64) error
SetChoiceValues1_1 calls the SetChoiceValues1_1 RPC.
func (*RestrictionEntryClient) SetChoiceValues2 ¶
func (c *RestrictionEntryClient) SetChoiceValues2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
SetChoiceValues2 calls the SetChoiceValues2 RPC.
func (*RestrictionEntryClient) SetDescription ¶
func (c *RestrictionEntryClient) SetDescription(ctx context.Context, handle int64, arg0 string) error
SetDescription calls the SetDescription RPC.
func (*RestrictionEntryClient) SetIntValue ¶
SetIntValue calls the SetIntValue RPC.
func (*RestrictionEntryClient) SetRestrictions ¶
func (c *RestrictionEntryClient) SetRestrictions(ctx context.Context, handle int64, arg0 int64) error
SetRestrictions calls the SetRestrictions RPC.
func (*RestrictionEntryClient) SetSelectedState ¶
func (c *RestrictionEntryClient) SetSelectedState(ctx context.Context, handle int64, arg0 bool) error
SetSelectedState calls the SetSelectedState RPC.
func (*RestrictionEntryClient) SetSelectedString ¶
func (c *RestrictionEntryClient) SetSelectedString(ctx context.Context, handle int64, arg0 string) error
SetSelectedString calls the SetSelectedString RPC.
func (*RestrictionEntryClient) WriteToParcel ¶
func (c *RestrictionEntryClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type RestrictionsManagerClient ¶
type RestrictionsManagerClient struct {
// contains filtered or unexported fields
}
RestrictionsManagerClient wraps the gRPC RestrictionsManagerService client.
func NewRestrictionsManagerClient ¶
func NewRestrictionsManagerClient(cc grpc.ClientConnInterface) *RestrictionsManagerClient
NewRestrictionsManagerClient creates a new RestrictionsManager client.
func (*RestrictionsManagerClient) CreateLocalApprovalIntent ¶
func (c *RestrictionsManagerClient) CreateLocalApprovalIntent(ctx context.Context) (int64, error)
CreateLocalApprovalIntent calls the CreateLocalApprovalIntent RPC.
func (*RestrictionsManagerClient) GetApplicationRestrictions ¶
func (c *RestrictionsManagerClient) GetApplicationRestrictions(ctx context.Context) (int64, error)
GetApplicationRestrictions calls the GetApplicationRestrictions RPC.
func (*RestrictionsManagerClient) GetApplicationRestrictionsPerAdmin ¶
func (c *RestrictionsManagerClient) GetApplicationRestrictionsPerAdmin(ctx context.Context) (int64, error)
GetApplicationRestrictionsPerAdmin calls the GetApplicationRestrictionsPerAdmin RPC.
func (*RestrictionsManagerClient) GetManifestRestrictions ¶
func (c *RestrictionsManagerClient) GetManifestRestrictions(ctx context.Context, arg0 string) (int64, error)
GetManifestRestrictions calls the GetManifestRestrictions RPC.
func (*RestrictionsManagerClient) HasRestrictionsProvider ¶
func (c *RestrictionsManagerClient) HasRestrictionsProvider(ctx context.Context) (bool, error)
HasRestrictionsProvider calls the HasRestrictionsProvider RPC.
func (*RestrictionsManagerClient) NotifyPermissionResponse ¶
func (c *RestrictionsManagerClient) NotifyPermissionResponse(ctx context.Context, arg0 string, arg1 int64) error
NotifyPermissionResponse calls the NotifyPermissionResponse RPC.
func (*RestrictionsManagerClient) RequestPermission ¶
func (c *RestrictionsManagerClient) RequestPermission(ctx context.Context, arg0 string, arg1 string, arg2 int64) error
RequestPermission calls the RequestPermission RPC.
type SearchRecentSuggestionsProviderClient ¶
type SearchRecentSuggestionsProviderClient struct {
// contains filtered or unexported fields
}
SearchRecentSuggestionsProviderClient wraps the gRPC SearchRecentSuggestionsProviderService client.
func NewSearchRecentSuggestionsProviderClient ¶
func NewSearchRecentSuggestionsProviderClient(cc grpc.ClientConnInterface) *SearchRecentSuggestionsProviderClient
NewSearchRecentSuggestionsProviderClient creates a new SearchRecentSuggestionsProvider client.
func (*SearchRecentSuggestionsProviderClient) Delete ¶
func (c *SearchRecentSuggestionsProviderClient) Delete(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int32, error)
Delete calls the Delete RPC.
func (*SearchRecentSuggestionsProviderClient) GetType ¶
func (c *SearchRecentSuggestionsProviderClient) GetType(ctx context.Context, handle int64, arg0 int64) (string, error)
GetType calls the GetType RPC.
func (*SearchRecentSuggestionsProviderClient) Insert ¶
func (c *SearchRecentSuggestionsProviderClient) Insert(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
Insert calls the Insert RPC.
func (*SearchRecentSuggestionsProviderClient) OnCreate ¶
func (c *SearchRecentSuggestionsProviderClient) OnCreate(ctx context.Context, handle int64) (bool, error)
OnCreate calls the OnCreate RPC.
type ServiceConnectionClient ¶
type ServiceConnectionClient struct {
// contains filtered or unexported fields
}
ServiceConnectionClient wraps the gRPC ServiceConnectionService client.
func NewServiceConnectionClient ¶
func NewServiceConnectionClient(cc grpc.ClientConnInterface) *ServiceConnectionClient
NewServiceConnectionClient creates a new ServiceConnection client.
func (*ServiceConnectionClient) OnServiceConnected ¶
func (c *ServiceConnectionClient) OnServiceConnected(ctx context.Context, arg0 int64, arg1 int64) error
OnServiceConnected calls the OnServiceConnected RPC.
func (*ServiceConnectionClient) OnServiceDisconnected ¶
func (c *ServiceConnectionClient) OnServiceDisconnected(ctx context.Context, arg0 int64) error
OnServiceDisconnected calls the OnServiceDisconnected RPC.
type SyncAdapterTypeClient ¶
type SyncAdapterTypeClient struct {
// contains filtered or unexported fields
}
SyncAdapterTypeClient wraps the gRPC SyncAdapterTypeService client.
func NewSyncAdapterTypeClient ¶
func NewSyncAdapterTypeClient(cc grpc.ClientConnInterface) *SyncAdapterTypeClient
NewSyncAdapterTypeClient creates a new SyncAdapterType client.
func (*SyncAdapterTypeClient) AllowParallelSyncs ¶
AllowParallelSyncs calls the AllowParallelSyncs RPC.
func (*SyncAdapterTypeClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*SyncAdapterTypeClient) GetSettingsActivity ¶
func (c *SyncAdapterTypeClient) GetSettingsActivity(ctx context.Context, handle int64) (string, error)
GetSettingsActivity calls the GetSettingsActivity RPC.
func (*SyncAdapterTypeClient) IsAlwaysSyncable ¶
IsAlwaysSyncable calls the IsAlwaysSyncable RPC.
func (*SyncAdapterTypeClient) IsUserVisible ¶
IsUserVisible calls the IsUserVisible RPC.
func (*SyncAdapterTypeClient) NewKey ¶
func (c *SyncAdapterTypeClient) NewKey(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error)
NewKey calls the NewKey RPC.
func (*SyncAdapterTypeClient) SupportsUploading ¶
SupportsUploading calls the SupportsUploading RPC.
func (*SyncAdapterTypeClient) WriteToParcel ¶
func (c *SyncAdapterTypeClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type SyncContextClient ¶
type SyncContextClient struct {
// contains filtered or unexported fields
}
SyncContextClient wraps the gRPC SyncContextService client.
func NewSyncContextClient ¶
func NewSyncContextClient(cc grpc.ClientConnInterface) *SyncContextClient
NewSyncContextClient creates a new SyncContext client.
func (*SyncContextClient) GetSyncContextBinder ¶
func (c *SyncContextClient) GetSyncContextBinder(ctx context.Context) (int64, error)
GetSyncContextBinder calls the GetSyncContextBinder RPC.
func (*SyncContextClient) OnFinished ¶
func (c *SyncContextClient) OnFinished(ctx context.Context, arg0 int64) error
OnFinished calls the OnFinished RPC.
type SyncInfoClient ¶
type SyncInfoClient struct {
// contains filtered or unexported fields
}
SyncInfoClient wraps the gRPC SyncInfoService client.
func NewSyncInfoClient ¶
func NewSyncInfoClient(cc grpc.ClientConnInterface) *SyncInfoClient
NewSyncInfoClient creates a new SyncInfo client.
func (*SyncInfoClient) DescribeContents ¶
func (c *SyncInfoClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*SyncInfoClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type SyncRequestBuilderClient ¶
type SyncRequestBuilderClient struct {
// contains filtered or unexported fields
}
SyncRequestBuilderClient wraps the gRPC SyncRequestBuilderService client.
func NewSyncRequestBuilderClient ¶
func NewSyncRequestBuilderClient(cc grpc.ClientConnInterface) *SyncRequestBuilderClient
NewSyncRequestBuilderClient creates a new SyncRequestBuilder client.
func (*SyncRequestBuilderClient) Build ¶
func (c *SyncRequestBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*SyncRequestBuilderClient) SetDisallowMetered ¶
func (c *SyncRequestBuilderClient) SetDisallowMetered(ctx context.Context, arg0 bool) (int64, error)
SetDisallowMetered calls the SetDisallowMetered RPC.
func (*SyncRequestBuilderClient) SetExpedited ¶
SetExpedited calls the SetExpedited RPC.
func (*SyncRequestBuilderClient) SetIgnoreBackoff ¶
SetIgnoreBackoff calls the SetIgnoreBackoff RPC.
func (*SyncRequestBuilderClient) SetIgnoreSettings ¶
SetIgnoreSettings calls the SetIgnoreSettings RPC.
func (*SyncRequestBuilderClient) SetNoRetry ¶
SetNoRetry calls the SetNoRetry RPC.
func (*SyncRequestBuilderClient) SetRequiresCharging ¶
func (c *SyncRequestBuilderClient) SetRequiresCharging(ctx context.Context, arg0 bool) (int64, error)
SetRequiresCharging calls the SetRequiresCharging RPC.
func (*SyncRequestBuilderClient) SetScheduleAsExpeditedJob ¶
func (c *SyncRequestBuilderClient) SetScheduleAsExpeditedJob(ctx context.Context, arg0 bool) (int64, error)
SetScheduleAsExpeditedJob calls the SetScheduleAsExpeditedJob RPC.
func (*SyncRequestBuilderClient) SetSyncAdapter ¶
func (c *SyncRequestBuilderClient) SetSyncAdapter(ctx context.Context, arg0 int64, arg1 string) (int64, error)
SetSyncAdapter calls the SetSyncAdapter RPC.
func (*SyncRequestBuilderClient) SyncOnce ¶
func (c *SyncRequestBuilderClient) SyncOnce(ctx context.Context) (int64, error)
SyncOnce calls the SyncOnce RPC.
func (*SyncRequestBuilderClient) SyncPeriodic ¶
func (c *SyncRequestBuilderClient) SyncPeriodic(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
SyncPeriodic calls the SyncPeriodic RPC.
type SyncRequestClient ¶
type SyncRequestClient struct {
// contains filtered or unexported fields
}
SyncRequestClient wraps the gRPC SyncRequestService client.
func NewSyncRequestClient ¶
func NewSyncRequestClient(cc grpc.ClientConnInterface) *SyncRequestClient
NewSyncRequestClient creates a new SyncRequest client.
func (*SyncRequestClient) DescribeContents ¶
func (c *SyncRequestClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*SyncRequestClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type SyncResultClient ¶
type SyncResultClient struct {
// contains filtered or unexported fields
}
SyncResultClient wraps the gRPC SyncResultService client.
func NewSyncResultClient ¶
func NewSyncResultClient(cc grpc.ClientConnInterface) *SyncResultClient
NewSyncResultClient creates a new SyncResult client.
func (*SyncResultClient) Clear ¶
func (c *SyncResultClient) Clear(ctx context.Context, handle int64) error
Clear calls the Clear RPC.
func (*SyncResultClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*SyncResultClient) HasHardError ¶
HasHardError calls the HasHardError RPC.
func (*SyncResultClient) HasSoftError ¶
HasSoftError calls the HasSoftError RPC.
func (*SyncResultClient) MadeSomeProgress ¶
MadeSomeProgress calls the MadeSomeProgress RPC.
func (*SyncResultClient) ToDebugString ¶
ToDebugString calls the ToDebugString RPC.
func (*SyncResultClient) WriteToParcel ¶
func (c *SyncResultClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type SyncStatsClient ¶
type SyncStatsClient struct {
// contains filtered or unexported fields
}
SyncStatsClient wraps the gRPC SyncStatsService client.
func NewSyncStatsClient ¶
func NewSyncStatsClient(cc grpc.ClientConnInterface) *SyncStatsClient
NewSyncStatsClient creates a new SyncStats client.
func (*SyncStatsClient) Clear ¶
func (c *SyncStatsClient) Clear(ctx context.Context, handle int64) error
Clear calls the Clear RPC.
func (*SyncStatsClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*SyncStatsClient) WriteToParcel ¶
func (c *SyncStatsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type SyncStatusObserverClient ¶
type SyncStatusObserverClient struct {
// contains filtered or unexported fields
}
SyncStatusObserverClient wraps the gRPC SyncStatusObserverService client.
func NewSyncStatusObserverClient ¶
func NewSyncStatusObserverClient(cc grpc.ClientConnInterface) *SyncStatusObserverClient
NewSyncStatusObserverClient creates a new SyncStatusObserver client.
func (*SyncStatusObserverClient) OnStatusChanged ¶
func (c *SyncStatusObserverClient) OnStatusChanged(ctx context.Context, arg0 int32) error
OnStatusChanged calls the OnStatusChanged RPC.
type UriMatcherClient ¶
type UriMatcherClient struct {
// contains filtered or unexported fields
}
UriMatcherClient wraps the gRPC UriMatcherService client.
func NewUriMatcherClient ¶
func NewUriMatcherClient(cc grpc.ClientConnInterface) *UriMatcherClient
NewUriMatcherClient creates a new UriMatcher client.
type UriPermissionClient ¶
type UriPermissionClient struct {
// contains filtered or unexported fields
}
UriPermissionClient wraps the gRPC UriPermissionService client.
func NewUriPermissionClient ¶
func NewUriPermissionClient(cc grpc.ClientConnInterface) *UriPermissionClient
NewUriPermissionClient creates a new UriPermission client.
func (*UriPermissionClient) DescribeContents ¶
func (c *UriPermissionClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*UriPermissionClient) GetPersistedTime ¶
func (c *UriPermissionClient) GetPersistedTime(ctx context.Context) (int64, error)
GetPersistedTime calls the GetPersistedTime RPC.
func (*UriPermissionClient) GetUri ¶
func (c *UriPermissionClient) GetUri(ctx context.Context) (int64, error)
GetUri calls the GetUri RPC.
func (*UriPermissionClient) IsReadPermission ¶
func (c *UriPermissionClient) IsReadPermission(ctx context.Context) (bool, error)
IsReadPermission calls the IsReadPermission RPC.
func (*UriPermissionClient) IsWritePermission ¶
func (c *UriPermissionClient) IsWritePermission(ctx context.Context) (bool, error)
IsWritePermission calls the IsWritePermission RPC.
func (*UriPermissionClient) ToString ¶
func (c *UriPermissionClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*UriPermissionClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type UriRelativeFilterClient ¶
type UriRelativeFilterClient struct {
// contains filtered or unexported fields
}
UriRelativeFilterClient wraps the gRPC UriRelativeFilterService client.
func NewUriRelativeFilterClient ¶
func NewUriRelativeFilterClient(cc grpc.ClientConnInterface) *UriRelativeFilterClient
NewUriRelativeFilterClient creates a new UriRelativeFilter client.
func (*UriRelativeFilterClient) Equals ¶
func (c *UriRelativeFilterClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*UriRelativeFilterClient) GetPatternType ¶
GetPatternType calls the GetPatternType RPC.
func (*UriRelativeFilterClient) GetUriPart ¶
GetUriPart calls the GetUriPart RPC.
type UriRelativeFilterGroupClient ¶
type UriRelativeFilterGroupClient struct {
// contains filtered or unexported fields
}
UriRelativeFilterGroupClient wraps the gRPC UriRelativeFilterGroupService client.
func NewUriRelativeFilterGroupClient ¶
func NewUriRelativeFilterGroupClient(cc grpc.ClientConnInterface) *UriRelativeFilterGroupClient
NewUriRelativeFilterGroupClient creates a new UriRelativeFilterGroup client.
func (*UriRelativeFilterGroupClient) AddUriRelativeFilter ¶
func (c *UriRelativeFilterGroupClient) AddUriRelativeFilter(ctx context.Context, handle int64, arg0 int64) error
AddUriRelativeFilter calls the AddUriRelativeFilter RPC.
func (*UriRelativeFilterGroupClient) Equals ¶
func (c *UriRelativeFilterGroupClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*UriRelativeFilterGroupClient) GetUriRelativeFilters ¶
func (c *UriRelativeFilterGroupClient) GetUriRelativeFilters(ctx context.Context, handle int64) (int64, error)
GetUriRelativeFilters calls the GetUriRelativeFilters RPC.
type UrisClient ¶
type UrisClient struct {
// contains filtered or unexported fields
}
UrisClient wraps the gRPC UrisService client.
func NewUrisClient ¶
func NewUrisClient(cc grpc.ClientConnInterface) *UrisClient
NewUrisClient creates a new Uris client.
func (*UrisClient) AppendId ¶
func (c *UrisClient) AppendId(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
AppendId calls the AppendId RPC.
func (*UrisClient) WithAppendedId ¶
func (c *UrisClient) WithAppendedId(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
WithAppendedId calls the WithAppendedId RPC.
type ValuesClient ¶
type ValuesClient struct {
// contains filtered or unexported fields
}
ValuesClient wraps the gRPC ValuesService client.
func NewValuesClient ¶
func NewValuesClient(cc grpc.ClientConnInterface) *ValuesClient
NewValuesClient creates a new Values client.
func (*ValuesClient) Clear ¶
func (c *ValuesClient) Clear(ctx context.Context, handle int64) error
Clear calls the Clear RPC.
func (*ValuesClient) ContainsKey ¶
ContainsKey calls the ContainsKey RPC.
func (*ValuesClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*ValuesClient) GetAsBoolean ¶
GetAsBoolean calls the GetAsBoolean RPC.
func (*ValuesClient) GetAsByteArray ¶
func (c *ValuesClient) GetAsByteArray(ctx context.Context, handle int64, arg0 string) (int64, error)
GetAsByteArray calls the GetAsByteArray RPC.
func (*ValuesClient) GetAsDouble ¶
GetAsDouble calls the GetAsDouble RPC.
func (*ValuesClient) GetAsFloat ¶
GetAsFloat calls the GetAsFloat RPC.
func (*ValuesClient) GetAsInteger ¶
GetAsInteger calls the GetAsInteger RPC.
func (*ValuesClient) GetAsShort ¶
GetAsShort calls the GetAsShort RPC.
func (*ValuesClient) GetAsString ¶
GetAsString calls the GetAsString RPC.
func (*ValuesClient) WriteToParcel ¶
func (c *ValuesClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.