types

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2026 License: CC0-1.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivityManagerRunningTaskInfo

type ActivityManagerRunningTaskInfo struct {
}

func (*ActivityManagerRunningTaskInfo) MarshalParcel

func (s *ActivityManagerRunningTaskInfo) MarshalParcel(
	p *parcel.Parcel,
) error

func (*ActivityManagerRunningTaskInfo) UnmarshalParcel

func (s *ActivityManagerRunningTaskInfo) UnmarshalParcel(
	p *parcel.Parcel,
) error

type ActivityOptionsLaunchCookie

type ActivityOptionsLaunchCookie struct {
}

func (*ActivityOptionsLaunchCookie) MarshalParcel

func (s *ActivityOptionsLaunchCookie) MarshalParcel(
	p *parcel.Parcel,
) error

func (*ActivityOptionsLaunchCookie) UnmarshalParcel

func (s *ActivityOptionsLaunchCookie) UnmarshalParcel(
	p *parcel.Parcel,
) error

type ActivityOptionsSceneTransitionInfo

type ActivityOptionsSceneTransitionInfo struct {
}

func (*ActivityOptionsSceneTransitionInfo) MarshalParcel

func (s *ActivityOptionsSceneTransitionInfo) MarshalParcel(
	p *parcel.Parcel,
) error

func (*ActivityOptionsSceneTransitionInfo) UnmarshalParcel

func (s *ActivityOptionsSceneTransitionInfo) UnmarshalParcel(
	p *parcel.Parcel,
) error

type AppOpsManagerHistoricalOps

type AppOpsManagerHistoricalOps struct {
}

func (*AppOpsManagerHistoricalOps) MarshalParcel

func (s *AppOpsManagerHistoricalOps) MarshalParcel(
	p *parcel.Parcel,
) error

func (*AppOpsManagerHistoricalOps) UnmarshalParcel

func (s *AppOpsManagerHistoricalOps) UnmarshalParcel(
	p *parcel.Parcel,
) error

type AppOpsManagerPackageOps

type AppOpsManagerPackageOps struct {
}

func (*AppOpsManagerPackageOps) MarshalParcel

func (s *AppOpsManagerPackageOps) MarshalParcel(
	p *parcel.Parcel,
) error

func (*AppOpsManagerPackageOps) UnmarshalParcel

func (s *AppOpsManagerPackageOps) UnmarshalParcel(
	p *parcel.Parcel,
) error

type AsyncNotedAppOp

type AsyncNotedAppOp struct {
	Flg       int32
	OpCode    int32
	NotingUid int32
	Message   string
	Time      int64
}

func (*AsyncNotedAppOp) MarshalParcel

func (s *AsyncNotedAppOp) MarshalParcel(
	p *parcel.Parcel,
) error

func (*AsyncNotedAppOp) UnmarshalParcel

func (s *AsyncNotedAppOp) UnmarshalParcel(
	p *parcel.Parcel,
) error

type ContentProviderHolder

type ContentProviderHolder struct {
}

func (*ContentProviderHolder) MarshalParcel

func (s *ContentProviderHolder) MarshalParcel(
	p *parcel.Parcel,
) error

func (*ContentProviderHolder) UnmarshalParcel

func (s *ContentProviderHolder) UnmarshalParcel(
	p *parcel.Parcel,
) error

type IApplicationThread

type IApplicationThread interface {
	AsBinder() binder.IBinder
}

type IAssistDataReceiver

type IAssistDataReceiver interface {
	AsBinder() binder.IBinder
}

type NotificationAction

type NotificationAction struct {
}

func (*NotificationAction) MarshalParcel

func (s *NotificationAction) MarshalParcel(
	p *parcel.Parcel,
) error

func (*NotificationAction) UnmarshalParcel

func (s *NotificationAction) UnmarshalParcel(
	p *parcel.Parcel,
) error

type NotificationChannel

type NotificationChannel struct {
	Importance                 int32
	LockscreenVisibility       int32
	UserLockedFields           int32
	LightColor                 int32
	BlockableSystem            bool
	AllowBubbles               int32
	OriginalImportance         int32
	ParentId                   string
	ConversationId             string
	Demoted                    bool
	ImportantConvo             bool
	DeletedTime                int64
	ImportanceLockedDefaultApp bool
}

func (*NotificationChannel) MarshalParcel

func (s *NotificationChannel) MarshalParcel(
	p *parcel.Parcel,
) error

func (*NotificationChannel) UnmarshalParcel

func (s *NotificationChannel) UnmarshalParcel(
	p *parcel.Parcel,
) error

