Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ActionBarClient struct + func NewActionBarClient(cc grpc.ClientConnInterface) *ActionBarClient + func (c *ActionBarClient) AddOnMenuVisibilityListener(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) AddTab1(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) AddTab2_1(ctx context.Context, arg0 int64, arg1 bool) error + func (c *ActionBarClient) AddTab2_2(ctx context.Context, arg0 int64, arg1 int32) error + func (c *ActionBarClient) AddTab3_3(ctx context.Context, arg0 int64, arg1 int32, arg2 bool) error + func (c *ActionBarClient) GetCustomView(ctx context.Context) (int64, error) + func (c *ActionBarClient) GetDisplayOptions(ctx context.Context) (int32, error) + func (c *ActionBarClient) GetElevation(ctx context.Context) (float32, error) + func (c *ActionBarClient) GetHeight(ctx context.Context) (int32, error) + func (c *ActionBarClient) GetHideOffset(ctx context.Context) (int32, error) + func (c *ActionBarClient) GetNavigationItemCount(ctx context.Context) (int32, error) + func (c *ActionBarClient) GetNavigationMode(ctx context.Context) (int32, error) + func (c *ActionBarClient) GetSelectedNavigationIndex(ctx context.Context) (int32, error) + func (c *ActionBarClient) GetSelectedTab(ctx context.Context) (int64, error) + func (c *ActionBarClient) GetSubtitle(ctx context.Context) (int64, error) + func (c *ActionBarClient) GetTabAt(ctx context.Context, arg0 int32) (int64, error) + func (c *ActionBarClient) GetTabCount(ctx context.Context) (int32, error) + func (c *ActionBarClient) GetThemedContext(ctx context.Context) (int64, error) + func (c *ActionBarClient) GetTitle(ctx context.Context) (int64, error) + func (c *ActionBarClient) Hide(ctx context.Context) error + func (c *ActionBarClient) IsHideOnContentScrollEnabled(ctx context.Context) (bool, error) + func (c *ActionBarClient) IsShowing(ctx context.Context) (bool, error) + func (c *ActionBarClient) NewTab(ctx context.Context) (int64, error) + func (c *ActionBarClient) RemoveAllTabs(ctx context.Context) error + func (c *ActionBarClient) RemoveOnMenuVisibilityListener(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) RemoveTab(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) RemoveTabAt(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SelectTab(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) SetBackgroundDrawable(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) SetCustomView1(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) SetCustomView1_2(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SetCustomView2_1(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ActionBarClient) SetDisplayHomeAsUpEnabled(ctx context.Context, arg0 bool) error + func (c *ActionBarClient) SetDisplayOptions1(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SetDisplayOptions2_1(ctx context.Context, arg0 int32, arg1 int32) error + func (c *ActionBarClient) SetDisplayShowCustomEnabled(ctx context.Context, arg0 bool) error + func (c *ActionBarClient) SetDisplayShowHomeEnabled(ctx context.Context, arg0 bool) error + func (c *ActionBarClient) SetDisplayShowTitleEnabled(ctx context.Context, arg0 bool) error + func (c *ActionBarClient) SetDisplayUseLogoEnabled(ctx context.Context, arg0 bool) error + func (c *ActionBarClient) SetElevation(ctx context.Context, arg0 float32) error + func (c *ActionBarClient) SetHideOffset(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SetHideOnContentScrollEnabled(ctx context.Context, arg0 bool) error + func (c *ActionBarClient) SetHomeActionContentDescription1(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SetHomeActionContentDescription1_1(ctx context.Context, arg0 string) error + func (c *ActionBarClient) SetHomeAsUpIndicator1(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) SetHomeAsUpIndicator1_1(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SetHomeButtonEnabled(ctx context.Context, arg0 bool) error + func (c *ActionBarClient) SetIcon1(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) SetIcon1_1(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SetListNavigationCallbacks(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ActionBarClient) SetLogo1(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) SetLogo1_1(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SetNavigationMode(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SetSelectedNavigationItem(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SetSplitBackgroundDrawable(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) SetStackedBackgroundDrawable(ctx context.Context, arg0 int64) error + func (c *ActionBarClient) SetSubtitle1(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SetSubtitle1_1(ctx context.Context, arg0 string) error + func (c *ActionBarClient) SetTitle1(ctx context.Context, arg0 int32) error + func (c *ActionBarClient) SetTitle1_1(ctx context.Context, arg0 string) error + func (c *ActionBarClient) Show(ctx context.Context) error + type ActionBarOnMenuVisibilityListenerClient struct + func NewActionBarOnMenuVisibilityListenerClient(cc grpc.ClientConnInterface) *ActionBarOnMenuVisibilityListenerClient + func (c *ActionBarOnMenuVisibilityListenerClient) OnMenuVisibilityChanged(ctx context.Context, arg0 bool) error + type ActionBarOnNavigationListenerClient struct + func NewActionBarOnNavigationListenerClient(cc grpc.ClientConnInterface) *ActionBarOnNavigationListenerClient + func (c *ActionBarOnNavigationListenerClient) OnNavigationItemSelected(ctx context.Context, arg0 int32, arg1 int64) (bool, error) + type ActionBarTabClient struct + func NewActionBarTabClient(cc grpc.ClientConnInterface) *ActionBarTabClient + func (c *ActionBarTabClient) GetContentDescription(ctx context.Context) (int64, error) + func (c *ActionBarTabClient) GetCustomView(ctx context.Context) (int64, error) + func (c *ActionBarTabClient) GetIcon(ctx context.Context) (int64, error) + func (c *ActionBarTabClient) GetPosition(ctx context.Context) (int32, error) + func (c *ActionBarTabClient) GetTag(ctx context.Context) (int64, error) + func (c *ActionBarTabClient) GetText(ctx context.Context) (int64, error) + func (c *ActionBarTabClient) Select(ctx context.Context) error + func (c *ActionBarTabClient) SetContentDescription1(ctx context.Context, arg0 int32) (int64, error) + func (c *ActionBarTabClient) SetContentDescription1_1(ctx context.Context, arg0 string) (int64, error) + func (c *ActionBarTabClient) SetCustomView1(ctx context.Context, arg0 int64) (int64, error) + func (c *ActionBarTabClient) SetCustomView1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *ActionBarTabClient) SetIcon1(ctx context.Context, arg0 int64) (int64, error) + func (c *ActionBarTabClient) SetIcon1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *ActionBarTabClient) SetTabListener(ctx context.Context, arg0 int64) (int64, error) + func (c *ActionBarTabClient) SetTag(ctx context.Context, arg0 int64) (int64, error) + func (c *ActionBarTabClient) SetText1(ctx context.Context, arg0 int32) (int64, error) + func (c *ActionBarTabClient) SetText1_1(ctx context.Context, arg0 string) (int64, error) + type ActionBarTabListenerClient struct + func NewActionBarTabListenerClient(cc grpc.ClientConnInterface) *ActionBarTabListenerClient + func (c *ActionBarTabListenerClient) OnTabReselected(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ActionBarTabListenerClient) OnTabSelected(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ActionBarTabListenerClient) OnTabUnselected(ctx context.Context, arg0 int64, arg1 int64) error + type ActivityClient struct + func NewActivityClient(cc grpc.ClientConnInterface) *ActivityClient + func (c *ActivityClient) AddContentView(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) ClearOverrideActivityTransition(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) CloseContextMenu(ctx context.Context, handle int64) error + func (c *ActivityClient) CloseOptionsMenu(ctx context.Context, handle int64) error + func (c *ActivityClient) CreatePendingResult(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int32) (int64, error) + func (c *ActivityClient) DismissDialog(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) DismissKeyboardShortcutsHelper(ctx context.Context, handle int64) error + func (c *ActivityClient) DispatchGenericMotionEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) DispatchKeyShortcutEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) DispatchPopulateAccessibilityEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) DispatchTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) DispatchTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) Dump(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, ...) error + func (c *ActivityClient) EnterPictureInPictureMode0(ctx context.Context, handle int64) error + func (c *ActivityClient) EnterPictureInPictureMode1_1(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) Finish(ctx context.Context, handle int64) error + func (c *ActivityClient) FinishActivity(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) FinishActivityFromChild(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *ActivityClient) FinishAffinity(ctx context.Context, handle int64) error + func (c *ActivityClient) FinishAfterTransition(ctx context.Context, handle int64) error + func (c *ActivityClient) FinishAndRemoveTask(ctx context.Context, handle int64) error + func (c *ActivityClient) FinishFromChild(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) GetActionBar(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetApplication(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetCaller(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetCallingActivity(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetCallingPackage(ctx context.Context, handle int64) (string, error) + func (c *ActivityClient) GetChangingConfigurations(ctx context.Context, handle int64) (int32, error) + func (c *ActivityClient) GetComponentName(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetContentScene(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetContentTransitionManager(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetCurrentCaller(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetCurrentFocus(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetFragmentManager(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetInitialCaller(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetIntent(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetLastNonConfigurationInstance(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetLaunchedFromPackage(ctx context.Context, handle int64) (string, error) + func (c *ActivityClient) GetLaunchedFromUid(ctx context.Context, handle int64) (int32, error) + func (c *ActivityClient) GetLayoutInflater(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetLoaderManager(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetLocalClassName(ctx context.Context, handle int64) (string, error) + func (c *ActivityClient) GetMaxNumPictureInPictureActions(ctx context.Context, handle int64) (int32, error) + func (c *ActivityClient) GetMediaController(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetMenuInflater(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetOnBackInvokedDispatcher(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetParent(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetParentActivityIntent(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetPreferences(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *ActivityClient) GetReferrer(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetRequestedOrientation(ctx context.Context, handle int64) (int32, error) + func (c *ActivityClient) GetSearchEvent(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetSplashScreen(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetSystemService(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *ActivityClient) GetTaskId(ctx context.Context, handle int64) (int32, error) + func (c *ActivityClient) GetTitle(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetTitleColor(ctx context.Context, handle int64) (int32, error) + func (c *ActivityClient) GetVoiceInteractor(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetVolumeControlStream(ctx context.Context, handle int64) (int32, error) + func (c *ActivityClient) GetWindow(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) GetWindowManager(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) HasWindowFocus(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) InvalidateOptionsMenu(ctx context.Context, handle int64) error + func (c *ActivityClient) IsActivityTransitionRunning(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsChangingConfigurations(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsChild(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsDestroyed(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsFinishing(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsImmersive(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsInMultiWindowMode(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsInPictureInPictureMode(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsLaunchedFromBubble(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsLocalVoiceInteractionSupported(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsTaskRoot(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsVoiceInteraction(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) IsVoiceInteractionRoot(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) ManagedQuery(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (int64, error) + func (c *ActivityClient) MoveTaskToBack(ctx context.Context, handle int64, arg0 bool) (bool, error) + func (c *ActivityClient) NavigateUpTo(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) NavigateUpToFromChild(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error) + func (c *ActivityClient) OnActionModeFinished(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnActionModeStarted(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnActivityReenter(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *ActivityClient) OnActivityResult(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, ...) error + func (c *ActivityClient) OnAttachFragment(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnAttachedToWindow(ctx context.Context, handle int64) error + func (c *ActivityClient) OnBackPressed(ctx context.Context, handle int64) error + func (c *ActivityClient) OnConfigurationChanged(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnContentChanged(ctx context.Context, handle int64) error + func (c *ActivityClient) OnContextItemSelected(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) OnContextMenuClosed(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnCreate(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) OnCreateContextMenu(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error + func (c *ActivityClient) OnCreateDescription(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) OnCreateNavigateUpTaskStack(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnCreateOptionsMenu(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) OnCreatePanelMenu(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *ActivityClient) OnCreatePanelView(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *ActivityClient) OnCreateThumbnail(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error) + func (c *ActivityClient) OnCreateView3_1(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64) (int64, error) + func (c *ActivityClient) OnCreateView4(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, ...) (int64, error) + func (c *ActivityClient) OnDetachedFromWindow(ctx context.Context, handle int64) error + func (c *ActivityClient) OnEnterAnimationComplete(ctx context.Context, handle int64) error + func (c *ActivityClient) OnGenericMotionEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) OnKeyDown(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *ActivityClient) OnKeyLongPress(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *ActivityClient) OnKeyMultiple(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (bool, error) + func (c *ActivityClient) OnKeyShortcut(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *ActivityClient) OnKeyUp(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *ActivityClient) OnLocalVoiceInteractionStarted(ctx context.Context, handle int64) error + func (c *ActivityClient) OnLocalVoiceInteractionStopped(ctx context.Context, handle int64) error + func (c *ActivityClient) OnLowMemory(ctx context.Context, handle int64) error + func (c *ActivityClient) OnMenuItemSelected(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *ActivityClient) OnMenuOpened(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *ActivityClient) OnMultiWindowModeChanged1(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) OnMultiWindowModeChanged2_1(ctx context.Context, handle int64, arg0 bool, arg1 int64) error + func (c *ActivityClient) OnNavigateUp(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) OnNavigateUpFromChild(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) OnNewIntent(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) OnOptionsItemSelected(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) OnOptionsMenuClosed(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnPanelClosed(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *ActivityClient) OnPictureInPictureModeChanged1(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) OnPictureInPictureModeChanged2_1(ctx context.Context, handle int64, arg0 bool, arg1 int64) error + func (c *ActivityClient) OnPictureInPictureRequested(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) OnPictureInPictureUiStateChanged(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnPostCreate(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) OnPrepareNavigateUpTaskStack(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnPrepareOptionsMenu(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) OnPreparePanel(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64) (bool, error) + func (c *ActivityClient) OnProvideAssistContent(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnProvideAssistData(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnProvideReferrer(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) OnRequestPermissionsResult3(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64) error + func (c *ActivityClient) OnRequestPermissionsResult4_1(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64, ...) error + func (c *ActivityClient) OnRestoreInstanceState(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) OnRetainNonConfigurationInstance(ctx context.Context, handle int64) (int64, error) + func (c *ActivityClient) OnSaveInstanceState(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) OnSearchRequested0(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) OnSearchRequested1_1(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) OnStateNotSaved(ctx context.Context, handle int64) error + func (c *ActivityClient) OnTopResumedActivityChanged(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) OnTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) OnTrimMemory(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) OnUserInteraction(ctx context.Context, handle int64) error + func (c *ActivityClient) OnVisibleBehindCanceled(ctx context.Context, handle int64) error + func (c *ActivityClient) OnWindowAttributesChanged(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OnWindowFocusChanged(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) OnWindowStartingActionMode1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *ActivityClient) OnWindowStartingActionMode2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error) + func (c *ActivityClient) OpenContextMenu(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) OpenOptionsMenu(ctx context.Context, handle int64) error + func (c *ActivityClient) OverrideActivityTransition3(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *ActivityClient) OverrideActivityTransition4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error + func (c *ActivityClient) OverridePendingTransition2(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *ActivityClient) OverridePendingTransition3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + func (c *ActivityClient) PostponeEnterTransition(ctx context.Context, handle int64) error + func (c *ActivityClient) Recreate(ctx context.Context, handle int64) error + func (c *ActivityClient) RegisterActivityLifecycleCallbacks(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) RegisterComponentCallbacks(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) RegisterForContextMenu(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) RegisterScreenCaptureCallback(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) ReleaseInstance(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) RemoveDialog(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) ReportFullyDrawn(ctx context.Context, handle int64) error + func (c *ActivityClient) RequestDragAndDropPermissions(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *ActivityClient) RequestOpenInBrowserEducation(ctx context.Context, handle int64) error + func (c *ActivityClient) RequestPermissions2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *ActivityClient) RequestPermissions3_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) error + func (c *ActivityClient) RequestShowKeyboardShortcuts(ctx context.Context, handle int64) error + func (c *ActivityClient) RequestVisibleBehind(ctx context.Context, handle int64, arg0 bool) (bool, error) + func (c *ActivityClient) RequestWindowFeature(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *ActivityClient) RunOnUiThread(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) SetActionBar(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) SetAllowCrossUidActivitySwitchFromBelow(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetContentTransitionManager(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) SetContentView1(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) SetContentView1_2(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) SetContentView2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) SetDefaultKeyMode(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) SetEnterSharedElementCallback(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) SetExitSharedElementCallback(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) SetFeatureDrawable(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *ActivityClient) SetFeatureDrawableAlpha(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *ActivityClient) SetFeatureDrawableResource(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *ActivityClient) SetFeatureDrawableUri(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *ActivityClient) SetFinishOnTouchOutside(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetImmersive(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetInheritShowWhenLocked(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetIntent1(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) SetIntent2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) SetLocusContext(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) SetMediaController(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) SetPictureInPictureParams(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) SetProgress(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) SetProgressBarIndeterminate(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetProgressBarIndeterminateVisibility(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetProgressBarVisibility(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetRecentsScreenshotEnabled(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetRequestedOrientation(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) SetResult1(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) SetResult2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *ActivityClient) SetSecondaryProgress(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) SetShouldDockBigOverlays(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetShowWhenLocked(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetTaskDescription(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) SetTheme(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) SetTitle1(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) SetTitle1_1(ctx context.Context, handle int64, arg0 string) error + func (c *ActivityClient) SetTitleColor(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) SetTranslucent(ctx context.Context, handle int64, arg0 bool) (bool, error) + func (c *ActivityClient) SetTurnScreenOn(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetVisible(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) SetVolumeControlStream(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) SetVrModeEnabled(ctx context.Context, handle int64, arg0 bool, arg1 int64) error + func (c *ActivityClient) ShouldDockBigOverlays(ctx context.Context, handle int64) (bool, error) + func (c *ActivityClient) ShouldShowRequestPermissionRationale1(ctx context.Context, handle int64, arg0 string) (bool, error) + func (c *ActivityClient) ShouldShowRequestPermissionRationale2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (bool, error) + func (c *ActivityClient) ShouldUpRecreateTask(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) ShowAssist(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) ShowDialog1(ctx context.Context, handle int64, arg0 int32) error + func (c *ActivityClient) ShowDialog2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *ActivityClient) ShowLockTaskEscapeMessage(ctx context.Context, handle int64) error + func (c *ActivityClient) StartActionMode1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *ActivityClient) StartActionMode2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error) + func (c *ActivityClient) StartActivities1(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) StartActivities2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) StartActivity1(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) StartActivity2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ActivityClient) StartActivityForResult2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *ActivityClient) StartActivityForResult3_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) error + func (c *ActivityClient) StartActivityFromChild3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) error + func (c *ActivityClient) StartActivityFromChild4_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) error + func (c *ActivityClient) StartActivityFromFragment3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) error + func (c *ActivityClient) StartActivityFromFragment4_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) error + func (c *ActivityClient) StartActivityIfNeeded2(ctx context.Context, handle int64, arg0 int64, arg1 int32) (bool, error) + func (c *ActivityClient) StartActivityIfNeeded3_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (bool, error) + func (c *ActivityClient) StartIntentSender5(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) error + func (c *ActivityClient) StartIntentSender6_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) error + func (c *ActivityClient) StartIntentSenderForResult6(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) error + func (c *ActivityClient) StartIntentSenderForResult7_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) error + func (c *ActivityClient) StartIntentSenderFromChild7(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) error + func (c *ActivityClient) StartIntentSenderFromChild8_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) error + func (c *ActivityClient) StartLocalVoiceInteraction(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) StartLockTask(ctx context.Context, handle int64) error + func (c *ActivityClient) StartManagingCursor(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) StartNextMatchingActivity1(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *ActivityClient) StartNextMatchingActivity2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error) + func (c *ActivityClient) StartPostponedEnterTransition(ctx context.Context, handle int64) error + func (c *ActivityClient) StartSearch(ctx context.Context, handle int64, arg0 string, arg1 bool, arg2 int64, ...) error + func (c *ActivityClient) StopLocalVoiceInteraction(ctx context.Context, handle int64) error + func (c *ActivityClient) StopLockTask(ctx context.Context, handle int64) error + func (c *ActivityClient) StopManagingCursor(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) TakeKeyEvents(ctx context.Context, handle int64, arg0 bool) error + func (c *ActivityClient) TriggerSearch(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *ActivityClient) UnregisterActivityLifecycleCallbacks(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) UnregisterComponentCallbacks(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) UnregisterForContextMenu(ctx context.Context, handle int64, arg0 int64) error + func (c *ActivityClient) UnregisterScreenCaptureCallback(ctx context.Context, handle int64, arg0 int64) error + type ActivityGroupClient struct + func NewActivityGroupClient(cc grpc.ClientConnInterface) *ActivityGroupClient + func (c *ActivityGroupClient) GetCurrentActivity(ctx context.Context, handle int64) (int64, error) + func (c *ActivityGroupClient) GetLocalActivityManager(ctx context.Context, handle int64) (int64, error) + type ActivityManagerAppTaskClient struct + func NewActivityManagerAppTaskClient(cc grpc.ClientConnInterface) *ActivityManagerAppTaskClient + func (c *ActivityManagerAppTaskClient) FinishAndRemoveTask(ctx context.Context) error + func (c *ActivityManagerAppTaskClient) GetTaskInfo(ctx context.Context) (int64, error) + func (c *ActivityManagerAppTaskClient) MoveToFront(ctx context.Context) error + func (c *ActivityManagerAppTaskClient) SetExcludeFromRecents(ctx context.Context, arg0 bool) error + func (c *ActivityManagerAppTaskClient) StartActivity(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + type ActivityManagerClient struct + func NewActivityManagerClient(cc grpc.ClientConnInterface) *ActivityManagerClient + func (c *ActivityManagerClient) AddAppTask(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int32, error) + func (c *ActivityManagerClient) AddStartInfoTimestamp(ctx context.Context, arg0 int32, arg1 int64) error + func (c *ActivityManagerClient) AppNotResponding(ctx context.Context, arg0 string) error + func (c *ActivityManagerClient) ClearApplicationUserData(ctx context.Context) (bool, error) + func (c *ActivityManagerClient) ClearWatchHeapLimit(ctx context.Context) error + func (c *ActivityManagerClient) DumpPackageState(ctx context.Context, arg0 int64, arg1 string) error + func (c *ActivityManagerClient) GetAppTaskThumbnailSize(ctx context.Context) (int64, error) + func (c *ActivityManagerClient) GetAppTasks(ctx context.Context) (int64, error) + func (c *ActivityManagerClient) GetDeviceConfigurationInfo(ctx context.Context) (int64, error) + func (c *ActivityManagerClient) GetHistoricalProcessExitReasons(ctx context.Context, arg0 string, arg1 int32, arg2 int32) (int64, error) + func (c *ActivityManagerClient) GetHistoricalProcessStartReasons(ctx context.Context, arg0 int32) (int64, error) + func (c *ActivityManagerClient) GetLargeMemoryClass(ctx context.Context) (int32, error) + func (c *ActivityManagerClient) GetLauncherLargeIconDensity(ctx context.Context) (int32, error) + func (c *ActivityManagerClient) GetLauncherLargeIconSize(ctx context.Context) (int32, error) + func (c *ActivityManagerClient) GetLockTaskModeState(ctx context.Context) (int32, error) + func (c *ActivityManagerClient) GetMemoryClass(ctx context.Context) (int32, error) + func (c *ActivityManagerClient) GetMemoryInfo(ctx context.Context, arg0 int64) error + func (c *ActivityManagerClient) GetMyMemoryState(ctx context.Context, arg0 int64) error + func (c *ActivityManagerClient) GetProcessMemoryInfo(ctx context.Context, arg0 int64) (int64, error) + func (c *ActivityManagerClient) GetProcessesInErrorState(ctx context.Context) (int64, error) + func (c *ActivityManagerClient) GetRecentTasks(ctx context.Context, arg0 int32, arg1 int32) (int64, error) + func (c *ActivityManagerClient) GetRunningAppProcesses(ctx context.Context) (int64, error) + func (c *ActivityManagerClient) GetRunningServiceControlPanel(ctx context.Context, arg0 int64) (int64, error) + func (c *ActivityManagerClient) GetRunningServices(ctx context.Context, arg0 int32) (int64, error) + func (c *ActivityManagerClient) GetRunningTasks(ctx context.Context, arg0 int32) (int64, error) + func (c *ActivityManagerClient) IsActivityStartAllowedOnDisplay(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (bool, error) + func (c *ActivityManagerClient) IsBackgroundRestricted(ctx context.Context) (bool, error) + func (c *ActivityManagerClient) IsInLockTaskMode(ctx context.Context) (bool, error) + func (c *ActivityManagerClient) IsLowMemoryKillReportSupported(ctx context.Context) (bool, error) + func (c *ActivityManagerClient) IsLowRamDevice(ctx context.Context) (bool, error) + func (c *ActivityManagerClient) IsRunningInTestHarness(ctx context.Context) (bool, error) + func (c *ActivityManagerClient) IsRunningInUserTestHarness(ctx context.Context) (bool, error) + func (c *ActivityManagerClient) IsUserAMonkey(ctx context.Context) (bool, error) + func (c *ActivityManagerClient) KillBackgroundProcesses(ctx context.Context, arg0 string) error + func (c *ActivityManagerClient) MoveTaskToFront2(ctx context.Context, arg0 int32, arg1 int32) error + func (c *ActivityManagerClient) MoveTaskToFront3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error + func (c *ActivityManagerClient) RestartPackage(ctx context.Context, arg0 string) error + func (c *ActivityManagerClient) SetProcessStateSummary(ctx context.Context, arg0 int64) error + func (c *ActivityManagerClient) SetVrThread(ctx context.Context, arg0 int32) error + func (c *ActivityManagerClient) SetWatchHeapLimit(ctx context.Context, arg0 int64) error + type ActivityManagerMemoryInfoClient struct + func NewActivityManagerMemoryInfoClient(cc grpc.ClientConnInterface) *ActivityManagerMemoryInfoClient + func (c *ActivityManagerMemoryInfoClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ActivityManagerMemoryInfoClient) ReadFromParcel(ctx context.Context, arg0 int64) error + func (c *ActivityManagerMemoryInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ActivityManagerProcessErrorStateInfoClient struct + func NewActivityManagerProcessErrorStateInfoClient(cc grpc.ClientConnInterface) *ActivityManagerProcessErrorStateInfoClient + func (c *ActivityManagerProcessErrorStateInfoClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ActivityManagerProcessErrorStateInfoClient) ReadFromParcel(ctx context.Context, arg0 int64) error + func (c *ActivityManagerProcessErrorStateInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ActivityManagerRecentTaskInfoClient struct + func NewActivityManagerRecentTaskInfoClient(cc grpc.ClientConnInterface) *ActivityManagerRecentTaskInfoClient + func (c *ActivityManagerRecentTaskInfoClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ActivityManagerRecentTaskInfoClient) ReadFromParcel(ctx context.Context, arg0 int64) error + func (c *ActivityManagerRecentTaskInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ActivityManagerRunningAppProcessInfoClient struct + func NewActivityManagerRunningAppProcessInfoClient(cc grpc.ClientConnInterface) *ActivityManagerRunningAppProcessInfoClient + func (c *ActivityManagerRunningAppProcessInfoClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ActivityManagerRunningAppProcessInfoClient) ReadFromParcel(ctx context.Context, arg0 int64) error + func (c *ActivityManagerRunningAppProcessInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ActivityManagerRunningServiceInfoClient struct + func NewActivityManagerRunningServiceInfoClient(cc grpc.ClientConnInterface) *ActivityManagerRunningServiceInfoClient + func (c *ActivityManagerRunningServiceInfoClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ActivityManagerRunningServiceInfoClient) ReadFromParcel(ctx context.Context, arg0 int64) error + func (c *ActivityManagerRunningServiceInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ActivityManagerRunningTaskInfoClient struct + func NewActivityManagerRunningTaskInfoClient(cc grpc.ClientConnInterface) *ActivityManagerRunningTaskInfoClient + func (c *ActivityManagerRunningTaskInfoClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ActivityManagerRunningTaskInfoClient) ReadFromParcel(ctx context.Context, arg0 int64) error + func (c *ActivityManagerRunningTaskInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ActivityManagerTaskDescriptionClient struct + func NewActivityManagerTaskDescriptionClient(cc grpc.ClientConnInterface) *ActivityManagerTaskDescriptionClient + func (c *ActivityManagerTaskDescriptionClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ActivityManagerTaskDescriptionClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *ActivityManagerTaskDescriptionClient) GetBackgroundColor(ctx context.Context) (int32, error) + func (c *ActivityManagerTaskDescriptionClient) GetIcon(ctx context.Context) (int64, error) + func (c *ActivityManagerTaskDescriptionClient) GetLabel(ctx context.Context) (string, error) + func (c *ActivityManagerTaskDescriptionClient) GetNavigationBarColor(ctx context.Context) (int32, error) + func (c *ActivityManagerTaskDescriptionClient) GetPrimaryColor(ctx context.Context) (int32, error) + func (c *ActivityManagerTaskDescriptionClient) GetStatusBarColor(ctx context.Context) (int32, error) + func (c *ActivityManagerTaskDescriptionClient) HashCode(ctx context.Context) (int32, error) + func (c *ActivityManagerTaskDescriptionClient) ReadFromParcel(ctx context.Context, arg0 int64) error + func (c *ActivityManagerTaskDescriptionClient) ToString(ctx context.Context) (string, error) + func (c *ActivityManagerTaskDescriptionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ActivityOptionsClient struct + func NewActivityOptionsClient(cc grpc.ClientConnInterface) *ActivityOptionsClient + func (c *ActivityOptionsClient) GetLaunchBounds(ctx context.Context) (int64, error) + func (c *ActivityOptionsClient) GetLaunchDisplayId(ctx context.Context) (int32, error) + func (c *ActivityOptionsClient) GetLockTaskMode(ctx context.Context) (bool, error) + func (c *ActivityOptionsClient) GetPendingIntentBackgroundActivityStartMode(ctx context.Context) (int32, error) + func (c *ActivityOptionsClient) GetPendingIntentCreatorBackgroundActivityStartMode(ctx context.Context) (int32, error) + func (c *ActivityOptionsClient) GetSplashScreenStyle(ctx context.Context) (int32, error) + func (c *ActivityOptionsClient) IsAllowPassThroughOnTouchOutside(ctx context.Context) (bool, error) + func (c *ActivityOptionsClient) IsPendingIntentBackgroundActivityLaunchAllowed(ctx context.Context) (bool, error) + func (c *ActivityOptionsClient) IsShareIdentityEnabled(ctx context.Context) (bool, error) + func (c *ActivityOptionsClient) MakeBasic(ctx context.Context) (int64, error) + func (c *ActivityOptionsClient) MakeClipRevealAnimation(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, ...) (int64, error) + func (c *ActivityOptionsClient) MakeCustomAnimation3(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int64, error) + func (c *ActivityOptionsClient) MakeCustomAnimation4_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) (int64, error) + func (c *ActivityOptionsClient) MakeLaunchIntoPip(ctx context.Context, arg0 int64) (int64, error) + func (c *ActivityOptionsClient) MakeScaleUpAnimation(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, ...) (int64, error) + func (c *ActivityOptionsClient) MakeSceneTransitionAnimation(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (int64, error) + func (c *ActivityOptionsClient) MakeTaskLaunchBehind(ctx context.Context) (int64, error) + func (c *ActivityOptionsClient) MakeThumbnailScaleUpAnimation(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) (int64, error) + func (c *ActivityOptionsClient) RequestUsageTimeReport(ctx context.Context, arg0 int64) error + func (c *ActivityOptionsClient) SetAllowPassThroughOnTouchOutside(ctx context.Context, arg0 bool) error + func (c *ActivityOptionsClient) SetAppVerificationBundle(ctx context.Context, arg0 int64) (int64, error) + func (c *ActivityOptionsClient) SetLaunchBounds(ctx context.Context, arg0 int64) (int64, error) + func (c *ActivityOptionsClient) SetLaunchDisplayId(ctx context.Context, arg0 int32) (int64, error) + func (c *ActivityOptionsClient) SetLockTaskEnabled(ctx context.Context, arg0 bool) (int64, error) + func (c *ActivityOptionsClient) SetPendingIntentBackgroundActivityLaunchAllowed(ctx context.Context, arg0 bool) error + func (c *ActivityOptionsClient) SetPendingIntentBackgroundActivityStartMode(ctx context.Context, arg0 int32) (int64, error) + func (c *ActivityOptionsClient) SetPendingIntentCreatorBackgroundActivityStartMode(ctx context.Context, arg0 int32) (int64, error) + func (c *ActivityOptionsClient) SetShareIdentityEnabled(ctx context.Context, arg0 bool) (int64, error) + func (c *ActivityOptionsClient) SetSplashScreenStyle(ctx context.Context, arg0 int32) (int64, error) + func (c *ActivityOptionsClient) ToBundle(ctx context.Context) (int64, error) + func (c *ActivityOptionsClient) ToString(ctx context.Context) (string, error) + func (c *ActivityOptionsClient) Update(ctx context.Context, arg0 int64) error + type ActivityScreenCaptureCallbackClient struct + func NewActivityScreenCaptureCallbackClient(cc grpc.ClientConnInterface) *ActivityScreenCaptureCallbackClient + func (c *ActivityScreenCaptureCallbackClient) OnScreenCaptured(ctx context.Context) error + type AlertDialogBuilderClient struct + func NewAlertDialogBuilderClient(cc grpc.ClientConnInterface) *AlertDialogBuilderClient + func (c *AlertDialogBuilderClient) Create(ctx context.Context) (int64, error) + func (c *AlertDialogBuilderClient) GetContext(ctx context.Context) (int64, error) + func (c *AlertDialogBuilderClient) SetAdapter(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetCancelable(ctx context.Context, arg0 bool) (int64, error) + func (c *AlertDialogBuilderClient) SetCursor(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (int64, error) + func (c *AlertDialogBuilderClient) SetCustomTitle(ctx context.Context, arg0 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetIcon1(ctx context.Context, arg0 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetIcon1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *AlertDialogBuilderClient) SetIconAttribute(ctx context.Context, arg0 int32) (int64, error) + func (c *AlertDialogBuilderClient) SetInverseBackgroundForced(ctx context.Context, arg0 bool) (int64, error) + func (c *AlertDialogBuilderClient) SetItems2(ctx context.Context, arg0 int32, arg1 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetItems2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetMessage1(ctx context.Context, arg0 int32) (int64, error) + func (c *AlertDialogBuilderClient) SetMessage1_1(ctx context.Context, arg0 string) (int64, error) + func (c *AlertDialogBuilderClient) SetMultiChoiceItems3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetMultiChoiceItems3_2(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetMultiChoiceItems4(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetNegativeButton2(ctx context.Context, arg0 int32, arg1 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetNegativeButton2_1(ctx context.Context, arg0 string, arg1 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetNeutralButton2(ctx context.Context, arg0 int32, arg1 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetNeutralButton2_1(ctx context.Context, arg0 string, arg1 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetOnCancelListener(ctx context.Context, arg0 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetOnDismissListener(ctx context.Context, arg0 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetOnItemSelectedListener(ctx context.Context, arg0 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetOnKeyListener(ctx context.Context, arg0 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetPositiveButton2(ctx context.Context, arg0 int32, arg1 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetPositiveButton2_1(ctx context.Context, arg0 string, arg1 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetSingleChoiceItems3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetSingleChoiceItems3_2(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetSingleChoiceItems3_3(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetSingleChoiceItems4(ctx context.Context, arg0 int64, arg1 int32, arg2 string, arg3 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetTitle1(ctx context.Context, arg0 int32) (int64, error) + func (c *AlertDialogBuilderClient) SetTitle1_1(ctx context.Context, arg0 string) (int64, error) + func (c *AlertDialogBuilderClient) SetView1(ctx context.Context, arg0 int64) (int64, error) + func (c *AlertDialogBuilderClient) SetView1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *AlertDialogBuilderClient) Show(ctx context.Context) (int64, error) + type AlertDialogClient struct + func NewAlertDialogClient(cc grpc.ClientConnInterface) *AlertDialogClient + func (c *AlertDialogClient) GetButton(ctx context.Context, arg0 int32) (int64, error) + func (c *AlertDialogClient) GetListView(ctx context.Context) (int64, error) + func (c *AlertDialogClient) OnKeyDown(ctx context.Context, arg0 int32, arg1 int64) (bool, error) + func (c *AlertDialogClient) OnKeyUp(ctx context.Context, arg0 int32, arg1 int64) (bool, error) + func (c *AlertDialogClient) SetButton22(ctx context.Context, arg0 string, arg1 int64) error + func (c *AlertDialogClient) SetButton22_1(ctx context.Context, arg0 string, arg1 int64) error + func (c *AlertDialogClient) SetButton2_2(ctx context.Context, arg0 string, arg1 int64) error + func (c *AlertDialogClient) SetButton2_3(ctx context.Context, arg0 string, arg1 int64) error + func (c *AlertDialogClient) SetButton3(ctx context.Context, arg0 int32, arg1 string, arg2 int64) error + func (c *AlertDialogClient) SetButton32(ctx context.Context, arg0 string, arg1 int64) error + func (c *AlertDialogClient) SetButton32_1(ctx context.Context, arg0 string, arg1 int64) error + func (c *AlertDialogClient) SetButton3_1(ctx context.Context, arg0 int32, arg1 string, arg2 int64) error + func (c *AlertDialogClient) SetCustomTitle(ctx context.Context, arg0 int64) error + func (c *AlertDialogClient) SetIcon1(ctx context.Context, arg0 int64) error + func (c *AlertDialogClient) SetIcon1_1(ctx context.Context, arg0 int32) error + func (c *AlertDialogClient) SetIconAttribute(ctx context.Context, arg0 int32) error + func (c *AlertDialogClient) SetInverseBackgroundForced(ctx context.Context, arg0 bool) error + func (c *AlertDialogClient) SetMessage(ctx context.Context, arg0 string) error + func (c *AlertDialogClient) SetTitle(ctx context.Context, arg0 string) error + func (c *AlertDialogClient) SetView1(ctx context.Context, arg0 int64) error + func (c *AlertDialogClient) SetView5_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, ...) error + type AsyncNotedAppOpClient struct + func NewAsyncNotedAppOpClient(cc grpc.ClientConnInterface) *AsyncNotedAppOpClient + func (c *AsyncNotedAppOpClient) DescribeContents(ctx context.Context) (int32, error) + func (c *AsyncNotedAppOpClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *AsyncNotedAppOpClient) GetAttributionTag(ctx context.Context) (string, error) + func (c *AsyncNotedAppOpClient) GetMessage(ctx context.Context) (string, error) + func (c *AsyncNotedAppOpClient) GetNotingUid(ctx context.Context) (int32, error) + func (c *AsyncNotedAppOpClient) GetOp(ctx context.Context) (string, error) + func (c *AsyncNotedAppOpClient) GetTime(ctx context.Context) (int64, error) + func (c *AsyncNotedAppOpClient) HashCode(ctx context.Context) (int32, error) + func (c *AsyncNotedAppOpClient) ToString(ctx context.Context) (string, error) + func (c *AsyncNotedAppOpClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type AuthenticationRequiredExceptionClient struct + func NewAuthenticationRequiredExceptionClient(cc grpc.ClientConnInterface) *AuthenticationRequiredExceptionClient + func (c *AuthenticationRequiredExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *AuthenticationRequiredExceptionClient) GetUserAction(ctx context.Context, handle int64) (int64, error) + func (c *AuthenticationRequiredExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type AutomaticZenRuleBuilderClient struct + func NewAutomaticZenRuleBuilderClient(cc grpc.ClientConnInterface) *AutomaticZenRuleBuilderClient + func (c *AutomaticZenRuleBuilderClient) Build(ctx context.Context) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetConditionId(ctx context.Context, arg0 int64) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetConfigurationActivity(ctx context.Context, arg0 int64) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetDeviceEffects(ctx context.Context, arg0 int64) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetEnabled(ctx context.Context, arg0 bool) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetIconResId(ctx context.Context, arg0 int32) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetInterruptionFilter(ctx context.Context, arg0 int32) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetManualInvocationAllowed(ctx context.Context, arg0 bool) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetName(ctx context.Context, arg0 string) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetOwner(ctx context.Context, arg0 int64) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetTriggerDescription(ctx context.Context, arg0 string) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetType(ctx context.Context, arg0 int32) (int64, error) + func (c *AutomaticZenRuleBuilderClient) SetZenPolicy(ctx context.Context, arg0 int64) (int64, error) + type AutomaticZenRuleClient struct + func NewAutomaticZenRuleClient(cc grpc.ClientConnInterface) *AutomaticZenRuleClient + func (c *AutomaticZenRuleClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *AutomaticZenRuleClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *AutomaticZenRuleClient) GetConditionId(ctx context.Context, handle int64) (int64, error) + func (c *AutomaticZenRuleClient) GetConfigurationActivity(ctx context.Context, handle int64) (int64, error) + func (c *AutomaticZenRuleClient) GetCreationTime(ctx context.Context, handle int64) (int64, error) + func (c *AutomaticZenRuleClient) GetDeviceEffects(ctx context.Context, handle int64) (int64, error) + func (c *AutomaticZenRuleClient) GetIconResId(ctx context.Context, handle int64) (int32, error) + func (c *AutomaticZenRuleClient) GetInterruptionFilter(ctx context.Context, handle int64) (int32, error) + func (c *AutomaticZenRuleClient) GetName(ctx context.Context, handle int64) (string, error) + func (c *AutomaticZenRuleClient) GetOwner(ctx context.Context, handle int64) (int64, error) + func (c *AutomaticZenRuleClient) GetTriggerDescription(ctx context.Context, handle int64) (string, error) + func (c *AutomaticZenRuleClient) GetType(ctx context.Context, handle int64) (int32, error) + func (c *AutomaticZenRuleClient) GetZenPolicy(ctx context.Context, handle int64) (int64, error) + func (c *AutomaticZenRuleClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *AutomaticZenRuleClient) IsEnabled(ctx context.Context, handle int64) (bool, error) + func (c *AutomaticZenRuleClient) IsManualInvocationAllowed(ctx context.Context, handle int64) (bool, error) + func (c *AutomaticZenRuleClient) SetConditionId(ctx context.Context, handle int64, arg0 int64) error + func (c *AutomaticZenRuleClient) SetConfigurationActivity(ctx context.Context, handle int64, arg0 int64) error + func (c *AutomaticZenRuleClient) SetDeviceEffects(ctx context.Context, handle int64, arg0 int64) error + func (c *AutomaticZenRuleClient) SetEnabled(ctx context.Context, handle int64, arg0 bool) error + func (c *AutomaticZenRuleClient) SetInterruptionFilter(ctx context.Context, handle int64, arg0 int32) error + func (c *AutomaticZenRuleClient) SetName(ctx context.Context, handle int64, arg0 string) error + func (c *AutomaticZenRuleClient) SetZenPolicy(ctx context.Context, handle int64, arg0 int64) error + func (c *AutomaticZenRuleClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *AutomaticZenRuleClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type BackgroundServiceStartNotAllowedExceptionClient struct + func NewBackgroundServiceStartNotAllowedExceptionClient(cc grpc.ClientConnInterface) *BackgroundServiceStartNotAllowedExceptionClient + func (c *BackgroundServiceStartNotAllowedExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *BackgroundServiceStartNotAllowedExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type BroadcastOptionsClient struct + func NewBroadcastOptionsClient(cc grpc.ClientConnInterface) *BroadcastOptionsClient + func (c *BroadcastOptionsClient) ClearDeferralPolicy(ctx context.Context) error + func (c *BroadcastOptionsClient) ClearDeliveryGroupMatchingKey(ctx context.Context) error + func (c *BroadcastOptionsClient) ClearDeliveryGroupPolicy(ctx context.Context) error + func (c *BroadcastOptionsClient) FromBundle(ctx context.Context, arg0 int64) (int64, error) + func (c *BroadcastOptionsClient) GetDeferralPolicy(ctx context.Context) (int32, error) + func (c *BroadcastOptionsClient) GetDeliveryGroupMatchingKey(ctx context.Context) (string, error) + func (c *BroadcastOptionsClient) GetDeliveryGroupPolicy(ctx context.Context) (int32, error) + func (c *BroadcastOptionsClient) IsShareIdentityEnabled(ctx context.Context) (bool, error) + func (c *BroadcastOptionsClient) MakeBasic(ctx context.Context) (int64, error) + func (c *BroadcastOptionsClient) SetDeferralPolicy(ctx context.Context, arg0 int32) (int64, error) + func (c *BroadcastOptionsClient) SetDeliveryGroupMatchingKey(ctx context.Context, arg0 string, arg1 string) (int64, error) + func (c *BroadcastOptionsClient) SetDeliveryGroupPolicy(ctx context.Context, arg0 int32) (int64, error) + func (c *BroadcastOptionsClient) SetShareIdentityEnabled(ctx context.Context, arg0 bool) (int64, error) + func (c *BroadcastOptionsClient) ToBundle(ctx context.Context) (int64, error) + type BundleClient struct + func NewBundleClient(cc grpc.ClientConnInterface) *BundleClient + func (c *BundleClient) Clear(ctx context.Context, handle int64) error + func (c *BundleClient) Clone(ctx context.Context, handle int64) (int64, error) + func (c *BundleClient) DeepCopy(ctx context.Context, handle int64) (int64, error) + func (c *BundleClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *BundleClient) GetBinder(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetBundle(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetByte1(ctx context.Context, handle int64, arg0 string) (int8, error) + func (c *BundleClient) GetByte2_1(ctx context.Context, handle int64, arg0 string, arg1 int8) (int64, error) + func (c *BundleClient) GetByteArray(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetChar1(ctx context.Context, handle int64, arg0 string) (uint16, error) + func (c *BundleClient) GetChar2_1(ctx context.Context, handle int64, arg0 string, arg1 uint16) (uint16, error) + func (c *BundleClient) GetCharArray(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetCharSequence1(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetCharSequence2_1(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error) + func (c *BundleClient) GetCharSequenceArray(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetCharSequenceArrayList(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetClassLoader(ctx context.Context, handle int64) (int64, error) + func (c *BundleClient) GetFloat1(ctx context.Context, handle int64, arg0 string) (float32, error) + func (c *BundleClient) GetFloat2_1(ctx context.Context, handle int64, arg0 string, arg1 float32) (float32, error) + func (c *BundleClient) GetFloatArray(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetIntegerArrayList(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetParcelableArray(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetSerializable(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetShort1(ctx context.Context, handle int64, arg0 string) (int16, error) + func (c *BundleClient) GetShort2_1(ctx context.Context, handle int64, arg0 string, arg1 int16) (int16, error) + func (c *BundleClient) GetShortArray(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetSize(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetSizeF(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) GetStringArrayList(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *BundleClient) HasFileDescriptors(ctx context.Context, handle int64) (bool, error) + func (c *BundleClient) PutAll(ctx context.Context, handle int64, arg0 int64) error + func (c *BundleClient) PutBinder(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) PutBundle(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) PutByte(ctx context.Context, handle int64, arg0 string, arg1 int8) error + func (c *BundleClient) PutByteArray(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) PutChar(ctx context.Context, handle int64, arg0 string, arg1 uint16) error + func (c *BundleClient) PutCharArray(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) PutCharSequence(ctx context.Context, handle int64, arg0 string, arg1 string) error + func (c *BundleClient) PutCharSequenceArray(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) PutFloat(ctx context.Context, handle int64, arg0 string, arg1 float32) error + func (c *BundleClient) PutFloatArray(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) PutParcelable(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) PutParcelableArray(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) PutSerializable(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) PutShort(ctx context.Context, handle int64, arg0 string, arg1 int16) error + func (c *BundleClient) PutShortArray(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) PutSize(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) PutSizeF(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *BundleClient) ReadFromParcel(ctx context.Context, handle int64, arg0 int64) error + func (c *BundleClient) Remove(ctx context.Context, handle int64, arg0 string) error + func (c *BundleClient) SetClassLoader(ctx context.Context, handle int64, arg0 int64) error + func (c *BundleClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type CancellationSignalClient struct + func NewCancellationSignalClient(cc grpc.ClientConnInterface) *CancellationSignalClient + func (c *CancellationSignalClient) Cancel(ctx context.Context, handle int64) error + func (c *CancellationSignalClient) IsCanceled(ctx context.Context, handle int64) (bool, error) + func (c *CancellationSignalClient) SetOnCancelListener(ctx context.Context, handle int64, arg0 int64) error + func (c *CancellationSignalClient) ThrowIfCanceled(ctx context.Context, handle int64) error + type CancellationSignalOnCancelListenerClient struct + func NewCancellationSignalOnCancelListenerClient(cc grpc.ClientConnInterface) *CancellationSignalOnCancelListenerClient + func (c *CancellationSignalOnCancelListenerClient) OnCancel(ctx context.Context) error + type ComponentCallerClient struct + func NewComponentCallerClient(cc grpc.ClientConnInterface) *ComponentCallerClient + func (c *ComponentCallerClient) CheckContentUriPermission(ctx context.Context, arg0 int64, arg1 int32) (int32, error) + func (c *ComponentCallerClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *ComponentCallerClient) GetPackage(ctx context.Context) (string, error) + func (c *ComponentCallerClient) GetUid(ctx context.Context) (int32, error) + func (c *ComponentCallerClient) HashCode(ctx context.Context) (int32, error) + type ComponentFactoryClient struct + func NewComponentFactoryClient(cc grpc.ClientConnInterface) *ComponentFactoryClient + func (c *ComponentFactoryClient) InstantiateActivity(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error) + func (c *ComponentFactoryClient) InstantiateApplication(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error) + func (c *ComponentFactoryClient) InstantiateClassLoader(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *ComponentFactoryClient) InstantiateProvider(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error) + func (c *ComponentFactoryClient) InstantiateReceiver(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error) + func (c *ComponentFactoryClient) InstantiateService(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error) + type ContextBindServiceFlagsClient struct + func NewContextBindServiceFlagsClient(cc grpc.ClientConnInterface) *ContextBindServiceFlagsClient + func (c *ContextBindServiceFlagsClient) Of(ctx context.Context, arg0 int64) (int64, error) + type ContextClient struct + func NewContextClient(cc grpc.ClientConnInterface) *ContextClient + func (c *ContextClient) BindIsolatedService5(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, ...) (bool, error) + func (c *ContextClient) BindIsolatedService5_1(ctx context.Context, arg0 int64, arg1 int32, arg2 string, arg3 int64, ...) (bool, error) + func (c *ContextClient) BindService3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error) + func (c *ContextClient) BindService3_2(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (bool, error) + func (c *ContextClient) BindService4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (bool, error) + func (c *ContextClient) BindService4_3(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int64) (bool, error) + func (c *ContextClient) BindServiceAsUser4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (bool, error) + func (c *ContextClient) BindServiceAsUser4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error) + func (c *ContextClient) CheckCallingOrSelfPermission(ctx context.Context, arg0 string) (int32, error) + func (c *ContextClient) CheckCallingOrSelfUriPermission(ctx context.Context, arg0 int64, arg1 int32) (int32, error) + func (c *ContextClient) CheckCallingPermission(ctx context.Context, arg0 string) (int32, error) + func (c *ContextClient) CheckCallingUriPermission(ctx context.Context, arg0 int64, arg1 int32) (int32, error) + func (c *ContextClient) CheckContentUriPermissionFull(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) (int32, error) + func (c *ContextClient) CheckPermission(ctx context.Context, arg0 string, arg1 int32, arg2 int32) (int32, error) + func (c *ContextClient) CheckSelfPermission(ctx context.Context, arg0 string) (int32, error) + func (c *ContextClient) CheckUriPermission4(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) (int32, error) + func (c *ContextClient) CheckUriPermission6_1(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 int32, ...) (int32, error) + func (c *ContextClient) ClearWallpaper(ctx context.Context) error + func (c *ContextClient) CreateAttributionContext(ctx context.Context, arg0 string) (int64, error) + func (c *ContextClient) CreateConfigurationContext(ctx context.Context, arg0 int64) (int64, error) + func (c *ContextClient) CreateContext(ctx context.Context, arg0 int64) (int64, error) + func (c *ContextClient) CreateContextForSplit(ctx context.Context, arg0 string) (int64, error) + func (c *ContextClient) CreateDeviceContext(ctx context.Context, arg0 int32) (int64, error) + func (c *ContextClient) CreateDeviceProtectedStorageContext(ctx context.Context) (int64, error) + func (c *ContextClient) CreateDisplayContext(ctx context.Context, arg0 int64) (int64, error) + func (c *ContextClient) CreatePackageContext(ctx context.Context, arg0 string, arg1 int32) (int64, error) + func (c *ContextClient) CreateWindowContext2_1(ctx context.Context, arg0 int32, arg1 int64) (int64, error) + func (c *ContextClient) CreateWindowContext3(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (int64, error) + func (c *ContextClient) DatabaseList(ctx context.Context) (int64, error) + func (c *ContextClient) DeleteDatabase(ctx context.Context, arg0 string) (bool, error) + func (c *ContextClient) DeleteFile(ctx context.Context, arg0 string) (bool, error) + func (c *ContextClient) DeleteSharedPreferences(ctx context.Context, arg0 string) (bool, error) + func (c *ContextClient) EnforceCallingOrSelfPermission(ctx context.Context, arg0 string, arg1 string) error + func (c *ContextClient) EnforceCallingOrSelfUriPermission(ctx context.Context, arg0 int64, arg1 int32, arg2 string) error + func (c *ContextClient) EnforceCallingPermission(ctx context.Context, arg0 string, arg1 string) error + func (c *ContextClient) EnforceCallingUriPermission(ctx context.Context, arg0 int64, arg1 int32, arg2 string) error + func (c *ContextClient) EnforcePermission(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 string) error + func (c *ContextClient) EnforceUriPermission5(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, ...) error + func (c *ContextClient) EnforceUriPermission7_1(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 int32, ...) error + func (c *ContextClient) FileList(ctx context.Context) (int64, error) + func (c *ContextClient) GetApplicationContext(ctx context.Context) (int64, error) + func (c *ContextClient) GetApplicationInfo(ctx context.Context) (int64, error) + func (c *ContextClient) GetAssets(ctx context.Context) (int64, error) + func (c *ContextClient) GetAttributionSource(ctx context.Context) (int64, error) + func (c *ContextClient) GetAttributionTag(ctx context.Context) (string, error) + func (c *ContextClient) GetCacheDir(ctx context.Context) (int64, error) + func (c *ContextClient) GetClassLoader(ctx context.Context) (int64, error) + func (c *ContextClient) GetCodeCacheDir(ctx context.Context) (int64, error) + func (c *ContextClient) GetColor(ctx context.Context, arg0 int32) (int32, error) + func (c *ContextClient) GetColorStateList(ctx context.Context, arg0 int32) (int64, error) + func (c *ContextClient) GetContentResolver(ctx context.Context) (int64, error) + func (c *ContextClient) GetDataDir(ctx context.Context) (int64, error) + func (c *ContextClient) GetDatabasePath(ctx context.Context, arg0 string) (int64, error) + func (c *ContextClient) GetDeviceId(ctx context.Context) (int32, error) + func (c *ContextClient) GetDir(ctx context.Context, arg0 string, arg1 int32) (int64, error) + func (c *ContextClient) GetDisplay(ctx context.Context) (int64, error) + func (c *ContextClient) GetDrawable(ctx context.Context, arg0 int32) (int64, error) + func (c *ContextClient) GetExternalCacheDir(ctx context.Context) (int64, error) + func (c *ContextClient) GetExternalCacheDirs(ctx context.Context) (int64, error) + func (c *ContextClient) GetExternalFilesDir(ctx context.Context, arg0 string) (int64, error) + func (c *ContextClient) GetExternalFilesDirs(ctx context.Context, arg0 string) (int64, error) + func (c *ContextClient) GetExternalMediaDirs(ctx context.Context) (int64, error) + func (c *ContextClient) GetFileStreamPath(ctx context.Context, arg0 string) (int64, error) + func (c *ContextClient) GetFilesDir(ctx context.Context) (int64, error) + func (c *ContextClient) GetMainExecutor(ctx context.Context) (int64, error) + func (c *ContextClient) GetMainLooper(ctx context.Context) (int64, error) + func (c *ContextClient) GetNoBackupFilesDir(ctx context.Context) (int64, error) + func (c *ContextClient) GetObbDir(ctx context.Context) (int64, error) + func (c *ContextClient) GetObbDirs(ctx context.Context) (int64, error) + func (c *ContextClient) GetOpPackageName(ctx context.Context) (string, error) + func (c *ContextClient) GetPackageCodePath(ctx context.Context) (string, error) + func (c *ContextClient) GetPackageManager(ctx context.Context) (int64, error) + func (c *ContextClient) GetPackageName(ctx context.Context) (string, error) + func (c *ContextClient) GetPackageResourcePath(ctx context.Context) (string, error) + func (c *ContextClient) GetParams(ctx context.Context) (int64, error) + func (c *ContextClient) GetResources(ctx context.Context) (int64, error) + func (c *ContextClient) GetSharedPreferences(ctx context.Context, arg0 string, arg1 int32) (int64, error) + func (c *ContextClient) GetString1(ctx context.Context, arg0 int32) (string, error) + func (c *ContextClient) GetString2_1(ctx context.Context, arg0 int32, arg1 int64) (string, error) + func (c *ContextClient) GetSystemService(ctx context.Context, arg0 string) (int64, error) + func (c *ContextClient) GetText(ctx context.Context, arg0 int32) (int64, error) + func (c *ContextClient) GetTheme(ctx context.Context) (int64, error) + func (c *ContextClient) GetWallpaper(ctx context.Context) (int64, error) + func (c *ContextClient) GetWallpaperDesiredMinimumHeight(ctx context.Context) (int32, error) + func (c *ContextClient) GetWallpaperDesiredMinimumWidth(ctx context.Context) (int32, error) + func (c *ContextClient) GrantUriPermission(ctx context.Context, arg0 string, arg1 int64, arg2 int32) error + func (c *ContextClient) IsDeviceProtectedStorage(ctx context.Context) (bool, error) + func (c *ContextClient) IsRestricted(ctx context.Context) (bool, error) + func (c *ContextClient) IsUiContext(ctx context.Context) (bool, error) + func (c *ContextClient) MoveDatabaseFrom(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *ContextClient) MoveSharedPreferencesFrom(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *ContextClient) ObtainStyledAttributes1_3(ctx context.Context, arg0 int64) (int64, error) + func (c *ContextClient) ObtainStyledAttributes2(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *ContextClient) ObtainStyledAttributes2_2(ctx context.Context, arg0 int32, arg1 int64) (int64, error) + func (c *ContextClient) ObtainStyledAttributes4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) (int64, error) + func (c *ContextClient) OpenFileInput(ctx context.Context, arg0 string) (int64, error) + func (c *ContextClient) OpenFileOutput(ctx context.Context, arg0 string, arg1 int32) (int64, error) + func (c *ContextClient) OpenOrCreateDatabase(ctx context.Context, arg0 string, arg1 int32, arg2 int64) (int64, error) + func (c *ContextClient) PeekWallpaper(ctx context.Context) (int64, error) + func (c *ContextClient) RegisterComponentCallbacks(ctx context.Context, arg0 int64) error + func (c *ContextClient) RegisterDeviceIdChangeListener(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ContextClient) RegisterReceiver2(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *ContextClient) RegisterReceiver3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (int64, error) + func (c *ContextClient) RemoveStickyBroadcast(ctx context.Context, arg0 int64) error + func (c *ContextClient) RemoveStickyBroadcastAsUser(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ContextClient) RevokeSelfPermissionOnKill(ctx context.Context, arg0 string) error + func (c *ContextClient) RevokeUriPermission2(ctx context.Context, arg0 int64, arg1 int32) error + func (c *ContextClient) RevokeUriPermission3_1(ctx context.Context, arg0 string, arg1 int64, arg2 int32) error + func (c *ContextClient) SendBroadcast1(ctx context.Context, arg0 int64) error + func (c *ContextClient) SendBroadcast2_1(ctx context.Context, arg0 int64, arg1 string) error + func (c *ContextClient) SendBroadcast3_2(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error + func (c *ContextClient) SendBroadcastAsUser2(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ContextClient) SendBroadcastAsUser3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string) error + func (c *ContextClient) SendBroadcastWithMultiplePermissions(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ContextClient) SendOrderedBroadcast2(ctx context.Context, arg0 int64, arg1 string) error + func (c *ContextClient) SendOrderedBroadcast3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error + func (c *ContextClient) SendStickyBroadcast1(ctx context.Context, arg0 int64) error + func (c *ContextClient) SendStickyBroadcast2_1(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ContextClient) SendStickyBroadcastAsUser(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ContextClient) SetTheme(ctx context.Context, arg0 int32) error + func (c *ContextClient) SetWallpaper1(ctx context.Context, arg0 int64) error + func (c *ContextClient) SetWallpaper1_1(ctx context.Context, arg0 int64) error + func (c *ContextClient) StartActivities1(ctx context.Context, arg0 int64) error + func (c *ContextClient) StartActivities2_1(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ContextClient) StartActivity1(ctx context.Context, arg0 int64) error + func (c *ContextClient) StartActivity2_1(ctx context.Context, arg0 int64, arg1 int64) error + func (c *ContextClient) StartForegroundService(ctx context.Context, arg0 int64) (int64, error) + func (c *ContextClient) StartInstrumentation(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (bool, error) + func (c *ContextClient) StartIntentSender5(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, ...) error + func (c *ContextClient) StartIntentSender6_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, ...) error + func (c *ContextClient) StartService(ctx context.Context, arg0 int64) (int64, error) + func (c *ContextClient) StopService(ctx context.Context, arg0 int64) (bool, error) + func (c *ContextClient) UnbindService(ctx context.Context, arg0 int64) error + func (c *ContextClient) UnregisterComponentCallbacks(ctx context.Context, arg0 int64) error + func (c *ContextClient) UnregisterDeviceIdChangeListener(ctx context.Context, arg0 int64) error + func (c *ContextClient) UnregisterReceiver(ctx context.Context, arg0 int64) error + func (c *ContextClient) UpdateServiceGroup(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + type DatePickerDialogClient struct + func NewDatePickerDialogClient(cc grpc.ClientConnInterface) *DatePickerDialogClient + func (c *DatePickerDialogClient) GetDatePicker(ctx context.Context, handle int64) (int64, error) + func (c *DatePickerDialogClient) OnClick(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *DatePickerDialogClient) OnDateChanged(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) error + func (c *DatePickerDialogClient) OnRestoreInstanceState(ctx context.Context, handle int64, arg0 int64) error + func (c *DatePickerDialogClient) OnSaveInstanceState(ctx context.Context, handle int64) (int64, error) + func (c *DatePickerDialogClient) SetOnDateSetListener(ctx context.Context, handle int64, arg0 int64) error + func (c *DatePickerDialogClient) UpdateDate(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error + type DatePickerDialogOnDateSetListenerClient struct + func NewDatePickerDialogOnDateSetListenerClient(cc grpc.ClientConnInterface) *DatePickerDialogOnDateSetListenerClient + func (c *DatePickerDialogOnDateSetListenerClient) OnDateSet(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error + type DialogClient struct + func NewDialogClient(cc grpc.ClientConnInterface) *DialogClient + func (c *DialogClient) AddContentView(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *DialogClient) Cancel(ctx context.Context, handle int64) error + func (c *DialogClient) CloseOptionsMenu(ctx context.Context, handle int64) error + func (c *DialogClient) Create(ctx context.Context, handle int64) error + func (c *DialogClient) Dismiss(ctx context.Context, handle int64) error + func (c *DialogClient) DispatchGenericMotionEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) DispatchKeyShortcutEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) DispatchPopulateAccessibilityEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) DispatchTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) DispatchTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) GetActionBar(ctx context.Context, handle int64) (int64, error) + func (c *DialogClient) GetContext(ctx context.Context, handle int64) (int64, error) + func (c *DialogClient) GetCurrentFocus(ctx context.Context, handle int64) (int64, error) + func (c *DialogClient) GetLayoutInflater(ctx context.Context, handle int64) (int64, error) + func (c *DialogClient) GetOnBackInvokedDispatcher(ctx context.Context, handle int64) (int64, error) + func (c *DialogClient) GetOwnerActivity(ctx context.Context, handle int64) (int64, error) + func (c *DialogClient) GetSearchEvent(ctx context.Context, handle int64) (int64, error) + func (c *DialogClient) GetVolumeControlStream(ctx context.Context, handle int64) (int32, error) + func (c *DialogClient) GetWindow(ctx context.Context, handle int64) (int64, error) + func (c *DialogClient) Hide(ctx context.Context, handle int64) error + func (c *DialogClient) InvalidateOptionsMenu(ctx context.Context, handle int64) error + func (c *DialogClient) IsShowing(ctx context.Context, handle int64) (bool, error) + func (c *DialogClient) OnActionModeFinished(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) OnActionModeStarted(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) OnAttachedToWindow(ctx context.Context, handle int64) error + func (c *DialogClient) OnBackPressed(ctx context.Context, handle int64) error + func (c *DialogClient) OnContentChanged(ctx context.Context, handle int64) error + func (c *DialogClient) OnContextItemSelected(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) OnContextMenuClosed(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) OnCreateContextMenu(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error + func (c *DialogClient) OnCreateOptionsMenu(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) OnCreatePanelMenu(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *DialogClient) OnCreatePanelView(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *DialogClient) OnDetachedFromWindow(ctx context.Context, handle int64) error + func (c *DialogClient) OnGenericMotionEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) OnKeyDown(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *DialogClient) OnKeyLongPress(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *DialogClient) OnKeyMultiple(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (bool, error) + func (c *DialogClient) OnKeyShortcut(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *DialogClient) OnKeyUp(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *DialogClient) OnMenuItemSelected(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *DialogClient) OnMenuOpened(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *DialogClient) OnOptionsItemSelected(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) OnOptionsMenuClosed(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) OnPanelClosed(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *DialogClient) OnPrepareOptionsMenu(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) OnPreparePanel(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64) (bool, error) + func (c *DialogClient) OnRestoreInstanceState(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) OnSaveInstanceState(ctx context.Context, handle int64) (int64, error) + func (c *DialogClient) OnSearchRequested0(ctx context.Context, handle int64) (bool, error) + func (c *DialogClient) OnSearchRequested1_1(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) OnTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DialogClient) OnWindowAttributesChanged(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) OnWindowFocusChanged(ctx context.Context, handle int64, arg0 bool) error + func (c *DialogClient) OnWindowStartingActionMode1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *DialogClient) OnWindowStartingActionMode2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error) + func (c *DialogClient) OpenContextMenu(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) OpenOptionsMenu(ctx context.Context, handle int64) error + func (c *DialogClient) RegisterForContextMenu(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) RequestWindowFeature(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *DialogClient) SetCancelMessage(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) SetCancelable(ctx context.Context, handle int64, arg0 bool) error + func (c *DialogClient) SetCanceledOnTouchOutside(ctx context.Context, handle int64, arg0 bool) error + func (c *DialogClient) SetContentView1(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) SetContentView1_2(ctx context.Context, handle int64, arg0 int32) error + func (c *DialogClient) SetContentView2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *DialogClient) SetDismissMessage(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) SetFeatureDrawable(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *DialogClient) SetFeatureDrawableAlpha(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *DialogClient) SetFeatureDrawableResource(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *DialogClient) SetFeatureDrawableUri(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *DialogClient) SetOnCancelListener(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) SetOnDismissListener(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) SetOnKeyListener(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) SetOnShowListener(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) SetOwnerActivity(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogClient) SetTitle1(ctx context.Context, handle int64, arg0 int32) error + func (c *DialogClient) SetTitle1_1(ctx context.Context, handle int64, arg0 string) error + func (c *DialogClient) SetVolumeControlStream(ctx context.Context, handle int64, arg0 int32) error + func (c *DialogClient) Show(ctx context.Context, handle int64) error + func (c *DialogClient) TakeKeyEvents(ctx context.Context, handle int64, arg0 bool) error + func (c *DialogClient) UnregisterForContextMenu(ctx context.Context, handle int64, arg0 int64) error + type DialogFragmentClient struct + func NewDialogFragmentClient(cc grpc.ClientConnInterface) *DialogFragmentClient + func (c *DialogFragmentClient) Dismiss(ctx context.Context, handle int64) error + func (c *DialogFragmentClient) DismissAllowingStateLoss(ctx context.Context, handle int64) error + func (c *DialogFragmentClient) Dump(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, ...) error + func (c *DialogFragmentClient) GetDialog(ctx context.Context, handle int64) (int64, error) + func (c *DialogFragmentClient) GetShowsDialog(ctx context.Context, handle int64) (bool, error) + func (c *DialogFragmentClient) GetTheme(ctx context.Context, handle int64) (int32, error) + func (c *DialogFragmentClient) IsCancelable(ctx context.Context, handle int64) (bool, error) + func (c *DialogFragmentClient) OnActivityCreated(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogFragmentClient) OnAttach(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogFragmentClient) OnCancel(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogFragmentClient) OnCreate(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogFragmentClient) OnCreateDialog(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *DialogFragmentClient) OnDestroyView(ctx context.Context, handle int64) error + func (c *DialogFragmentClient) OnDetach(ctx context.Context, handle int64) error + func (c *DialogFragmentClient) OnDismiss(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogFragmentClient) OnGetLayoutInflater(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *DialogFragmentClient) OnSaveInstanceState(ctx context.Context, handle int64, arg0 int64) error + func (c *DialogFragmentClient) OnStart(ctx context.Context, handle int64) error + func (c *DialogFragmentClient) OnStop(ctx context.Context, handle int64) error + func (c *DialogFragmentClient) SetCancelable(ctx context.Context, handle int64, arg0 bool) error + func (c *DialogFragmentClient) SetShowsDialog(ctx context.Context, handle int64, arg0 bool) error + func (c *DialogFragmentClient) SetStyle(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + func (c *DialogFragmentClient) Show2(ctx context.Context, handle int64, arg0 int64, arg1 string) error + func (c *DialogFragmentClient) Show2_1(ctx context.Context, handle int64, arg0 int64, arg1 string) (int32, error) + type DirectActionBuilderClient struct + func NewDirectActionBuilderClient(cc grpc.ClientConnInterface) *DirectActionBuilderClient + func (c *DirectActionBuilderClient) Build(ctx context.Context) (int64, error) + func (c *DirectActionBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error) + func (c *DirectActionBuilderClient) SetLocusId(ctx context.Context, arg0 int64) (int64, error) + type DirectActionClient struct + func NewDirectActionClient(cc grpc.ClientConnInterface) *DirectActionClient + func (c *DirectActionClient) DescribeContents(ctx context.Context) (int32, error) + func (c *DirectActionClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *DirectActionClient) GetExtras(ctx context.Context) (int64, error) + func (c *DirectActionClient) GetId(ctx context.Context) (string, error) + func (c *DirectActionClient) GetLocusId(ctx context.Context) (int64, error) + func (c *DirectActionClient) HashCode(ctx context.Context) (int32, error) + func (c *DirectActionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ExpandableListActivityClient struct + func NewExpandableListActivityClient(cc grpc.ClientConnInterface) *ExpandableListActivityClient + func (c *ExpandableListActivityClient) GetExpandableListAdapter(ctx context.Context, handle int64) (int64, error) + func (c *ExpandableListActivityClient) GetExpandableListView(ctx context.Context, handle int64) (int64, error) + func (c *ExpandableListActivityClient) GetSelectedId(ctx context.Context, handle int64) (int64, error) + func (c *ExpandableListActivityClient) GetSelectedPosition(ctx context.Context, handle int64) (int64, error) + func (c *ExpandableListActivityClient) OnChildClick(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) (bool, error) + func (c *ExpandableListActivityClient) OnContentChanged(ctx context.Context, handle int64) error + func (c *ExpandableListActivityClient) OnCreateContextMenu(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error + func (c *ExpandableListActivityClient) OnGroupCollapse(ctx context.Context, handle int64, arg0 int32) error + func (c *ExpandableListActivityClient) OnGroupExpand(ctx context.Context, handle int64, arg0 int32) error + func (c *ExpandableListActivityClient) SetListAdapter(ctx context.Context, handle int64, arg0 int64) error + func (c *ExpandableListActivityClient) SetSelectedChild(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool) (bool, error) + func (c *ExpandableListActivityClient) SetSelectedGroup(ctx context.Context, handle int64, arg0 int32) error + type ForegroundServiceStartNotAllowedExceptionClient struct + func NewForegroundServiceStartNotAllowedExceptionClient(cc grpc.ClientConnInterface) *ForegroundServiceStartNotAllowedExceptionClient + func (c *ForegroundServiceStartNotAllowedExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *ForegroundServiceStartNotAllowedExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type FragmentBreadCrumbsClient struct + func NewFragmentBreadCrumbsClient(cc grpc.ClientConnInterface) *FragmentBreadCrumbsClient + func (c *FragmentBreadCrumbsClient) OnBackStackChanged(ctx context.Context, handle int64) error + func (c *FragmentBreadCrumbsClient) SetActivity(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentBreadCrumbsClient) SetMaxVisible(ctx context.Context, handle int64, arg0 int32) error + func (c *FragmentBreadCrumbsClient) SetOnBreadCrumbClickListener(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentBreadCrumbsClient) SetParentTitle(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int64) error + func (c *FragmentBreadCrumbsClient) SetTitle(ctx context.Context, handle int64, arg0 string, arg1 string) error + type FragmentBreadCrumbsOnBreadCrumbClickListenerClient struct + func NewFragmentBreadCrumbsOnBreadCrumbClickListenerClient(cc grpc.ClientConnInterface) *FragmentBreadCrumbsOnBreadCrumbClickListenerClient + func (c *FragmentBreadCrumbsOnBreadCrumbClickListenerClient) OnBreadCrumbClick(ctx context.Context, arg0 int64, arg1 int32) (bool, error) + type FragmentClient struct + func NewFragmentClient(cc grpc.ClientConnInterface) *FragmentClient + func (c *FragmentClient) Dump(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, ...) error + func (c *FragmentClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *FragmentClient) GetActivity(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetAllowEnterTransitionOverlap(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) GetAllowReturnTransitionOverlap(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) GetArguments(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetChildFragmentManager(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetContext(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetEnterTransition(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetExitTransition(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetFragmentManager(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetHost(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetId(ctx context.Context, handle int64) (int32, error) + func (c *FragmentClient) GetLayoutInflater(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetLoaderManager(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetParentFragment(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetReenterTransition(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetResources(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetRetainInstance(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) GetReturnTransition(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetSharedElementEnterTransition(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetSharedElementReturnTransition(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetString1(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *FragmentClient) GetString2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (string, error) + func (c *FragmentClient) GetTag(ctx context.Context, handle int64) (string, error) + func (c *FragmentClient) GetTargetFragment(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) GetTargetRequestCode(ctx context.Context, handle int64) (int32, error) + func (c *FragmentClient) GetText(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *FragmentClient) GetUserVisibleHint(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) GetView(ctx context.Context, handle int64) (int64, error) + func (c *FragmentClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *FragmentClient) Instantiate2(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error) + func (c *FragmentClient) Instantiate3_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error) + func (c *FragmentClient) IsAdded(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) IsDetached(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) IsHidden(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) IsInLayout(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) IsRemoving(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) IsResumed(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) IsStateSaved(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) IsVisible(ctx context.Context, handle int64) (bool, error) + func (c *FragmentClient) OnActivityCreated(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) OnActivityResult(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error + func (c *FragmentClient) OnAttach1(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) OnAttach1_1(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) OnAttachFragment(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) OnConfigurationChanged(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) OnContextItemSelected(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *FragmentClient) OnCreate(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) OnCreateAnimator(ctx context.Context, handle int64, arg0 int32, arg1 bool, arg2 int32) (int64, error) + func (c *FragmentClient) OnCreateContextMenu(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error + func (c *FragmentClient) OnCreateOptionsMenu(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *FragmentClient) OnCreateView(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error) + func (c *FragmentClient) OnDestroy(ctx context.Context, handle int64) error + func (c *FragmentClient) OnDestroyOptionsMenu(ctx context.Context, handle int64) error + func (c *FragmentClient) OnDestroyView(ctx context.Context, handle int64) error + func (c *FragmentClient) OnDetach(ctx context.Context, handle int64) error + func (c *FragmentClient) OnGetLayoutInflater(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *FragmentClient) OnHiddenChanged(ctx context.Context, handle int64, arg0 bool) error + func (c *FragmentClient) OnInflate2_2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *FragmentClient) OnInflate3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error + func (c *FragmentClient) OnInflate3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error + func (c *FragmentClient) OnLowMemory(ctx context.Context, handle int64) error + func (c *FragmentClient) OnMultiWindowModeChanged1(ctx context.Context, handle int64, arg0 bool) error + func (c *FragmentClient) OnMultiWindowModeChanged2_1(ctx context.Context, handle int64, arg0 bool, arg1 int64) error + func (c *FragmentClient) OnOptionsItemSelected(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *FragmentClient) OnOptionsMenuClosed(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) OnPause(ctx context.Context, handle int64) error + func (c *FragmentClient) OnPictureInPictureModeChanged1(ctx context.Context, handle int64, arg0 bool) error + func (c *FragmentClient) OnPictureInPictureModeChanged2_1(ctx context.Context, handle int64, arg0 bool, arg1 int64) error + func (c *FragmentClient) OnPrepareOptionsMenu(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) OnRequestPermissionsResult(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64) error + func (c *FragmentClient) OnResume(ctx context.Context, handle int64) error + func (c *FragmentClient) OnSaveInstanceState(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) OnStart(ctx context.Context, handle int64) error + func (c *FragmentClient) OnStop(ctx context.Context, handle int64) error + func (c *FragmentClient) OnTrimMemory(ctx context.Context, handle int64, arg0 int32) error + func (c *FragmentClient) OnViewCreated(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *FragmentClient) OnViewStateRestored(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) PostponeEnterTransition(ctx context.Context, handle int64) error + func (c *FragmentClient) RegisterForContextMenu(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) RequestPermissions(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *FragmentClient) SetAllowEnterTransitionOverlap(ctx context.Context, handle int64, arg0 bool) error + func (c *FragmentClient) SetAllowReturnTransitionOverlap(ctx context.Context, handle int64, arg0 bool) error + func (c *FragmentClient) SetArguments(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) SetEnterSharedElementCallback(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) SetEnterTransition(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) SetExitSharedElementCallback(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) SetExitTransition(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) SetHasOptionsMenu(ctx context.Context, handle int64, arg0 bool) error + func (c *FragmentClient) SetInitialSavedState(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) SetMenuVisibility(ctx context.Context, handle int64, arg0 bool) error + func (c *FragmentClient) SetReenterTransition(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) SetRetainInstance(ctx context.Context, handle int64, arg0 bool) error + func (c *FragmentClient) SetReturnTransition(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) SetSharedElementEnterTransition(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) SetSharedElementReturnTransition(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) SetTargetFragment(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *FragmentClient) SetUserVisibleHint(ctx context.Context, handle int64, arg0 bool) error + func (c *FragmentClient) ShouldShowRequestPermissionRationale(ctx context.Context, handle int64, arg0 string) (bool, error) + func (c *FragmentClient) StartActivity1(ctx context.Context, handle int64, arg0 int64) error + func (c *FragmentClient) StartActivity2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *FragmentClient) StartActivityForResult2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *FragmentClient) StartActivityForResult3_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) error + func (c *FragmentClient) StartIntentSenderForResult(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, ...) error + func (c *FragmentClient) StartPostponedEnterTransition(ctx context.Context, handle int64) error + func (c *FragmentClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *FragmentClient) UnregisterForContextMenu(ctx context.Context, handle int64, arg0 int64) error + type FragmentContainerClient struct + func NewFragmentContainerClient(cc grpc.ClientConnInterface) *FragmentContainerClient + func (c *FragmentContainerClient) OnHasView(ctx context.Context) (bool, error) + type FragmentControllerClient struct + func NewFragmentControllerClient(cc grpc.ClientConnInterface) *FragmentControllerClient + func (c *FragmentControllerClient) AttachHost(ctx context.Context, arg0 int64) error + func (c *FragmentControllerClient) DispatchActivityCreated(ctx context.Context) error + func (c *FragmentControllerClient) DispatchConfigurationChanged(ctx context.Context, arg0 int64) error + func (c *FragmentControllerClient) DispatchContextItemSelected(ctx context.Context, arg0 int64) (bool, error) + func (c *FragmentControllerClient) DispatchCreate(ctx context.Context) error + func (c *FragmentControllerClient) DispatchCreateOptionsMenu(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *FragmentControllerClient) DispatchDestroy(ctx context.Context) error + func (c *FragmentControllerClient) DispatchDestroyView(ctx context.Context) error + func (c *FragmentControllerClient) DispatchLowMemory(ctx context.Context) error + func (c *FragmentControllerClient) DispatchMultiWindowModeChanged1(ctx context.Context, arg0 bool) error + func (c *FragmentControllerClient) DispatchMultiWindowModeChanged2_1(ctx context.Context, arg0 bool, arg1 int64) error + func (c *FragmentControllerClient) DispatchOptionsItemSelected(ctx context.Context, arg0 int64) (bool, error) + func (c *FragmentControllerClient) DispatchOptionsMenuClosed(ctx context.Context, arg0 int64) error + func (c *FragmentControllerClient) DispatchPause(ctx context.Context) error + func (c *FragmentControllerClient) DispatchPictureInPictureModeChanged1(ctx context.Context, arg0 bool) error + func (c *FragmentControllerClient) DispatchPictureInPictureModeChanged2_1(ctx context.Context, arg0 bool, arg1 int64) error + func (c *FragmentControllerClient) DispatchPrepareOptionsMenu(ctx context.Context, arg0 int64) (bool, error) + func (c *FragmentControllerClient) DispatchResume(ctx context.Context) error + func (c *FragmentControllerClient) DispatchStart(ctx context.Context) error + func (c *FragmentControllerClient) DispatchStop(ctx context.Context) error + func (c *FragmentControllerClient) DispatchTrimMemory(ctx context.Context, arg0 int32) error + func (c *FragmentControllerClient) DoLoaderDestroy(ctx context.Context) error + func (c *FragmentControllerClient) DoLoaderStart(ctx context.Context) error + func (c *FragmentControllerClient) DoLoaderStop(ctx context.Context, arg0 bool) error + func (c *FragmentControllerClient) DumpLoaders(ctx context.Context, arg0 string, arg1 int64, arg2 int64, arg3 int64) error + func (c *FragmentControllerClient) ExecPendingActions(ctx context.Context) (bool, error) + func (c *FragmentControllerClient) FindFragmentByWho(ctx context.Context, arg0 string) (int64, error) + func (c *FragmentControllerClient) GetFragmentManager(ctx context.Context) (int64, error) + func (c *FragmentControllerClient) GetLoaderManager(ctx context.Context) (int64, error) + func (c *FragmentControllerClient) NoteStateNotSaved(ctx context.Context) error + func (c *FragmentControllerClient) OnCreateView(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error) + func (c *FragmentControllerClient) ReportLoaderStart(ctx context.Context) error + func (c *FragmentControllerClient) RestoreAllState(ctx context.Context, arg0 int64, arg1 int64) error + func (c *FragmentControllerClient) RetainNestedNonConfig(ctx context.Context) (int64, error) + func (c *FragmentControllerClient) RetainNonConfig(ctx context.Context) (int64, error) + func (c *FragmentControllerClient) SaveAllState(ctx context.Context) (int64, error) + type FragmentHostCallbackClient struct + func NewFragmentHostCallbackClient(cc grpc.ClientConnInterface) *FragmentHostCallbackClient + func (c *FragmentHostCallbackClient) OnAttachFragment(ctx context.Context, arg0 int64) error + func (c *FragmentHostCallbackClient) OnDump(ctx context.Context, arg0 string, arg1 int64, arg2 int64, arg3 int64) error + func (c *FragmentHostCallbackClient) OnGetLayoutInflater(ctx context.Context) (int64, error) + func (c *FragmentHostCallbackClient) OnGetWindowAnimations(ctx context.Context) (int32, error) + func (c *FragmentHostCallbackClient) OnHasView(ctx context.Context) (bool, error) + func (c *FragmentHostCallbackClient) OnHasWindowAnimations(ctx context.Context) (bool, error) + func (c *FragmentHostCallbackClient) OnInvalidateOptionsMenu(ctx context.Context) error + func (c *FragmentHostCallbackClient) OnRequestPermissionsFromFragment(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error + func (c *FragmentHostCallbackClient) OnShouldSaveFragmentState(ctx context.Context, arg0 int64) (bool, error) + func (c *FragmentHostCallbackClient) OnStartActivityFromFragment(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) error + func (c *FragmentHostCallbackClient) OnStartIntentSenderFromFragment(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64, ...) error + func (c *FragmentHostCallbackClient) OnUseFragmentManagerInflaterFactory(ctx context.Context) (bool, error) + type FragmentManagerBackStackEntryClient struct + func NewFragmentManagerBackStackEntryClient(cc grpc.ClientConnInterface) *FragmentManagerBackStackEntryClient + func (c *FragmentManagerBackStackEntryClient) GetBreadCrumbShortTitle(ctx context.Context) (int64, error) + func (c *FragmentManagerBackStackEntryClient) GetBreadCrumbShortTitleRes(ctx context.Context) (int32, error) + func (c *FragmentManagerBackStackEntryClient) GetBreadCrumbTitle(ctx context.Context) (int64, error) + func (c *FragmentManagerBackStackEntryClient) GetBreadCrumbTitleRes(ctx context.Context) (int32, error) + func (c *FragmentManagerBackStackEntryClient) GetId(ctx context.Context) (int32, error) + func (c *FragmentManagerBackStackEntryClient) GetName(ctx context.Context) (string, error) + type FragmentManagerClient struct + func NewFragmentManagerClient(cc grpc.ClientConnInterface) *FragmentManagerClient + func (c *FragmentManagerClient) AddOnBackStackChangedListener(ctx context.Context, arg0 int64) error + func (c *FragmentManagerClient) BeginTransaction(ctx context.Context) (int64, error) + func (c *FragmentManagerClient) Dump(ctx context.Context, arg0 string, arg1 int64, arg2 int64, arg3 int64) error + func (c *FragmentManagerClient) EnableDebugLogging(ctx context.Context, arg0 bool) error + func (c *FragmentManagerClient) ExecutePendingTransactions(ctx context.Context) (bool, error) + func (c *FragmentManagerClient) FindFragmentById(ctx context.Context, arg0 int32) (int64, error) + func (c *FragmentManagerClient) FindFragmentByTag(ctx context.Context, arg0 string) (int64, error) + func (c *FragmentManagerClient) GetBackStackEntryAt(ctx context.Context, arg0 int32) (int64, error) + func (c *FragmentManagerClient) GetBackStackEntryCount(ctx context.Context) (int32, error) + func (c *FragmentManagerClient) GetFragment(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *FragmentManagerClient) GetFragments(ctx context.Context) (int64, error) + func (c *FragmentManagerClient) GetPrimaryNavigationFragment(ctx context.Context) (int64, error) + func (c *FragmentManagerClient) InvalidateOptionsMenu(ctx context.Context) error + func (c *FragmentManagerClient) IsDestroyed(ctx context.Context) (bool, error) + func (c *FragmentManagerClient) IsStateSaved(ctx context.Context) (bool, error) + func (c *FragmentManagerClient) PopBackStack0(ctx context.Context) error + func (c *FragmentManagerClient) PopBackStack2_1(ctx context.Context, arg0 int32, arg1 int32) error + func (c *FragmentManagerClient) PopBackStack2_2(ctx context.Context, arg0 string, arg1 int32) error + func (c *FragmentManagerClient) PopBackStackImmediate0(ctx context.Context) (bool, error) + func (c *FragmentManagerClient) PopBackStackImmediate2_1(ctx context.Context, arg0 int32, arg1 int32) (bool, error) + func (c *FragmentManagerClient) PopBackStackImmediate2_2(ctx context.Context, arg0 string, arg1 int32) (bool, error) + func (c *FragmentManagerClient) PutFragment(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error + func (c *FragmentManagerClient) RegisterFragmentLifecycleCallbacks(ctx context.Context, arg0 int64, arg1 bool) error + func (c *FragmentManagerClient) RemoveOnBackStackChangedListener(ctx context.Context, arg0 int64) error + func (c *FragmentManagerClient) SaveFragmentInstanceState(ctx context.Context, arg0 int64) (int64, error) + func (c *FragmentManagerClient) UnregisterFragmentLifecycleCallbacks(ctx context.Context, arg0 int64) error + type FragmentManagerFragmentLifecycleCallbacksClient struct + func NewFragmentManagerFragmentLifecycleCallbacksClient(cc grpc.ClientConnInterface) *FragmentManagerFragmentLifecycleCallbacksClient + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentActivityCreated(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentAttached(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentCreated(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentDestroyed(ctx context.Context, arg0 int64, arg1 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentDetached(ctx context.Context, arg0 int64, arg1 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentPaused(ctx context.Context, arg0 int64, arg1 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentPreAttached(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentPreCreated(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentResumed(ctx context.Context, arg0 int64, arg1 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentSaveInstanceState(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentStarted(ctx context.Context, arg0 int64, arg1 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentStopped(ctx context.Context, arg0 int64, arg1 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentViewCreated(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error + func (c *FragmentManagerFragmentLifecycleCallbacksClient) OnFragmentViewDestroyed(ctx context.Context, arg0 int64, arg1 int64) error + type FragmentManagerOnBackStackChangedListenerClient struct + func NewFragmentManagerOnBackStackChangedListenerClient(cc grpc.ClientConnInterface) *FragmentManagerOnBackStackChangedListenerClient + func (c *FragmentManagerOnBackStackChangedListenerClient) OnBackStackChanged(ctx context.Context) error + type FragmentSavedStateClient struct + func NewFragmentSavedStateClient(cc grpc.ClientConnInterface) *FragmentSavedStateClient + func (c *FragmentSavedStateClient) DescribeContents(ctx context.Context) (int32, error) + func (c *FragmentSavedStateClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type FragmentTransactionClient struct + func NewFragmentTransactionClient(cc grpc.ClientConnInterface) *FragmentTransactionClient + func (c *FragmentTransactionClient) Add2(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *FragmentTransactionClient) Add2_1(ctx context.Context, arg0 int32, arg1 int64) (int64, error) + func (c *FragmentTransactionClient) Add3_2(ctx context.Context, arg0 int32, arg1 int64, arg2 string) (int64, error) + func (c *FragmentTransactionClient) AddSharedElement(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *FragmentTransactionClient) AddToBackStack(ctx context.Context, arg0 string) (int64, error) + func (c *FragmentTransactionClient) Attach(ctx context.Context, arg0 int64) (int64, error) + func (c *FragmentTransactionClient) Commit(ctx context.Context) (int32, error) + func (c *FragmentTransactionClient) CommitAllowingStateLoss(ctx context.Context) (int32, error) + func (c *FragmentTransactionClient) CommitNow(ctx context.Context) error + func (c *FragmentTransactionClient) CommitNowAllowingStateLoss(ctx context.Context) error + func (c *FragmentTransactionClient) Detach(ctx context.Context, arg0 int64) (int64, error) + func (c *FragmentTransactionClient) DisallowAddToBackStack(ctx context.Context) (int64, error) + func (c *FragmentTransactionClient) Hide(ctx context.Context, arg0 int64) (int64, error) + func (c *FragmentTransactionClient) IsAddToBackStackAllowed(ctx context.Context) (bool, error) + func (c *FragmentTransactionClient) IsEmpty(ctx context.Context) (bool, error) + func (c *FragmentTransactionClient) Remove(ctx context.Context, arg0 int64) (int64, error) + func (c *FragmentTransactionClient) Replace2(ctx context.Context, arg0 int32, arg1 int64) (int64, error) + func (c *FragmentTransactionClient) Replace3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 string) (int64, error) + func (c *FragmentTransactionClient) RunOnCommit(ctx context.Context, arg0 int64) (int64, error) + func (c *FragmentTransactionClient) SetBreadCrumbShortTitle1(ctx context.Context, arg0 int32) (int64, error) + func (c *FragmentTransactionClient) SetBreadCrumbShortTitle1_1(ctx context.Context, arg0 string) (int64, error) + func (c *FragmentTransactionClient) SetBreadCrumbTitle1(ctx context.Context, arg0 int32) (int64, error) + func (c *FragmentTransactionClient) SetBreadCrumbTitle1_1(ctx context.Context, arg0 string) (int64, error) + func (c *FragmentTransactionClient) SetCustomAnimations2(ctx context.Context, arg0 int32, arg1 int32) (int64, error) + func (c *FragmentTransactionClient) SetCustomAnimations4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (int64, error) + func (c *FragmentTransactionClient) SetPrimaryNavigationFragment(ctx context.Context, arg0 int64) (int64, error) + func (c *FragmentTransactionClient) SetReorderingAllowed(ctx context.Context, arg0 bool) (int64, error) + func (c *FragmentTransactionClient) SetTransition(ctx context.Context, arg0 int32) (int64, error) + func (c *FragmentTransactionClient) SetTransitionStyle(ctx context.Context, arg0 int32) (int64, error) + func (c *FragmentTransactionClient) Show(ctx context.Context, arg0 int64) (int64, error) + type GameManagerClient struct + func NewGameManagerClient(cc grpc.ClientConnInterface) *GameManagerClient + func (c *GameManagerClient) GetGameMode(ctx context.Context) (int32, error) + func (c *GameManagerClient) SetGameState(ctx context.Context, arg0 int64) error + type GameStateClient struct + func NewGameStateClient(cc grpc.ClientConnInterface) *GameStateClient + func (c *GameStateClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *GameStateClient) GetLabel(ctx context.Context, handle int64) (int32, error) + func (c *GameStateClient) GetMode(ctx context.Context, handle int64) (int32, error) + func (c *GameStateClient) GetQuality(ctx context.Context, handle int64) (int32, error) + func (c *GameStateClient) IsLoading(ctx context.Context, handle int64) (bool, error) + func (c *GameStateClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type GrammaticalInflectionManagerClient struct + func NewGrammaticalInflectionManagerClient(cc grpc.ClientConnInterface) *GrammaticalInflectionManagerClient + func (c *GrammaticalInflectionManagerClient) GetApplicationGrammaticalGender(ctx context.Context) (int32, error) + func (c *GrammaticalInflectionManagerClient) GetSystemGrammaticalGender(ctx context.Context) (int32, error) + func (c *GrammaticalInflectionManagerClient) SetRequestedApplicationGrammaticalGender(ctx context.Context, arg0 int32) error + type InstrumentationActivityMonitorClient struct + func NewInstrumentationActivityMonitorClient(cc grpc.ClientConnInterface) *InstrumentationActivityMonitorClient + func (c *InstrumentationActivityMonitorClient) GetFilter(ctx context.Context) (int64, error) + func (c *InstrumentationActivityMonitorClient) GetHits(ctx context.Context) (int32, error) + func (c *InstrumentationActivityMonitorClient) GetLastActivity(ctx context.Context) (int64, error) + func (c *InstrumentationActivityMonitorClient) GetResult(ctx context.Context) (int64, error) + func (c *InstrumentationActivityMonitorClient) IsBlocking(ctx context.Context) (bool, error) + func (c *InstrumentationActivityMonitorClient) OnStartActivity(ctx context.Context, arg0 int64) (int64, error) + func (c *InstrumentationActivityMonitorClient) WaitForActivity(ctx context.Context) (int64, error) + func (c *InstrumentationActivityMonitorClient) WaitForActivityWithTimeout(ctx context.Context, arg0 int64) (int64, error) + type InstrumentationActivityResultClient struct + func NewInstrumentationActivityResultClient(cc grpc.ClientConnInterface) *InstrumentationActivityResultClient + func (c *InstrumentationActivityResultClient) GetResultCode(ctx context.Context) (int32, error) + func (c *InstrumentationActivityResultClient) GetResultData(ctx context.Context) (int64, error) + type InstrumentationClient struct + func NewInstrumentationClient(cc grpc.ClientConnInterface) *InstrumentationClient + func (c *InstrumentationClient) AcquireLooperManager(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *InstrumentationClient) AddMonitor1(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) AddMonitor3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 bool) (int64, error) + func (c *InstrumentationClient) AddMonitor3_2(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 bool) (int64, error) + func (c *InstrumentationClient) AddResults(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) CallActivityOnCreate2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *InstrumentationClient) CallActivityOnCreate3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error + func (c *InstrumentationClient) CallActivityOnDestroy(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) CallActivityOnNewIntent2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *InstrumentationClient) CallActivityOnNewIntent3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error + func (c *InstrumentationClient) CallActivityOnPause(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) CallActivityOnPictureInPictureRequested(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) CallActivityOnPostCreate2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *InstrumentationClient) CallActivityOnPostCreate3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error + func (c *InstrumentationClient) CallActivityOnRestart(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) CallActivityOnRestoreInstanceState2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *InstrumentationClient) CallActivityOnRestoreInstanceState3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error + func (c *InstrumentationClient) CallActivityOnResume(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) CallActivityOnSaveInstanceState2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *InstrumentationClient) CallActivityOnSaveInstanceState3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error + func (c *InstrumentationClient) CallActivityOnStart(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) CallActivityOnStop(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) CallActivityOnUserLeaving(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) CallApplicationOnCreate(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) CheckMonitorHit(ctx context.Context, handle int64, arg0 int64, arg1 int32) (bool, error) + func (c *InstrumentationClient) EndPerformanceSnapshot(ctx context.Context, handle int64) error + func (c *InstrumentationClient) Finish(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *InstrumentationClient) GetAllocCounts(ctx context.Context, handle int64) (int64, error) + func (c *InstrumentationClient) GetBinderCounts(ctx context.Context, handle int64) (int64, error) + func (c *InstrumentationClient) GetComponentName(ctx context.Context, handle int64) (int64, error) + func (c *InstrumentationClient) GetContext(ctx context.Context, handle int64) (int64, error) + func (c *InstrumentationClient) GetProcessName(ctx context.Context, handle int64) (string, error) + func (c *InstrumentationClient) GetTargetContext(ctx context.Context, handle int64) (int64, error) + func (c *InstrumentationClient) GetUiAutomation0(ctx context.Context, handle int64) (int64, error) + func (c *InstrumentationClient) GetUiAutomation1_1(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *InstrumentationClient) InvokeContextMenuAction(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (bool, error) + func (c *InstrumentationClient) InvokeMenuActionSync(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (bool, error) + func (c *InstrumentationClient) IsProfiling(ctx context.Context, handle int64) (bool, error) + func (c *InstrumentationClient) NewActivity(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error) + func (c *InstrumentationClient) NewApplication(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error) + func (c *InstrumentationClient) OnCreate(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) OnDestroy(ctx context.Context, handle int64) error + func (c *InstrumentationClient) OnException(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error) + func (c *InstrumentationClient) OnStart(ctx context.Context, handle int64) error + func (c *InstrumentationClient) RemoveMonitor(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) ResetInTouchMode(ctx context.Context, handle int64) error + func (c *InstrumentationClient) RunOnMainSync(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) SendCharacterSync(ctx context.Context, handle int64, arg0 int32) error + func (c *InstrumentationClient) SendKeyDownUpSync(ctx context.Context, handle int64, arg0 int32) error + func (c *InstrumentationClient) SendKeySync(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) SendPointerSync(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) SendStatus(ctx context.Context, handle int64, arg0 int32, arg1 int64) error + func (c *InstrumentationClient) SendStringSync(ctx context.Context, handle int64, arg0 string) error + func (c *InstrumentationClient) SendTrackballEventSync(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) SetAutomaticPerformanceSnapshots(ctx context.Context, handle int64) error + func (c *InstrumentationClient) SetInTouchMode(ctx context.Context, handle int64, arg0 bool) error + func (c *InstrumentationClient) Start(ctx context.Context, handle int64) error + func (c *InstrumentationClient) StartActivitySync1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *InstrumentationClient) StartActivitySync2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *InstrumentationClient) StartAllocCounting(ctx context.Context, handle int64) error + func (c *InstrumentationClient) StartPerformanceSnapshot(ctx context.Context, handle int64) error + func (c *InstrumentationClient) StartProfiling(ctx context.Context, handle int64) error + func (c *InstrumentationClient) StopAllocCounting(ctx context.Context, handle int64) error + func (c *InstrumentationClient) StopProfiling(ctx context.Context, handle int64) error + func (c *InstrumentationClient) WaitForIdle(ctx context.Context, handle int64, arg0 int64) error + func (c *InstrumentationClient) WaitForIdleSync(ctx context.Context, handle int64) error + func (c *InstrumentationClient) WaitForMonitor(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *InstrumentationClient) WaitForMonitorWithTimeout(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + type IntentClient struct + func NewIntentClient(cc grpc.ClientConnInterface) *IntentClient + func (c *IntentClient) AddCategory(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) AddFlags(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *IntentClient) Clone(ctx context.Context, handle int64) (int64, error) + func (c *IntentClient) CloneFilter(ctx context.Context, handle int64) (int64, error) + func (c *IntentClient) CreateChooser2(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error) + func (c *IntentClient) CreateChooser3_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error) + func (c *IntentClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *IntentClient) FillIn(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int32, error) + func (c *IntentClient) FilterEquals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *IntentClient) FilterHashCode(ctx context.Context, handle int64) (int32, error) + func (c *IntentClient) GetAction(ctx context.Context, handle int64) (string, error) + func (c *IntentClient) GetBooleanArrayExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetBooleanExtra(ctx context.Context, handle int64, arg0 string, arg1 bool) (bool, error) + func (c *IntentClient) GetBundleExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetByteArrayExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetByteExtra(ctx context.Context, handle int64, arg0 string, arg1 int8) (int8, error) + func (c *IntentClient) GetCategories(ctx context.Context, handle int64) (int64, error) + func (c *IntentClient) GetCharArrayExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetCharExtra(ctx context.Context, handle int64, arg0 string, arg1 uint16) (uint16, error) + func (c *IntentClient) GetCharSequenceArrayExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetCharSequenceArrayListExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetCharSequenceExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetClipData(ctx context.Context, handle int64) (int64, error) + func (c *IntentClient) GetComponent(ctx context.Context, handle int64) (int64, error) + func (c *IntentClient) GetData(ctx context.Context, handle int64) (int64, error) + func (c *IntentClient) GetDataString(ctx context.Context, handle int64) (string, error) + func (c *IntentClient) GetDoubleArrayExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetDoubleExtra(ctx context.Context, handle int64, arg0 string, arg1 float64) (float64, error) + func (c *IntentClient) GetExtras(ctx context.Context, handle int64) (int64, error) + func (c *IntentClient) GetFlags(ctx context.Context, handle int64) (int32, error) + func (c *IntentClient) GetFloatArrayExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetFloatExtra(ctx context.Context, handle int64, arg0 string, arg1 float32) (float32, error) + func (c *IntentClient) GetIdentifier(ctx context.Context, handle int64) (string, error) + func (c *IntentClient) GetIntArrayExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetIntExtra(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error) + func (c *IntentClient) GetIntegerArrayListExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetIntent(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetIntentOld(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetLongArrayExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetLongExtra(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) GetPackage(ctx context.Context, handle int64) (string, error) + func (c *IntentClient) GetParcelableArrayExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetScheme(ctx context.Context, handle int64) (string, error) + func (c *IntentClient) GetSelector(ctx context.Context, handle int64) (int64, error) + func (c *IntentClient) GetSerializableExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetShortArrayExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetShortExtra(ctx context.Context, handle int64, arg0 string, arg1 int16) (int16, error) + func (c *IntentClient) GetSourceBounds(ctx context.Context, handle int64) (int64, error) + func (c *IntentClient) GetStringArrayExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetStringArrayListExtra(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) GetStringExtra(ctx context.Context, handle int64, arg0 string) (string, error) + func (c *IntentClient) GetType(ctx context.Context, handle int64) (string, error) + func (c *IntentClient) HasCategory(ctx context.Context, handle int64, arg0 string) (bool, error) + func (c *IntentClient) HasExtra(ctx context.Context, handle int64, arg0 string) (bool, error) + func (c *IntentClient) HasFileDescriptors(ctx context.Context, handle int64) (bool, error) + func (c *IntentClient) IsMismatchingFilter(ctx context.Context, handle int64) (bool, error) + func (c *IntentClient) MakeMainActivity(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *IntentClient) MakeMainSelectorActivity(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error) + func (c *IntentClient) MakeRestartActivityTask(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *IntentClient) NormalizeMimeType(ctx context.Context, handle int64, arg0 string) (string, error) + func (c *IntentClient) ParseIntent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error) + func (c *IntentClient) ParseUri(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error) + func (c *IntentClient) PutExtra2(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_10(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_11(ctx context.Context, handle int64, arg0 string, arg1 float32) (int64, error) + func (c *IntentClient) PutExtra2_12(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_13(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error) + func (c *IntentClient) PutExtra2_14(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_15(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_16(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error) + func (c *IntentClient) PutExtra2_17(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_18(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error) + func (c *IntentClient) PutExtra2_19(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_20(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_21(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_22(ctx context.Context, handle int64, arg0 string, arg1 int16) (int64, error) + func (c *IntentClient) PutExtra2_23(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_3(ctx context.Context, handle int64, arg0 string, arg1 bool) (int64, error) + func (c *IntentClient) PutExtra2_4(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_5(ctx context.Context, handle int64, arg0 string, arg1 int8) (int64, error) + func (c *IntentClient) PutExtra2_6(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_7(ctx context.Context, handle int64, arg0 string, arg1 uint16) (int64, error) + func (c *IntentClient) PutExtra2_8(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + func (c *IntentClient) PutExtra2_9(ctx context.Context, handle int64, arg0 string, arg1 float64) (int64, error) + func (c *IntentClient) PutExtras1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *IntentClient) PutExtras1_1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *IntentClient) ReadFromParcel(ctx context.Context, handle int64, arg0 int64) error + func (c *IntentClient) RemoveCategory(ctx context.Context, handle int64, arg0 string) error + func (c *IntentClient) RemoveExtra(ctx context.Context, handle int64, arg0 string) error + func (c *IntentClient) RemoveFlags(ctx context.Context, handle int64, arg0 int32) error + func (c *IntentClient) RemoveLaunchSecurityProtection(ctx context.Context, handle int64) error + func (c *IntentClient) ReplaceExtras1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *IntentClient) ReplaceExtras1_1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *IntentClient) ResolveActivity(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *IntentClient) ResolveActivityInfo(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error) + func (c *IntentClient) ResolveType1(ctx context.Context, handle int64, arg0 int64) (string, error) + func (c *IntentClient) ResolveType1_1(ctx context.Context, handle int64, arg0 int64) (string, error) + func (c *IntentClient) ResolveTypeIfNeeded(ctx context.Context, handle int64, arg0 int64) (string, error) + func (c *IntentClient) SetAction(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) SetClassName2(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error) + func (c *IntentClient) SetClassName2_1(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error) + func (c *IntentClient) SetClipData(ctx context.Context, handle int64, arg0 int64) error + func (c *IntentClient) SetComponent(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *IntentClient) SetData(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *IntentClient) SetDataAndNormalize(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *IntentClient) SetDataAndType(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error) + func (c *IntentClient) SetDataAndTypeAndNormalize(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error) + func (c *IntentClient) SetExtrasClassLoader(ctx context.Context, handle int64, arg0 int64) error + func (c *IntentClient) SetFlags(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *IntentClient) SetIdentifier(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) SetPackage(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) SetSelector(ctx context.Context, handle int64, arg0 int64) error + func (c *IntentClient) SetSourceBounds(ctx context.Context, handle int64, arg0 int64) error + func (c *IntentClient) SetType(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) SetTypeAndNormalize(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *IntentClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *IntentClient) ToUri(ctx context.Context, handle int64) (string, error) + func (c *IntentClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type IntentFilterComparisonClient struct + func NewIntentFilterComparisonClient(cc grpc.ClientConnInterface) *IntentFilterComparisonClient + func (c *IntentFilterComparisonClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *IntentFilterComparisonClient) GetIntent(ctx context.Context) (int64, error) + func (c *IntentFilterComparisonClient) HashCode(ctx context.Context) (int32, error) + type IntentServiceClient struct + func NewIntentServiceClient(cc grpc.ClientConnInterface) *IntentServiceClient + func (c *IntentServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error) + func (c *IntentServiceClient) OnCreate(ctx context.Context) error + func (c *IntentServiceClient) OnDestroy(ctx context.Context) error + func (c *IntentServiceClient) OnStart(ctx context.Context, arg0 int64, arg1 int32) error + func (c *IntentServiceClient) OnStartCommand(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error) + func (c *IntentServiceClient) SetIntentRedelivery(ctx context.Context, arg0 bool) error + type IntentShortcutIconResourceClient struct + func NewIntentShortcutIconResourceClient(cc grpc.ClientConnInterface) *IntentShortcutIconResourceClient + func (c *IntentShortcutIconResourceClient) DescribeContents(ctx context.Context) (int32, error) + func (c *IntentShortcutIconResourceClient) FromContext(ctx context.Context, arg0 int64, arg1 int32) (int64, error) + func (c *IntentShortcutIconResourceClient) ToString(ctx context.Context) (string, error) + func (c *IntentShortcutIconResourceClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type InvalidForegroundServiceTypeExceptionClient struct + func NewInvalidForegroundServiceTypeExceptionClient(cc grpc.ClientConnInterface) *InvalidForegroundServiceTypeExceptionClient + func (c *InvalidForegroundServiceTypeExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *InvalidForegroundServiceTypeExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type LauncherActivityClient struct + func NewLauncherActivityClient(cc grpc.ClientConnInterface) *LauncherActivityClient + func (c *LauncherActivityClient) MakeListItems(ctx context.Context) (int64, error) + func (c *LauncherActivityClient) SetTitle1(ctx context.Context, arg0 int32) error + func (c *LauncherActivityClient) SetTitle1_1(ctx context.Context, arg0 string) error + type LauncherActivityIconResizerClient struct + func NewLauncherActivityIconResizerClient(cc grpc.ClientConnInterface) *LauncherActivityIconResizerClient + func (c *LauncherActivityIconResizerClient) CreateIconThumbnail(ctx context.Context, arg0 int64) (int64, error) + type LicationActivityLifecycleCallbacksClient struct + func NewLicationActivityLifecycleCallbacksClient(cc grpc.ClientConnInterface) *LicationActivityLifecycleCallbacksClient + func (c *LicationActivityLifecycleCallbacksClient) OnActivityCreated(ctx context.Context, arg0 int64, arg1 int64) error + func (c *LicationActivityLifecycleCallbacksClient) OnActivityDestroyed(ctx context.Context, arg0 int64) error + func (c *LicationActivityLifecycleCallbacksClient) OnActivityPaused(ctx context.Context, arg0 int64) error + func (c *LicationActivityLifecycleCallbacksClient) OnActivityResumed(ctx context.Context, arg0 int64) error + func (c *LicationActivityLifecycleCallbacksClient) OnActivitySaveInstanceState(ctx context.Context, arg0 int64, arg1 int64) error + func (c *LicationActivityLifecycleCallbacksClient) OnActivityStarted(ctx context.Context, arg0 int64) error + func (c *LicationActivityLifecycleCallbacksClient) OnActivityStopped(ctx context.Context, arg0 int64) error + type LicationClient struct + func NewLicationClient(cc grpc.ClientConnInterface) *LicationClient + func (c *LicationClient) GetProcessName(ctx context.Context, handle int64) (string, error) + func (c *LicationClient) OnConfigurationChanged(ctx context.Context, handle int64, arg0 int64) error + func (c *LicationClient) OnCreate(ctx context.Context, handle int64) error + func (c *LicationClient) OnLowMemory(ctx context.Context, handle int64) error + func (c *LicationClient) OnTerminate(ctx context.Context, handle int64) error + func (c *LicationClient) OnTrimMemory(ctx context.Context, handle int64, arg0 int32) error + func (c *LicationClient) RegisterActivityLifecycleCallbacks(ctx context.Context, handle int64, arg0 int64) error + func (c *LicationClient) RegisterComponentCallbacks(ctx context.Context, handle int64, arg0 int64) error + func (c *LicationClient) RegisterOnProvideAssistDataListener(ctx context.Context, handle int64, arg0 int64) error + func (c *LicationClient) UnregisterActivityLifecycleCallbacks(ctx context.Context, handle int64, arg0 int64) error + func (c *LicationClient) UnregisterComponentCallbacks(ctx context.Context, handle int64, arg0 int64) error + func (c *LicationClient) UnregisterOnProvideAssistDataListener(ctx context.Context, handle int64, arg0 int64) error + type LicationErrorReportAnrInfoClient struct + func NewLicationErrorReportAnrInfoClient(cc grpc.ClientConnInterface) *LicationErrorReportAnrInfoClient + func (c *LicationErrorReportAnrInfoClient) Dump(ctx context.Context, arg0 int64, arg1 string) error + func (c *LicationErrorReportAnrInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type LicationErrorReportBatteryInfoClient struct + func NewLicationErrorReportBatteryInfoClient(cc grpc.ClientConnInterface) *LicationErrorReportBatteryInfoClient + func (c *LicationErrorReportBatteryInfoClient) Dump(ctx context.Context, arg0 int64, arg1 string) error + func (c *LicationErrorReportBatteryInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type LicationErrorReportClient struct + func NewLicationErrorReportClient(cc grpc.ClientConnInterface) *LicationErrorReportClient + func (c *LicationErrorReportClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *LicationErrorReportClient) Dump(ctx context.Context, handle int64, arg0 int64, arg1 string) error + func (c *LicationErrorReportClient) GetErrorReportReceiver(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int32) (int64, error) + func (c *LicationErrorReportClient) ReadFromParcel(ctx context.Context, handle int64, arg0 int64) error + func (c *LicationErrorReportClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type LicationErrorReportCrashInfoClient struct + func NewLicationErrorReportCrashInfoClient(cc grpc.ClientConnInterface) *LicationErrorReportCrashInfoClient + func (c *LicationErrorReportCrashInfoClient) Dump(ctx context.Context, arg0 int64, arg1 string) error + func (c *LicationErrorReportCrashInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type LicationErrorReportRunningServiceInfoClient struct + func NewLicationErrorReportRunningServiceInfoClient(cc grpc.ClientConnInterface) *LicationErrorReportRunningServiceInfoClient + func (c *LicationErrorReportRunningServiceInfoClient) Dump(ctx context.Context, arg0 int64, arg1 string) error + func (c *LicationErrorReportRunningServiceInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type LicationExitInfoClient struct + func NewLicationExitInfoClient(cc grpc.ClientConnInterface) *LicationExitInfoClient + func (c *LicationExitInfoClient) DescribeContents(ctx context.Context) (int32, error) + func (c *LicationExitInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *LicationExitInfoClient) GetDefiningUid(ctx context.Context) (int32, error) + func (c *LicationExitInfoClient) GetDescription(ctx context.Context) (string, error) + func (c *LicationExitInfoClient) GetImportance(ctx context.Context) (int32, error) + func (c *LicationExitInfoClient) GetPackageUid(ctx context.Context) (int32, error) + func (c *LicationExitInfoClient) GetPid(ctx context.Context) (int32, error) + func (c *LicationExitInfoClient) GetProcessName(ctx context.Context) (string, error) + func (c *LicationExitInfoClient) GetProcessStateSummary(ctx context.Context) (int64, error) + func (c *LicationExitInfoClient) GetPss(ctx context.Context) (int64, error) + func (c *LicationExitInfoClient) GetRealUid(ctx context.Context) (int32, error) + func (c *LicationExitInfoClient) GetReason(ctx context.Context) (int32, error) + func (c *LicationExitInfoClient) GetRss(ctx context.Context) (int64, error) + func (c *LicationExitInfoClient) GetStatus(ctx context.Context) (int32, error) + func (c *LicationExitInfoClient) GetTimestamp(ctx context.Context) (int64, error) + func (c *LicationExitInfoClient) GetTraceInputStream(ctx context.Context) (int64, error) + func (c *LicationExitInfoClient) GetUserHandle(ctx context.Context) (int64, error) + func (c *LicationExitInfoClient) HashCode(ctx context.Context) (int32, error) + func (c *LicationExitInfoClient) ToString(ctx context.Context) (string, error) + func (c *LicationExitInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type LicationOnProvideAssistDataListenerClient struct + func NewLicationOnProvideAssistDataListenerClient(cc grpc.ClientConnInterface) *LicationOnProvideAssistDataListenerClient + func (c *LicationOnProvideAssistDataListenerClient) OnProvideAssistData(ctx context.Context, arg0 int64, arg1 int64) error + type LicationStartInfoClient struct + func NewLicationStartInfoClient(cc grpc.ClientConnInterface) *LicationStartInfoClient + func (c *LicationStartInfoClient) DescribeContents(ctx context.Context) (int32, error) + func (c *LicationStartInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *LicationStartInfoClient) GetDefiningUid(ctx context.Context) (int32, error) + func (c *LicationStartInfoClient) GetIntent(ctx context.Context) (int64, error) + func (c *LicationStartInfoClient) GetLaunchMode(ctx context.Context) (int32, error) + func (c *LicationStartInfoClient) GetPackageUid(ctx context.Context) (int32, error) + func (c *LicationStartInfoClient) GetPid(ctx context.Context) (int32, error) + func (c *LicationStartInfoClient) GetProcessName(ctx context.Context) (string, error) + func (c *LicationStartInfoClient) GetRealUid(ctx context.Context) (int32, error) + func (c *LicationStartInfoClient) GetReason(ctx context.Context) (int32, error) + func (c *LicationStartInfoClient) GetStartComponent(ctx context.Context) (int32, error) + func (c *LicationStartInfoClient) GetStartType(ctx context.Context) (int32, error) + func (c *LicationStartInfoClient) GetStartupState(ctx context.Context) (int32, error) + func (c *LicationStartInfoClient) HashCode(ctx context.Context) (int32, error) + func (c *LicationStartInfoClient) WasForceStopped(ctx context.Context) (bool, error) + func (c *LicationStartInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ListActivityClient struct + func NewListActivityClient(cc grpc.ClientConnInterface) *ListActivityClient + func (c *ListActivityClient) GetListAdapter(ctx context.Context, handle int64) (int64, error) + func (c *ListActivityClient) GetListView(ctx context.Context, handle int64) (int64, error) + func (c *ListActivityClient) GetSelectedItemId(ctx context.Context, handle int64) (int64, error) + func (c *ListActivityClient) GetSelectedItemPosition(ctx context.Context, handle int64) (int32, error) + func (c *ListActivityClient) OnContentChanged(ctx context.Context, handle int64) error + func (c *ListActivityClient) SetListAdapter(ctx context.Context, handle int64, arg0 int64) error + func (c *ListActivityClient) SetSelection(ctx context.Context, handle int64, arg0 int32) error + type ListFragmentClient struct + func NewListFragmentClient(cc grpc.ClientConnInterface) *ListFragmentClient + func (c *ListFragmentClient) GetListAdapter(ctx context.Context, handle int64) (int64, error) + func (c *ListFragmentClient) GetListView(ctx context.Context, handle int64) (int64, error) + func (c *ListFragmentClient) GetSelectedItemId(ctx context.Context, handle int64) (int64, error) + func (c *ListFragmentClient) GetSelectedItemPosition(ctx context.Context, handle int64) (int32, error) + func (c *ListFragmentClient) OnCreateView(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error) + func (c *ListFragmentClient) OnDestroyView(ctx context.Context, handle int64) error + func (c *ListFragmentClient) OnListItemClick(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, ...) error + func (c *ListFragmentClient) OnViewCreated(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *ListFragmentClient) SetEmptyText(ctx context.Context, handle int64, arg0 string) error + func (c *ListFragmentClient) SetListAdapter(ctx context.Context, handle int64, arg0 int64) error + func (c *ListFragmentClient) SetListShown(ctx context.Context, handle int64, arg0 bool) error + func (c *ListFragmentClient) SetListShownNoAnimation(ctx context.Context, handle int64, arg0 bool) error + func (c *ListFragmentClient) SetSelection(ctx context.Context, handle int64, arg0 int32) error + type LoaderManagerClient struct + func NewLoaderManagerClient(cc grpc.ClientConnInterface) *LoaderManagerClient + func (c *LoaderManagerClient) DestroyLoader(ctx context.Context, arg0 int32) error + func (c *LoaderManagerClient) Dump(ctx context.Context, arg0 string, arg1 int64, arg2 int64, arg3 int64) error + func (c *LoaderManagerClient) EnableDebugLogging(ctx context.Context, arg0 bool) error + type LoaderManagerLoaderCallbacksClient struct + func NewLoaderManagerLoaderCallbacksClient(cc grpc.ClientConnInterface) *LoaderManagerLoaderCallbacksClient + func (c *LoaderManagerLoaderCallbacksClient) OnCreateLoader(ctx context.Context, arg0 int32, arg1 int64) (int64, error) + type LocalActivityManagerClient struct + func NewLocalActivityManagerClient(cc grpc.ClientConnInterface) *LocalActivityManagerClient + func (c *LocalActivityManagerClient) DestroyActivity(ctx context.Context, handle int64, arg0 string, arg1 bool) (int64, error) + func (c *LocalActivityManagerClient) DispatchCreate(ctx context.Context, handle int64, arg0 int64) error + func (c *LocalActivityManagerClient) DispatchDestroy(ctx context.Context, handle int64, arg0 bool) error + func (c *LocalActivityManagerClient) DispatchPause(ctx context.Context, handle int64, arg0 bool) error + func (c *LocalActivityManagerClient) DispatchResume(ctx context.Context, handle int64) error + func (c *LocalActivityManagerClient) DispatchStop(ctx context.Context, handle int64) error + func (c *LocalActivityManagerClient) GetActivity(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *LocalActivityManagerClient) GetCurrentActivity(ctx context.Context, handle int64) (int64, error) + func (c *LocalActivityManagerClient) GetCurrentId(ctx context.Context, handle int64) (string, error) + func (c *LocalActivityManagerClient) RemoveAllActivities(ctx context.Context, handle int64) error + func (c *LocalActivityManagerClient) SaveInstanceState(ctx context.Context, handle int64) (int64, error) + func (c *LocalActivityManagerClient) StartActivity(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error) + type LocaleConfigClient struct + func NewLocaleConfigClient(cc grpc.ClientConnInterface) *LocaleConfigClient + func (c *LocaleConfigClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *LocaleConfigClient) FromContextIgnoringOverride(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *LocaleConfigClient) GetDefaultLocale(ctx context.Context, handle int64) (int64, error) + func (c *LocaleConfigClient) GetStatus(ctx context.Context, handle int64) (int32, error) + func (c *LocaleConfigClient) GetSupportedLocales(ctx context.Context, handle int64) (int64, error) + func (c *LocaleConfigClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type LocaleManagerClient struct + func NewLocaleManagerClient(cc grpc.ClientConnInterface) *LocaleManagerClient + func (c *LocaleManagerClient) GetApplicationLocales0(ctx context.Context) (int64, error) + func (c *LocaleManagerClient) GetApplicationLocales1_1(ctx context.Context, arg0 string) (int64, error) + func (c *LocaleManagerClient) GetOverrideLocaleConfig(ctx context.Context) (int64, error) + func (c *LocaleManagerClient) GetSystemLocales(ctx context.Context) (int64, error) + func (c *LocaleManagerClient) SetApplicationLocales(ctx context.Context, arg0 int64) error + func (c *LocaleManagerClient) SetOverrideLocaleConfig(ctx context.Context, arg0 int64) error + type MediaRouteActionProviderClient struct + func NewMediaRouteActionProviderClient(cc grpc.ClientConnInterface) *MediaRouteActionProviderClient + func (c *MediaRouteActionProviderClient) IsVisible(ctx context.Context, handle int64) (bool, error) + func (c *MediaRouteActionProviderClient) OnCreateActionView0(ctx context.Context, handle int64) (int64, error) + func (c *MediaRouteActionProviderClient) OnCreateActionView1_1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *MediaRouteActionProviderClient) OnPerformDefaultAction(ctx context.Context, handle int64) (bool, error) + func (c *MediaRouteActionProviderClient) OverridesItemVisibility(ctx context.Context, handle int64) (bool, error) + func (c *MediaRouteActionProviderClient) SetExtendedSettingsClickListener(ctx context.Context, handle int64, arg0 int64) error + func (c *MediaRouteActionProviderClient) SetRouteTypes(ctx context.Context, handle int64, arg0 int32) error + type MediaRouteButtonClient struct + func NewMediaRouteButtonClient(cc grpc.ClientConnInterface) *MediaRouteButtonClient + func (c *MediaRouteButtonClient) GetRouteTypes(ctx context.Context, handle int64) (int32, error) + func (c *MediaRouteButtonClient) JumpDrawablesToCurrentState(ctx context.Context, handle int64) error + func (c *MediaRouteButtonClient) OnAttachedToWindow(ctx context.Context, handle int64) error + func (c *MediaRouteButtonClient) OnDetachedFromWindow(ctx context.Context, handle int64) error + func (c *MediaRouteButtonClient) PerformClick(ctx context.Context, handle int64) (bool, error) + func (c *MediaRouteButtonClient) SetContentDescription(ctx context.Context, handle int64, arg0 string) error + func (c *MediaRouteButtonClient) SetExtendedSettingsClickListener(ctx context.Context, handle int64, arg0 int64) error + func (c *MediaRouteButtonClient) SetRouteTypes(ctx context.Context, handle int64, arg0 int32) error + func (c *MediaRouteButtonClient) SetVisibility(ctx context.Context, handle int64, arg0 int32) error + func (c *MediaRouteButtonClient) ShowDialog(ctx context.Context, handle int64) error + type MissingForegroundServiceTypeExceptionClient struct + func NewMissingForegroundServiceTypeExceptionClient(cc grpc.ClientConnInterface) *MissingForegroundServiceTypeExceptionClient + func (c *MissingForegroundServiceTypeExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *MissingForegroundServiceTypeExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type NativeActivityClient struct + func NewNativeActivityClient(cc grpc.ClientConnInterface) *NativeActivityClient + func (c *NativeActivityClient) OnConfigurationChanged(ctx context.Context, handle int64, arg0 int64) error + func (c *NativeActivityClient) OnGlobalLayout(ctx context.Context, handle int64) error + func (c *NativeActivityClient) OnInputQueueCreated(ctx context.Context, handle int64, arg0 int64) error + func (c *NativeActivityClient) OnInputQueueDestroyed(ctx context.Context, handle int64, arg0 int64) error + func (c *NativeActivityClient) OnLowMemory(ctx context.Context, handle int64) error + func (c *NativeActivityClient) OnWindowFocusChanged(ctx context.Context, handle int64, arg0 bool) error + func (c *NativeActivityClient) SurfaceChanged(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) error + func (c *NativeActivityClient) SurfaceCreated(ctx context.Context, handle int64, arg0 int64) error + func (c *NativeActivityClient) SurfaceDestroyed(ctx context.Context, handle int64, arg0 int64) error + func (c *NativeActivityClient) SurfaceRedrawNeeded(ctx context.Context, handle int64, arg0 int64) error + type NotificationChannelGroupClient struct + func NewNotificationChannelGroupClient(cc grpc.ClientConnInterface) *NotificationChannelGroupClient + func (c *NotificationChannelGroupClient) Clone0(ctx context.Context, handle int64) (int64, error) + func (c *NotificationChannelGroupClient) Clone0_1(ctx context.Context, handle int64) (int64, error) + func (c *NotificationChannelGroupClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *NotificationChannelGroupClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *NotificationChannelGroupClient) GetChannels(ctx context.Context, handle int64) (int64, error) + func (c *NotificationChannelGroupClient) GetDescription(ctx context.Context, handle int64) (string, error) + func (c *NotificationChannelGroupClient) GetId(ctx context.Context, handle int64) (string, error) + func (c *NotificationChannelGroupClient) GetName(ctx context.Context, handle int64) (int64, error) + func (c *NotificationChannelGroupClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *NotificationChannelGroupClient) IsBlocked(ctx context.Context, handle int64) (bool, error) + func (c *NotificationChannelGroupClient) SetDescription(ctx context.Context, handle int64, arg0 string) error + func (c *NotificationChannelGroupClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *NotificationChannelGroupClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type OpsManagerClient struct + func NewOpsManagerClient(cc grpc.ClientConnInterface) *OpsManagerClient + func (c *OpsManagerClient) CheckOp3(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int32, error) + func (c *OpsManagerClient) CheckOp4_1(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 string) (int32, error) + func (c *OpsManagerClient) CheckOpNoThrow3(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int32, error) + func (c *OpsManagerClient) CheckOpNoThrow4_1(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 string) (int32, error) + func (c *OpsManagerClient) CheckOpRawNoThrow(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 string) (int32, error) + func (c *OpsManagerClient) CheckPackage(ctx context.Context, arg0 int32, arg1 string) error + func (c *OpsManagerClient) FinishOp3(ctx context.Context, arg0 string, arg1 int32, arg2 string) error + func (c *OpsManagerClient) FinishOp4_1(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 string) error + func (c *OpsManagerClient) FinishProxyOp(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 string) error + func (c *OpsManagerClient) IsOpActive(ctx context.Context, arg0 string, arg1 int32, arg2 string) (bool, error) + func (c *OpsManagerClient) NoteOp3(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int32, error) + func (c *OpsManagerClient) NoteOp5_1(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 string, ...) (int32, error) + func (c *OpsManagerClient) NoteOpNoThrow3(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int32, error) + func (c *OpsManagerClient) NoteOpNoThrow5_1(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 string, ...) (int32, error) + func (c *OpsManagerClient) NoteProxyOp2(ctx context.Context, arg0 string, arg1 string) (int32, error) + func (c *OpsManagerClient) NoteProxyOp5_1(ctx context.Context, arg0 string, arg1 string, arg2 int32, arg3 string, ...) (int32, error) + func (c *OpsManagerClient) NoteProxyOpNoThrow2(ctx context.Context, arg0 string, arg1 string) (int32, error) + func (c *OpsManagerClient) NoteProxyOpNoThrow3_1(ctx context.Context, arg0 string, arg1 string, arg2 int32) (int32, error) + func (c *OpsManagerClient) NoteProxyOpNoThrow5_2(ctx context.Context, arg0 string, arg1 string, arg2 int32, arg3 string, ...) (int32, error) + func (c *OpsManagerClient) PermissionToOp(ctx context.Context, arg0 string) (string, error) + func (c *OpsManagerClient) SetOnOpNotedCallback2(ctx context.Context, arg0 int64, arg1 int64) error + func (c *OpsManagerClient) SetOnOpNotedCallback3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error + func (c *OpsManagerClient) StartOp3(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int32, error) + func (c *OpsManagerClient) StartOp5_1(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 string, ...) (int32, error) + func (c *OpsManagerClient) StartOpNoThrow3(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int32, error) + func (c *OpsManagerClient) StartOpNoThrow5_1(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 string, ...) (int32, error) + func (c *OpsManagerClient) StartProxyOp(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 string, ...) (int32, error) + func (c *OpsManagerClient) StartProxyOpNoThrow(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 string, ...) (int32, error) + func (c *OpsManagerClient) StartWatchingActive(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *OpsManagerClient) StartWatchingMode3(ctx context.Context, arg0 string, arg1 string, arg2 int64) error + func (c *OpsManagerClient) StartWatchingMode4_1(ctx context.Context, arg0 string, arg1 string, arg2 int32, arg3 int64) error + func (c *OpsManagerClient) StopWatchingActive(ctx context.Context, arg0 int64) error + func (c *OpsManagerClient) StopWatchingMode(ctx context.Context, arg0 int64) error + func (c *OpsManagerClient) UnsafeCheckOp(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int32, error) + func (c *OpsManagerClient) UnsafeCheckOpNoThrow(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int32, error) + func (c *OpsManagerClient) UnsafeCheckOpRaw(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int32, error) + func (c *OpsManagerClient) UnsafeCheckOpRawNoThrow(ctx context.Context, arg0 string, arg1 int32, arg2 string) (int32, error) + type OpsManagerOnOpActiveChangedListenerClient struct + func NewOpsManagerOnOpActiveChangedListenerClient(cc grpc.ClientConnInterface) *OpsManagerOnOpActiveChangedListenerClient + func (c *OpsManagerOnOpActiveChangedListenerClient) OnOpActiveChanged(ctx context.Context, arg0 string, arg1 int32, arg2 string, arg3 bool) error + type OpsManagerOnOpChangedListenerClient struct + func NewOpsManagerOnOpChangedListenerClient(cc grpc.ClientConnInterface) *OpsManagerOnOpChangedListenerClient + func (c *OpsManagerOnOpChangedListenerClient) OnOpChanged(ctx context.Context, arg0 string, arg1 string) error + type OpsManagerOnOpNotedCallbackClient struct + func NewOpsManagerOnOpNotedCallbackClient(cc grpc.ClientConnInterface) *OpsManagerOnOpNotedCallbackClient + func (c *OpsManagerOnOpNotedCallbackClient) OnAsyncNoted(ctx context.Context, arg0 int64) error + func (c *OpsManagerOnOpNotedCallbackClient) OnNoted(ctx context.Context, arg0 int64) error + func (c *OpsManagerOnOpNotedCallbackClient) OnSelfNoted(ctx context.Context, arg0 int64) error + type PendingIntentClient struct + func NewPendingIntentClient(cc grpc.ClientConnInterface) *PendingIntentClient + func (c *PendingIntentClient) Cancel(ctx context.Context) error + func (c *PendingIntentClient) DescribeContents(ctx context.Context) (int32, error) + func (c *PendingIntentClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *PendingIntentClient) GetActivities4(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int32) (int64, error) + func (c *PendingIntentClient) GetActivities5_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int32, ...) (int64, error) + func (c *PendingIntentClient) GetActivity4(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int32) (int64, error) + func (c *PendingIntentClient) GetActivity5_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int32, ...) (int64, error) + func (c *PendingIntentClient) GetBroadcast(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int32) (int64, error) + func (c *PendingIntentClient) GetCreatorPackage(ctx context.Context) (string, error) + func (c *PendingIntentClient) GetCreatorUid(ctx context.Context) (int32, error) + func (c *PendingIntentClient) GetCreatorUserHandle(ctx context.Context) (int64, error) + func (c *PendingIntentClient) GetForegroundService(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int32) (int64, error) + func (c *PendingIntentClient) GetIntentSender(ctx context.Context) (int64, error) + func (c *PendingIntentClient) GetService(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int32) (int64, error) + func (c *PendingIntentClient) GetTargetPackage(ctx context.Context) (string, error) + func (c *PendingIntentClient) HashCode(ctx context.Context) (int32, error) + func (c *PendingIntentClient) IsActivity(ctx context.Context) (bool, error) + func (c *PendingIntentClient) IsBroadcast(ctx context.Context) (bool, error) + func (c *PendingIntentClient) IsForegroundService(ctx context.Context) (bool, error) + func (c *PendingIntentClient) IsImmutable(ctx context.Context) (bool, error) + func (c *PendingIntentClient) IsService(ctx context.Context) (bool, error) + func (c *PendingIntentClient) ReadPendingIntentOrNullFromParcel(ctx context.Context, arg0 int64) (int64, error) + func (c *PendingIntentClient) Send0(ctx context.Context) error + func (c *PendingIntentClient) Send1_2(ctx context.Context, arg0 int64) error + func (c *PendingIntentClient) Send1_3(ctx context.Context, arg0 int32) error + func (c *PendingIntentClient) Send3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error + func (c *PendingIntentClient) ToString(ctx context.Context) (string, error) + func (c *PendingIntentClient) WritePendingIntentOrNullToParcel(ctx context.Context, arg0 int64, arg1 int64) error + func (c *PendingIntentClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type PendingIntentOnFinishedClient struct + func NewPendingIntentOnFinishedClient(cc grpc.ClientConnInterface) *PendingIntentOnFinishedClient + func (c *PendingIntentOnFinishedClient) OnSendFinished(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 string, ...) error + type PersonBuilderClient struct + func NewPersonBuilderClient(cc grpc.ClientConnInterface) *PersonBuilderClient + func (c *PersonBuilderClient) Build(ctx context.Context) (int64, error) + func (c *PersonBuilderClient) SetBot(ctx context.Context, arg0 bool) (int64, error) + func (c *PersonBuilderClient) SetIcon(ctx context.Context, arg0 int64) (int64, error) + func (c *PersonBuilderClient) SetImportant(ctx context.Context, arg0 bool) (int64, error) + func (c *PersonBuilderClient) SetKey(ctx context.Context, arg0 string) (int64, error) + func (c *PersonBuilderClient) SetName(ctx context.Context, arg0 string) (int64, error) + func (c *PersonBuilderClient) SetUri(ctx context.Context, arg0 string) (int64, error) + type PersonClient struct + func NewPersonClient(cc grpc.ClientConnInterface) *PersonClient + func (c *PersonClient) DescribeContents(ctx context.Context) (int32, error) + func (c *PersonClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *PersonClient) GetIcon(ctx context.Context) (int64, error) + func (c *PersonClient) GetKey(ctx context.Context) (string, error) + func (c *PersonClient) GetName(ctx context.Context) (int64, error) + func (c *PersonClient) GetUri(ctx context.Context) (string, error) + func (c *PersonClient) HashCode(ctx context.Context) (int32, error) + func (c *PersonClient) IsBot(ctx context.Context) (bool, error) + func (c *PersonClient) IsImportant(ctx context.Context) (bool, error) + func (c *PersonClient) ToBuilder(ctx context.Context) (int64, error) + func (c *PersonClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type PictureInPictureParamsBuilderClient struct + func NewPictureInPictureParamsBuilderClient(cc grpc.ClientConnInterface) *PictureInPictureParamsBuilderClient + func (c *PictureInPictureParamsBuilderClient) Build(ctx context.Context) (int64, error) + func (c *PictureInPictureParamsBuilderClient) SetAspectRatio(ctx context.Context, arg0 int64) (int64, error) + func (c *PictureInPictureParamsBuilderClient) SetAutoEnterEnabled(ctx context.Context, arg0 bool) (int64, error) + func (c *PictureInPictureParamsBuilderClient) SetCloseAction(ctx context.Context, arg0 int64) (int64, error) + func (c *PictureInPictureParamsBuilderClient) SetExpandedAspectRatio(ctx context.Context, arg0 int64) (int64, error) + func (c *PictureInPictureParamsBuilderClient) SetSeamlessResizeEnabled(ctx context.Context, arg0 bool) (int64, error) + func (c *PictureInPictureParamsBuilderClient) SetSourceRectHint(ctx context.Context, arg0 int64) (int64, error) + func (c *PictureInPictureParamsBuilderClient) SetSubtitle(ctx context.Context, arg0 string) (int64, error) + func (c *PictureInPictureParamsBuilderClient) SetTitle(ctx context.Context, arg0 string) (int64, error) + type PictureInPictureParamsClient struct + func NewPictureInPictureParamsClient(cc grpc.ClientConnInterface) *PictureInPictureParamsClient + func (c *PictureInPictureParamsClient) DescribeContents(ctx context.Context) (int32, error) + func (c *PictureInPictureParamsClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *PictureInPictureParamsClient) GetActions(ctx context.Context) (int64, error) + func (c *PictureInPictureParamsClient) GetAspectRatio(ctx context.Context) (int64, error) + func (c *PictureInPictureParamsClient) GetCloseAction(ctx context.Context) (int64, error) + func (c *PictureInPictureParamsClient) GetExpandedAspectRatio(ctx context.Context) (int64, error) + func (c *PictureInPictureParamsClient) GetSourceRectHint(ctx context.Context) (int64, error) + func (c *PictureInPictureParamsClient) GetSubtitle(ctx context.Context) (int64, error) + func (c *PictureInPictureParamsClient) GetTitle(ctx context.Context) (int64, error) + func (c *PictureInPictureParamsClient) HashCode(ctx context.Context) (int32, error) + func (c *PictureInPictureParamsClient) IsAutoEnterEnabled(ctx context.Context) (bool, error) + func (c *PictureInPictureParamsClient) IsSeamlessResizeEnabled(ctx context.Context) (bool, error) + func (c *PictureInPictureParamsClient) ToString(ctx context.Context) (string, error) + func (c *PictureInPictureParamsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type PictureInPictureUiStateClient struct + func NewPictureInPictureUiStateClient(cc grpc.ClientConnInterface) *PictureInPictureUiStateClient + func (c *PictureInPictureUiStateClient) DescribeContents(ctx context.Context) (int32, error) + func (c *PictureInPictureUiStateClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *PictureInPictureUiStateClient) HashCode(ctx context.Context) (int32, error) + func (c *PictureInPictureUiStateClient) IsStashed(ctx context.Context) (bool, error) + func (c *PictureInPictureUiStateClient) IsTransitioningToPip(ctx context.Context) (bool, error) + func (c *PictureInPictureUiStateClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type PresentationClient struct + func NewPresentationClient(cc grpc.ClientConnInterface) *PresentationClient + func (c *PresentationClient) GetDisplay(ctx context.Context, handle int64) (int64, error) + func (c *PresentationClient) GetResources(ctx context.Context, handle int64) (int64, error) + func (c *PresentationClient) OnDisplayChanged(ctx context.Context, handle int64) error + func (c *PresentationClient) OnDisplayRemoved(ctx context.Context, handle int64) error + func (c *PresentationClient) Show(ctx context.Context, handle int64) error + type ProgressDialogClient struct + func NewProgressDialogClient(cc grpc.ClientConnInterface) *ProgressDialogClient + func (c *ProgressDialogClient) GetMax(ctx context.Context, handle int64) (int32, error) + func (c *ProgressDialogClient) GetProgress(ctx context.Context, handle int64) (int32, error) + func (c *ProgressDialogClient) GetSecondaryProgress(ctx context.Context, handle int64) (int32, error) + func (c *ProgressDialogClient) IncrementProgressBy(ctx context.Context, handle int64, arg0 int32) error + func (c *ProgressDialogClient) IncrementSecondaryProgressBy(ctx context.Context, handle int64, arg0 int32) error + func (c *ProgressDialogClient) IsIndeterminate(ctx context.Context, handle int64) (bool, error) + func (c *ProgressDialogClient) OnStart(ctx context.Context, handle int64) error + func (c *ProgressDialogClient) SetIndeterminate(ctx context.Context, handle int64, arg0 bool) error + func (c *ProgressDialogClient) SetIndeterminateDrawable(ctx context.Context, handle int64, arg0 int64) error + func (c *ProgressDialogClient) SetMax(ctx context.Context, handle int64, arg0 int32) error + func (c *ProgressDialogClient) SetMessage(ctx context.Context, handle int64, arg0 string) error + func (c *ProgressDialogClient) SetProgress(ctx context.Context, handle int64, arg0 int32) error + func (c *ProgressDialogClient) SetProgressDrawable(ctx context.Context, handle int64, arg0 int64) error + func (c *ProgressDialogClient) SetProgressNumberFormat(ctx context.Context, handle int64, arg0 string) error + func (c *ProgressDialogClient) SetProgressPercentFormat(ctx context.Context, handle int64, arg0 int64) error + func (c *ProgressDialogClient) SetProgressStyle(ctx context.Context, handle int64, arg0 int32) error + func (c *ProgressDialogClient) SetSecondaryProgress(ctx context.Context, handle int64, arg0 int32) error + func (c *ProgressDialogClient) Show3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string) (int64, error) + func (c *ProgressDialogClient) Show4_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, ...) (int64, error) + func (c *ProgressDialogClient) Show5_2(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, ...) (int64, error) + func (c *ProgressDialogClient) Show6_3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, ...) (int64, error) + type RecoverableSecurityExceptionClient struct + func NewRecoverableSecurityExceptionClient(cc grpc.ClientConnInterface) *RecoverableSecurityExceptionClient + func (c *RecoverableSecurityExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *RecoverableSecurityExceptionClient) GetUserAction(ctx context.Context, handle int64) (int64, error) + func (c *RecoverableSecurityExceptionClient) GetUserMessage(ctx context.Context, handle int64) (int64, error) + func (c *RecoverableSecurityExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type RemoteActionClient struct + func NewRemoteActionClient(cc grpc.ClientConnInterface) *RemoteActionClient + func (c *RemoteActionClient) Clone0(ctx context.Context, handle int64) (int64, error) + func (c *RemoteActionClient) Clone0_1(ctx context.Context, handle int64) (int64, error) + func (c *RemoteActionClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *RemoteActionClient) Dump(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *RemoteActionClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *RemoteActionClient) GetActionIntent(ctx context.Context, handle int64) (int64, error) + func (c *RemoteActionClient) GetContentDescription(ctx context.Context, handle int64) (int64, error) + func (c *RemoteActionClient) GetIcon(ctx context.Context, handle int64) (int64, error) + func (c *RemoteActionClient) GetTitle(ctx context.Context, handle int64) (int64, error) + func (c *RemoteActionClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *RemoteActionClient) IsEnabled(ctx context.Context, handle int64) (bool, error) + func (c *RemoteActionClient) SetEnabled(ctx context.Context, handle int64, arg0 bool) error + func (c *RemoteActionClient) SetShouldShowIcon(ctx context.Context, handle int64, arg0 bool) error + func (c *RemoteActionClient) ShouldShowIcon(ctx context.Context, handle int64) (bool, error) + func (c *RemoteActionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type RemoteInputBuilderClient struct + func NewRemoteInputBuilderClient(cc grpc.ClientConnInterface) *RemoteInputBuilderClient + func (c *RemoteInputBuilderClient) AddExtras(ctx context.Context, arg0 int64) (int64, error) + func (c *RemoteInputBuilderClient) Build(ctx context.Context) (int64, error) + func (c *RemoteInputBuilderClient) GetExtras(ctx context.Context) (int64, error) + func (c *RemoteInputBuilderClient) SetAllowDataType(ctx context.Context, arg0 string, arg1 bool) (int64, error) + func (c *RemoteInputBuilderClient) SetAllowFreeFormInput(ctx context.Context, arg0 bool) (int64, error) + func (c *RemoteInputBuilderClient) SetChoices(ctx context.Context, arg0 int64) (int64, error) + func (c *RemoteInputBuilderClient) SetEditChoicesBeforeSending(ctx context.Context, arg0 int32) (int64, error) + func (c *RemoteInputBuilderClient) SetLabel(ctx context.Context, arg0 string) (int64, error) + type RemoteInputClient struct + func NewRemoteInputClient(cc grpc.ClientConnInterface) *RemoteInputClient + func (c *RemoteInputClient) AddResultsToIntent(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *RemoteInputClient) DescribeContents(ctx context.Context) (int32, error) + func (c *RemoteInputClient) GetAllowFreeFormInput(ctx context.Context) (bool, error) + func (c *RemoteInputClient) GetAllowedDataTypes(ctx context.Context) (int64, error) + func (c *RemoteInputClient) GetChoices(ctx context.Context) (int64, error) + func (c *RemoteInputClient) GetEditChoicesBeforeSending(ctx context.Context) (int32, error) + func (c *RemoteInputClient) GetExtras(ctx context.Context) (int64, error) + func (c *RemoteInputClient) GetLabel(ctx context.Context) (int64, error) + func (c *RemoteInputClient) GetResultKey(ctx context.Context) (string, error) + func (c *RemoteInputClient) GetResultsFromIntent(ctx context.Context, arg0 int64) (int64, error) + func (c *RemoteInputClient) GetResultsSource(ctx context.Context, arg0 int64) (int32, error) + func (c *RemoteInputClient) IsDataOnly(ctx context.Context) (bool, error) + func (c *RemoteInputClient) SetResultsSource(ctx context.Context, arg0 int64, arg1 int32) error + func (c *RemoteInputClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type SearchManagerClient struct + func NewSearchManagerClient(cc grpc.ClientConnInterface) *SearchManagerClient + func (c *SearchManagerClient) GetGlobalSearchActivity(ctx context.Context) (int64, error) + func (c *SearchManagerClient) GetSearchableInfo(ctx context.Context, arg0 int64) (int64, error) + func (c *SearchManagerClient) GetSearchablesInGlobalSearch(ctx context.Context) (int64, error) + func (c *SearchManagerClient) OnCancel(ctx context.Context, arg0 int64) error + func (c *SearchManagerClient) OnDismiss(ctx context.Context, arg0 int64) error + func (c *SearchManagerClient) SetOnCancelListener(ctx context.Context, arg0 int64) error + func (c *SearchManagerClient) SetOnDismissListener(ctx context.Context, arg0 int64) error + func (c *SearchManagerClient) StartSearch(ctx context.Context, arg0 string, arg1 bool, arg2 int64, arg3 int64, arg4 bool) error + func (c *SearchManagerClient) StopSearch(ctx context.Context) error + func (c *SearchManagerClient) TriggerSearch(ctx context.Context, arg0 string, arg1 int64, arg2 int64) error + type SearchManagerOnCancelListenerClient struct + func NewSearchManagerOnCancelListenerClient(cc grpc.ClientConnInterface) *SearchManagerOnCancelListenerClient + func (c *SearchManagerOnCancelListenerClient) OnCancel(ctx context.Context) error + type SearchManagerOnDismissListenerClient struct + func NewSearchManagerOnDismissListenerClient(cc grpc.ClientConnInterface) *SearchManagerOnDismissListenerClient + func (c *SearchManagerOnDismissListenerClient) OnDismiss(ctx context.Context) error + type SearchableInfoClient struct + func NewSearchableInfoClient(cc grpc.ClientConnInterface) *SearchableInfoClient + func (c *SearchableInfoClient) AutoUrlDetect(ctx context.Context) (bool, error) + func (c *SearchableInfoClient) DescribeContents(ctx context.Context) (int32, error) + func (c *SearchableInfoClient) GetHintId(ctx context.Context) (int32, error) + func (c *SearchableInfoClient) GetImeOptions(ctx context.Context) (int32, error) + func (c *SearchableInfoClient) GetInputType(ctx context.Context) (int32, error) + func (c *SearchableInfoClient) GetSearchActivity(ctx context.Context) (int64, error) + func (c *SearchableInfoClient) GetSettingsDescriptionId(ctx context.Context) (int32, error) + func (c *SearchableInfoClient) GetSuggestAuthority(ctx context.Context) (string, error) + func (c *SearchableInfoClient) GetSuggestIntentAction(ctx context.Context) (string, error) + func (c *SearchableInfoClient) GetSuggestIntentData(ctx context.Context) (string, error) + func (c *SearchableInfoClient) GetSuggestPackage(ctx context.Context) (string, error) + func (c *SearchableInfoClient) GetSuggestPath(ctx context.Context) (string, error) + func (c *SearchableInfoClient) GetSuggestSelection(ctx context.Context) (string, error) + func (c *SearchableInfoClient) GetSuggestThreshold(ctx context.Context) (int32, error) + func (c *SearchableInfoClient) GetVoiceLanguageId(ctx context.Context) (int32, error) + func (c *SearchableInfoClient) GetVoiceLanguageModeId(ctx context.Context) (int32, error) + func (c *SearchableInfoClient) GetVoiceMaxResults(ctx context.Context) (int32, error) + func (c *SearchableInfoClient) GetVoicePromptTextId(ctx context.Context) (int32, error) + func (c *SearchableInfoClient) GetVoiceSearchEnabled(ctx context.Context) (bool, error) + func (c *SearchableInfoClient) GetVoiceSearchLaunchRecognizer(ctx context.Context) (bool, error) + func (c *SearchableInfoClient) GetVoiceSearchLaunchWebSearch(ctx context.Context) (bool, error) + func (c *SearchableInfoClient) QueryAfterZeroResults(ctx context.Context) (bool, error) + func (c *SearchableInfoClient) ShouldIncludeInGlobalSearch(ctx context.Context) (bool, error) + func (c *SearchableInfoClient) ShouldRewriteQueryFromData(ctx context.Context) (bool, error) + func (c *SearchableInfoClient) ShouldRewriteQueryFromText(ctx context.Context) (bool, error) + func (c *SearchableInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ServiceClient struct + func NewServiceClient(cc grpc.ClientConnInterface) *ServiceClient + func (c *ServiceClient) GetApplication(ctx context.Context) (int64, error) + func (c *ServiceClient) GetForegroundServiceType(ctx context.Context) (int32, error) + func (c *ServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error) + func (c *ServiceClient) OnConfigurationChanged(ctx context.Context, arg0 int64) error + func (c *ServiceClient) OnCreate(ctx context.Context) error + func (c *ServiceClient) OnDestroy(ctx context.Context) error + func (c *ServiceClient) OnLowMemory(ctx context.Context) error + func (c *ServiceClient) OnRebind(ctx context.Context, arg0 int64) error + func (c *ServiceClient) OnStart(ctx context.Context, arg0 int64, arg1 int32) error + func (c *ServiceClient) OnStartCommand(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error) + func (c *ServiceClient) OnTaskRemoved(ctx context.Context, arg0 int64) error + func (c *ServiceClient) OnTimeout1(ctx context.Context, arg0 int32) error + func (c *ServiceClient) OnTimeout2_1(ctx context.Context, arg0 int32, arg1 int32) error + func (c *ServiceClient) OnTrimMemory(ctx context.Context, arg0 int32) error + func (c *ServiceClient) OnUnbind(ctx context.Context, arg0 int64) (bool, error) + func (c *ServiceClient) StartForeground2(ctx context.Context, arg0 int32, arg1 int64) error + func (c *ServiceClient) StartForeground3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) error + func (c *ServiceClient) StopForeground1(ctx context.Context, arg0 bool) error + func (c *ServiceClient) StopForeground1_1(ctx context.Context, arg0 int32) error + func (c *ServiceClient) StopSelf0(ctx context.Context) error + func (c *ServiceClient) StopSelf1_1(ctx context.Context, arg0 int32) error + func (c *ServiceClient) StopSelfResult(ctx context.Context, arg0 int32) (bool, error) + type SharedElementCallbackClient struct + func NewSharedElementCallbackClient(cc grpc.ClientConnInterface) *SharedElementCallbackClient + func (c *SharedElementCallbackClient) OnCaptureSharedElementSnapshot(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error) + func (c *SharedElementCallbackClient) OnCreateSnapshotView(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + type SharedElementCallbackOnSharedElementsReadyListenerClient struct + func NewSharedElementCallbackOnSharedElementsReadyListenerClient(cc grpc.ClientConnInterface) *SharedElementCallbackOnSharedElementsReadyListenerClient + func (c *SharedElementCallbackOnSharedElementsReadyListenerClient) OnSharedElementsReady(ctx context.Context) error + type StartForegroundCalledOnStoppedServiceExceptionClient struct + func NewStartForegroundCalledOnStoppedServiceExceptionClient(cc grpc.ClientConnInterface) *StartForegroundCalledOnStoppedServiceExceptionClient + func (c *StartForegroundCalledOnStoppedServiceExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *StartForegroundCalledOnStoppedServiceExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type StatusBarManagerClient struct + func NewStatusBarManagerClient(cc grpc.ClientConnInterface) *StatusBarManagerClient + func (c *StatusBarManagerClient) CanLaunchCaptureContentActivityForNote(ctx context.Context, arg0 int64) (bool, error) + type SyncNotedAppOpClient struct + func NewSyncNotedAppOpClient(cc grpc.ClientConnInterface) *SyncNotedAppOpClient + func (c *SyncNotedAppOpClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *SyncNotedAppOpClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *SyncNotedAppOpClient) GetAttributionTag(ctx context.Context, handle int64) (string, error) + func (c *SyncNotedAppOpClient) GetOp(ctx context.Context, handle int64) (string, error) + func (c *SyncNotedAppOpClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *SyncNotedAppOpClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *SyncNotedAppOpClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type TabActivityClient struct + func NewTabActivityClient(cc grpc.ClientConnInterface) *TabActivityClient + func (c *TabActivityClient) GetTabHost(ctx context.Context, handle int64) (int64, error) + func (c *TabActivityClient) GetTabWidget(ctx context.Context, handle int64) (int64, error) + func (c *TabActivityClient) OnContentChanged(ctx context.Context, handle int64) error + func (c *TabActivityClient) SetDefaultTab1(ctx context.Context, handle int64, arg0 int32) error + func (c *TabActivityClient) SetDefaultTab1_1(ctx context.Context, handle int64, arg0 string) error + type TaskInfoClient struct + func NewTaskInfoClient(cc grpc.ClientConnInterface) *TaskInfoClient + func (c *TaskInfoClient) IsVisible(ctx context.Context) (bool, error) + func (c *TaskInfoClient) ToString(ctx context.Context) (string, error) + type TaskStackBuilderClient struct + func NewTaskStackBuilderClient(cc grpc.ClientConnInterface) *TaskStackBuilderClient + func (c *TaskStackBuilderClient) AddNextIntent(ctx context.Context, arg0 int64) (int64, error) + func (c *TaskStackBuilderClient) AddNextIntentWithParentStack(ctx context.Context, arg0 int64) (int64, error) + func (c *TaskStackBuilderClient) AddParentStack1(ctx context.Context, arg0 int64) (int64, error) + func (c *TaskStackBuilderClient) AddParentStack1_1(ctx context.Context, arg0 int64) (int64, error) + func (c *TaskStackBuilderClient) Create(ctx context.Context, arg0 int64) (int64, error) + func (c *TaskStackBuilderClient) EditIntentAt(ctx context.Context, arg0 int32) (int64, error) + func (c *TaskStackBuilderClient) GetIntentCount(ctx context.Context) (int32, error) + func (c *TaskStackBuilderClient) GetIntents(ctx context.Context) (int64, error) + func (c *TaskStackBuilderClient) GetPendingIntent2(ctx context.Context, arg0 int32, arg1 int32) (int64, error) + func (c *TaskStackBuilderClient) GetPendingIntent3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (int64, error) + func (c *TaskStackBuilderClient) StartActivities0(ctx context.Context) error + func (c *TaskStackBuilderClient) StartActivities1_1(ctx context.Context, arg0 int64) error + type TimePickerDialogClient struct + func NewTimePickerDialogClient(cc grpc.ClientConnInterface) *TimePickerDialogClient + func (c *TimePickerDialogClient) OnClick(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + func (c *TimePickerDialogClient) OnRestoreInstanceState(ctx context.Context, handle int64, arg0 int64) error + func (c *TimePickerDialogClient) OnSaveInstanceState(ctx context.Context, handle int64) (int64, error) + func (c *TimePickerDialogClient) OnTimeChanged(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) error + func (c *TimePickerDialogClient) Show(ctx context.Context, handle int64) error + func (c *TimePickerDialogClient) UpdateTime(ctx context.Context, handle int64, arg0 int32, arg1 int32) error + type TimePickerDialogOnTimeSetListenerClient struct + func NewTimePickerDialogOnTimeSetListenerClient(cc grpc.ClientConnInterface) *TimePickerDialogOnTimeSetListenerClient + func (c *TimePickerDialogOnTimeSetListenerClient) OnTimeSet(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + type UiAutomationAccessibilityEventFilterClient struct + func NewUiAutomationAccessibilityEventFilterClient(cc grpc.ClientConnInterface) *UiAutomationAccessibilityEventFilterClient + func (c *UiAutomationAccessibilityEventFilterClient) Accept(ctx context.Context, arg0 int64) (bool, error) + type UiAutomationClient struct + func NewUiAutomationClient(cc grpc.ClientConnInterface) *UiAutomationClient + func (c *UiAutomationClient) AdoptShellPermissionIdentity0(ctx context.Context) error + func (c *UiAutomationClient) AdoptShellPermissionIdentity1_1(ctx context.Context, arg0 int64) error + func (c *UiAutomationClient) ClearCache(ctx context.Context) (bool, error) + func (c *UiAutomationClient) ClearWindowAnimationFrameStats(ctx context.Context) error + func (c *UiAutomationClient) ClearWindowContentFrameStats(ctx context.Context, arg0 int32) (bool, error) + func (c *UiAutomationClient) DropShellPermissionIdentity(ctx context.Context) error + func (c *UiAutomationClient) ExecuteAndWaitForEvent(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error) + func (c *UiAutomationClient) ExecuteShellCommand(ctx context.Context, arg0 string) (int64, error) + func (c *UiAutomationClient) ExecuteShellCommandRw(ctx context.Context, arg0 string) (int64, error) + func (c *UiAutomationClient) ExecuteShellCommandRwe(ctx context.Context, arg0 string) (int64, error) + func (c *UiAutomationClient) FindFocus(ctx context.Context, arg0 int32) (int64, error) + func (c *UiAutomationClient) GetRootInActiveWindow(ctx context.Context) (int64, error) + func (c *UiAutomationClient) GetServiceInfo(ctx context.Context) (int64, error) + func (c *UiAutomationClient) GetWindowAnimationFrameStats(ctx context.Context) (int64, error) + func (c *UiAutomationClient) GetWindowContentFrameStats(ctx context.Context, arg0 int32) (int64, error) + func (c *UiAutomationClient) GetWindows(ctx context.Context) (int64, error) + func (c *UiAutomationClient) GetWindowsOnAllDisplays(ctx context.Context) (int64, error) + func (c *UiAutomationClient) GrantRuntimePermission(ctx context.Context, arg0 string, arg1 string) error + func (c *UiAutomationClient) GrantRuntimePermissionAsUser(ctx context.Context, arg0 string, arg1 string, arg2 int64) error + func (c *UiAutomationClient) InjectInputEvent(ctx context.Context, arg0 int64, arg1 bool) (bool, error) + func (c *UiAutomationClient) PerformGlobalAction(ctx context.Context, arg0 int32) (bool, error) + func (c *UiAutomationClient) RevokeRuntimePermission(ctx context.Context, arg0 string, arg1 string) error + func (c *UiAutomationClient) RevokeRuntimePermissionAsUser(ctx context.Context, arg0 string, arg1 string, arg2 int64) error + func (c *UiAutomationClient) SetAnimationScale(ctx context.Context, arg0 float32) error + func (c *UiAutomationClient) SetOnAccessibilityEventListener(ctx context.Context, arg0 int64) error + func (c *UiAutomationClient) SetRotation(ctx context.Context, arg0 int32) (bool, error) + func (c *UiAutomationClient) SetRunAsMonkey(ctx context.Context, arg0 bool) error + func (c *UiAutomationClient) SetServiceInfo(ctx context.Context, arg0 int64) error + func (c *UiAutomationClient) TakeScreenshot0(ctx context.Context) (int64, error) + func (c *UiAutomationClient) TakeScreenshot1_1(ctx context.Context, arg0 int64) (int64, error) + func (c *UiAutomationClient) ToString(ctx context.Context) (string, error) + func (c *UiAutomationClient) WaitForIdle(ctx context.Context, arg0 int64, arg1 int64) error + type UiAutomationOnAccessibilityEventListenerClient struct + func NewUiAutomationOnAccessibilityEventListenerClient(cc grpc.ClientConnInterface) *UiAutomationOnAccessibilityEventListenerClient + func (c *UiAutomationOnAccessibilityEventListenerClient) OnAccessibilityEvent(ctx context.Context, arg0 int64) error + type UiModeManagerClient struct + func NewUiModeManagerClient(cc grpc.ClientConnInterface) *UiModeManagerClient + func (c *UiModeManagerClient) AddContrastChangeListener(ctx context.Context, arg0 int64, arg1 int64) error + func (c *UiModeManagerClient) DisableCarMode(ctx context.Context, arg0 int32) error + func (c *UiModeManagerClient) EnableCarMode(ctx context.Context, arg0 int32) error + func (c *UiModeManagerClient) GetContrast(ctx context.Context) (float32, error) + func (c *UiModeManagerClient) GetCurrentModeType(ctx context.Context) (int32, error) + func (c *UiModeManagerClient) GetCustomNightModeEnd(ctx context.Context) (int64, error) + func (c *UiModeManagerClient) GetCustomNightModeStart(ctx context.Context) (int64, error) + func (c *UiModeManagerClient) GetNightMode(ctx context.Context) (int32, error) + func (c *UiModeManagerClient) RemoveContrastChangeListener(ctx context.Context, arg0 int64) error + func (c *UiModeManagerClient) SetApplicationNightMode(ctx context.Context, arg0 int32) error + func (c *UiModeManagerClient) SetCustomNightModeEnd(ctx context.Context, arg0 int64) error + func (c *UiModeManagerClient) SetCustomNightModeStart(ctx context.Context, arg0 int64) error + func (c *UiModeManagerClient) SetNightMode(ctx context.Context, arg0 int32) error + type UiModeManagerContrastChangeListenerClient struct + func NewUiModeManagerContrastChangeListenerClient(cc grpc.ClientConnInterface) *UiModeManagerContrastChangeListenerClient + func (c *UiModeManagerContrastChangeListenerClient) OnContrastChanged(ctx context.Context, arg0 float32) error + type VoiceInteractorAbortVoiceRequestClient struct + func NewVoiceInteractorAbortVoiceRequestClient(cc grpc.ClientConnInterface) *VoiceInteractorAbortVoiceRequestClient + func (c *VoiceInteractorAbortVoiceRequestClient) OnAbortResult(ctx context.Context, arg0 int64) error + type VoiceInteractorClient struct + func NewVoiceInteractorClient(cc grpc.ClientConnInterface) *VoiceInteractorClient + func (c *VoiceInteractorClient) GetActiveRequest(ctx context.Context, arg0 string) (int64, error) + func (c *VoiceInteractorClient) GetActiveRequests(ctx context.Context) (int64, error) + func (c *VoiceInteractorClient) GetPackageName(ctx context.Context) (string, error) + func (c *VoiceInteractorClient) IsDestroyed(ctx context.Context) (bool, error) + func (c *VoiceInteractorClient) NotifyDirectActionsChanged(ctx context.Context) error + func (c *VoiceInteractorClient) RegisterOnDestroyedCallback(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *VoiceInteractorClient) SubmitRequest1(ctx context.Context, arg0 int64) (bool, error) + func (c *VoiceInteractorClient) SubmitRequest2_1(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *VoiceInteractorClient) SupportsCommands(ctx context.Context, arg0 int64) (int64, error) + func (c *VoiceInteractorClient) UnregisterOnDestroyedCallback(ctx context.Context, arg0 int64) (bool, error) + type VoiceInteractorCommandRequestClient struct + func NewVoiceInteractorCommandRequestClient(cc grpc.ClientConnInterface) *VoiceInteractorCommandRequestClient + func (c *VoiceInteractorCommandRequestClient) OnCommandResult(ctx context.Context, arg0 bool, arg1 int64) error + type VoiceInteractorCompleteVoiceRequestClient struct + func NewVoiceInteractorCompleteVoiceRequestClient(cc grpc.ClientConnInterface) *VoiceInteractorCompleteVoiceRequestClient + func (c *VoiceInteractorCompleteVoiceRequestClient) OnCompleteResult(ctx context.Context, arg0 int64) error + type VoiceInteractorConfirmationRequestClient struct + func NewVoiceInteractorConfirmationRequestClient(cc grpc.ClientConnInterface) *VoiceInteractorConfirmationRequestClient + func (c *VoiceInteractorConfirmationRequestClient) OnConfirmationResult(ctx context.Context, arg0 bool, arg1 int64) error + type VoiceInteractorPickOptionRequestClient struct + func NewVoiceInteractorPickOptionRequestClient(cc grpc.ClientConnInterface) *VoiceInteractorPickOptionRequestClient + func (c *VoiceInteractorPickOptionRequestClient) OnPickOptionResult(ctx context.Context, arg0 bool, arg1 int64, arg2 int64) error + type VoiceInteractorPromptClient struct + func NewVoiceInteractorPromptClient(cc grpc.ClientConnInterface) *VoiceInteractorPromptClient + func (c *VoiceInteractorPromptClient) CountVoicePrompts(ctx context.Context) (int32, error) + func (c *VoiceInteractorPromptClient) DescribeContents(ctx context.Context) (int32, error) + func (c *VoiceInteractorPromptClient) GetVisualPrompt(ctx context.Context) (int64, error) + func (c *VoiceInteractorPromptClient) GetVoicePromptAt(ctx context.Context, arg0 int32) (int64, error) + func (c *VoiceInteractorPromptClient) ToString(ctx context.Context) (string, error) + func (c *VoiceInteractorPromptClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type VoiceInteractorRequestClient struct + func NewVoiceInteractorRequestClient(cc grpc.ClientConnInterface) *VoiceInteractorRequestClient + func (c *VoiceInteractorRequestClient) Cancel(ctx context.Context) error + func (c *VoiceInteractorRequestClient) GetActivity(ctx context.Context) (int64, error) + func (c *VoiceInteractorRequestClient) GetContext(ctx context.Context) (int64, error) + func (c *VoiceInteractorRequestClient) GetName(ctx context.Context) (string, error) + func (c *VoiceInteractorRequestClient) OnAttached(ctx context.Context, arg0 int64) error + func (c *VoiceInteractorRequestClient) OnCancel(ctx context.Context) error + func (c *VoiceInteractorRequestClient) OnDetached(ctx context.Context) error + func (c *VoiceInteractorRequestClient) ToString(ctx context.Context) (string, error) + type WallpaperColorsClient struct + func NewWallpaperColorsClient(cc grpc.ClientConnInterface) *WallpaperColorsClient + func (c *WallpaperColorsClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *WallpaperColorsClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *WallpaperColorsClient) FromBitmap(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *WallpaperColorsClient) FromDrawable(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *WallpaperColorsClient) GetColorHints(ctx context.Context, handle int64) (int32, error) + func (c *WallpaperColorsClient) GetPrimaryColor(ctx context.Context, handle int64) (int64, error) + func (c *WallpaperColorsClient) GetSecondaryColor(ctx context.Context, handle int64) (int64, error) + func (c *WallpaperColorsClient) GetTertiaryColor(ctx context.Context, handle int64) (int64, error) + func (c *WallpaperColorsClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *WallpaperColorsClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *WallpaperColorsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type WallpaperInfoClient struct + func NewWallpaperInfoClient(cc grpc.ClientConnInterface) *WallpaperInfoClient + func (c *WallpaperInfoClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *WallpaperInfoClient) Dump(ctx context.Context, handle int64, arg0 int64, arg1 string) error + func (c *WallpaperInfoClient) GetComponent(ctx context.Context, handle int64) (int64, error) + func (c *WallpaperInfoClient) GetPackageName(ctx context.Context, handle int64) (string, error) + func (c *WallpaperInfoClient) GetServiceInfo(ctx context.Context, handle int64) (int64, error) + func (c *WallpaperInfoClient) GetServiceName(ctx context.Context, handle int64) (string, error) + func (c *WallpaperInfoClient) GetSettingsActivity(ctx context.Context, handle int64) (string, error) + func (c *WallpaperInfoClient) GetSettingsSliceUri(ctx context.Context, handle int64) (int64, error) + func (c *WallpaperInfoClient) GetShowMetadataInPreview(ctx context.Context, handle int64) (bool, error) + func (c *WallpaperInfoClient) LoadAuthor(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *WallpaperInfoClient) LoadContextDescription(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *WallpaperInfoClient) LoadContextUri(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *WallpaperInfoClient) LoadDescription(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *WallpaperInfoClient) LoadIcon(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *WallpaperInfoClient) LoadLabel(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *WallpaperInfoClient) LoadThumbnail(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *WallpaperInfoClient) ShouldUseDefaultUnfoldTransition(ctx context.Context, handle int64) (bool, error) + func (c *WallpaperInfoClient) SupportsMultipleDisplays(ctx context.Context, handle int64) (bool, error) + func (c *WallpaperInfoClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *WallpaperInfoClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type WallpaperManagerClient struct + func NewWallpaperManagerClient(cc grpc.ClientConnInterface) *WallpaperManagerClient + func (c *WallpaperManagerClient) Clear0(ctx context.Context) error + func (c *WallpaperManagerClient) Clear1_1(ctx context.Context, arg0 int32) error + func (c *WallpaperManagerClient) ClearWallpaper(ctx context.Context) error + func (c *WallpaperManagerClient) ClearWallpaperOffsets(ctx context.Context, arg0 int64) error + func (c *WallpaperManagerClient) ForgetLoadedWallpaper(ctx context.Context) error + func (c *WallpaperManagerClient) GetBuiltInDrawable0(ctx context.Context) (int64, error) + func (c *WallpaperManagerClient) GetBuiltInDrawable1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *WallpaperManagerClient) GetBuiltInDrawable5_2(ctx context.Context, arg0 int32, arg1 int32, arg2 bool, arg3 float32, ...) (int64, error) + func (c *WallpaperManagerClient) GetBuiltInDrawable6_3(ctx context.Context, arg0 int32, arg1 int32, arg2 bool, arg3 float32, ...) (int64, error) + func (c *WallpaperManagerClient) GetCropAndSetWallpaperIntent(ctx context.Context, arg0 int64) (int64, error) + func (c *WallpaperManagerClient) GetDesiredMinimumHeight(ctx context.Context) (int32, error) + func (c *WallpaperManagerClient) GetDesiredMinimumWidth(ctx context.Context) (int32, error) + func (c *WallpaperManagerClient) GetDrawable0(ctx context.Context) (int64, error) + func (c *WallpaperManagerClient) GetDrawable1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *WallpaperManagerClient) GetFastDrawable0(ctx context.Context) (int64, error) + func (c *WallpaperManagerClient) GetFastDrawable1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *WallpaperManagerClient) GetInstance(ctx context.Context, arg0 int64) (int64, error) + func (c *WallpaperManagerClient) GetWallpaperColors(ctx context.Context, arg0 int32) (int64, error) + func (c *WallpaperManagerClient) GetWallpaperFile(ctx context.Context, arg0 int32) (int64, error) + func (c *WallpaperManagerClient) GetWallpaperId(ctx context.Context, arg0 int32) (int32, error) + func (c *WallpaperManagerClient) GetWallpaperInfo0(ctx context.Context) (int64, error) + func (c *WallpaperManagerClient) GetWallpaperInfo1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *WallpaperManagerClient) HasResourceWallpaper(ctx context.Context, arg0 int32) (bool, error) + func (c *WallpaperManagerClient) IsSetWallpaperAllowed(ctx context.Context) (bool, error) + func (c *WallpaperManagerClient) IsWallpaperSupported(ctx context.Context) (bool, error) + func (c *WallpaperManagerClient) PeekDrawable0(ctx context.Context) (int64, error) + func (c *WallpaperManagerClient) PeekDrawable1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *WallpaperManagerClient) PeekFastDrawable0(ctx context.Context) (int64, error) + func (c *WallpaperManagerClient) PeekFastDrawable1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *WallpaperManagerClient) RemoveOnColorsChangedListener(ctx context.Context, arg0 int64) error + func (c *WallpaperManagerClient) SendWallpaperCommand(ctx context.Context, arg0 int64, arg1 string, arg2 int32, arg3 int32, ...) error + func (c *WallpaperManagerClient) SetBitmap1(ctx context.Context, arg0 int64) error + func (c *WallpaperManagerClient) SetBitmap3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) (int32, error) + func (c *WallpaperManagerClient) SetBitmap4_2(ctx context.Context, arg0 int64, arg1 int64, arg2 bool, arg3 int32) (int32, error) + func (c *WallpaperManagerClient) SetDisplayPadding(ctx context.Context, arg0 int64) error + func (c *WallpaperManagerClient) SetResource1(ctx context.Context, arg0 int32) error + func (c *WallpaperManagerClient) SetResource2_1(ctx context.Context, arg0 int32, arg1 int32) (int32, error) + func (c *WallpaperManagerClient) SetStream1(ctx context.Context, arg0 int64) error + func (c *WallpaperManagerClient) SetStream3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) (int32, error) + func (c *WallpaperManagerClient) SetStream4_2(ctx context.Context, arg0 int64, arg1 int64, arg2 bool, arg3 int32) (int32, error) + func (c *WallpaperManagerClient) SetWallpaperOffsetSteps(ctx context.Context, arg0 float32, arg1 float32) error + func (c *WallpaperManagerClient) SetWallpaperOffsets(ctx context.Context, arg0 int64, arg1 float32, arg2 float32) error + func (c *WallpaperManagerClient) SuggestDesiredDimensions(ctx context.Context, arg0 int32, arg1 int32) error + type WallpaperManagerOnColorsChangedListenerClient struct + func NewWallpaperManagerOnColorsChangedListenerClient(cc grpc.ClientConnInterface) *WallpaperManagerOnColorsChangedListenerClient + func (c *WallpaperManagerOnColorsChangedListenerClient) OnColorsChanged(ctx context.Context, arg0 int64, arg1 int32) error + type ZygotePreloadClient struct + func NewZygotePreloadClient(cc grpc.ClientConnInterface) *ZygotePreloadClient + func (c *ZygotePreloadClient) DoPreload(ctx context.Context, arg0 int64) error