type NotificationChannelGroup

type NotificationChannelGroup struct {
	Blocked          bool
	UserLockedFields int32
}

func (*NotificationChannelGroup) MarshalParcel

func (s *NotificationChannelGroup) MarshalParcel(
	p *parcel.Parcel,
) error

func (*NotificationChannelGroup) UnmarshalParcel

func (s *NotificationChannelGroup) UnmarshalParcel(
	p *parcel.Parcel,
) error

type PendingIntent

type PendingIntent struct {
}

func (*PendingIntent) MarshalParcel

func (s *PendingIntent) MarshalParcel(
	p *parcel.Parcel,
) error

func (*PendingIntent) UnmarshalParcel

func (s *PendingIntent) UnmarshalParcel(
	p *parcel.Parcel,
) error

type ProfilerInfo

type ProfilerInfo struct {
	ProfileFile           string
	SamplingInterval      int32
	Agent                 string
	AttachAgentDuringBind bool
	ClockType             int32
}

func (*ProfilerInfo) MarshalParcel

func (s *ProfilerInfo) MarshalParcel(
	p *parcel.Parcel,
) error

func (*ProfilerInfo) UnmarshalParcel

func (s *ProfilerInfo) UnmarshalParcel(
	p *parcel.Parcel,
) error

type ReceiverInfo

type ReceiverInfo struct {
	Intent          contentTypes.Intent
	Data            string
	Extras          osTypes.Bundle
	AssumeDelivered bool
	SendingUser     int32
	ProcessState    int32
	ResultCode      int32
	SendingUid      int32
	SendingPackage  string
	Registered      bool
	Receiver        contentTypes.IIntentReceiver
	Ordered         bool
	Sticky          bool
	ActivityInfo    pmTypes.ActivityInfo
	CompatInfo      resTypes.CompatibilityInfo
	Sync            bool
}

func (*ReceiverInfo) MarshalParcel

func (s *ReceiverInfo) MarshalParcel(
	p *parcel.Parcel,
) error

func (*ReceiverInfo) UnmarshalParcel

func (s *ReceiverInfo) UnmarshalParcel(
	p *parcel.Parcel,
) error

type RuntimeAppOpAccessMessage

type RuntimeAppOpAccessMessage struct {
	Flg              int32
	Uid              int32
	OpCode           int32
	PackageName      string
	Message          string
	SamplingStrategy int32
}

func (*RuntimeAppOpAccessMessage) MarshalParcel

func (s *RuntimeAppOpAccessMessage) MarshalParcel(
	p *parcel.Parcel,
) error

func (*RuntimeAppOpAccessMessage) UnmarshalParcel

func (s *RuntimeAppOpAccessMessage) UnmarshalParcel(
	p *parcel.Parcel,
) error

type SyncNotedAppOp

type SyncNotedAppOp struct {
	Flg    int32
	OpMode int32
	OpCode int32
}

func (*SyncNotedAppOp) MarshalParcel

func (s *SyncNotedAppOp) MarshalParcel(
	p *parcel.Parcel,
) error

func (*SyncNotedAppOp) UnmarshalParcel

func (s *SyncNotedAppOp) UnmarshalParcel(
	p *parcel.Parcel,
) error

type VoiceInteractorPickOptionRequestOption

type VoiceInteractorPickOptionRequestOption struct {
}

func (*VoiceInteractorPickOptionRequestOption) MarshalParcel

func (*VoiceInteractorPickOptionRequestOption) UnmarshalParcel

func (s *VoiceInteractorPickOptionRequestOption) UnmarshalParcel(
	p *parcel.Parcel,
) error

type VoiceInteractorPrompt

type VoiceInteractorPrompt struct {
}

func (*VoiceInteractorPrompt) MarshalParcel

func (s *VoiceInteractorPrompt) MarshalParcel(
	p *parcel.Parcel,
) error

func (*VoiceInteractorPrompt) UnmarshalParcel

func (s *VoiceInteractorPrompt) UnmarshalParcel(
	p *parcel.Parcel,
) error

type WindowConfiguration

type WindowConfiguration struct {
	WindowingMode        int32
	ActivityType         int32
	AlwaysOnTop          int32
	Rotation             int32
	DisplayWindowingMode int32
	DisplayRotation      int32
}

func (*WindowConfiguration) MarshalParcel

func (s *WindowConfiguration) MarshalParcel(
	p *parcel.Parcel,
) error

func (*WindowConfiguration) UnmarshalParcel

func (s *WindowConfiguration) UnmarshalParcel(
	p *parcel.Parcel,
) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL