types

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2026 License: CC0-1.0 Imports: 8 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 {
	NoReleaseNeeded bool
	Local           bool
}

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 Notification added in v0.0.8

type Notification struct {
	When                                  int64
	CreationTime                          int64
	Number                                int32
	Defaults                              int32
	Flags                                 int32
	AudioStreamType                       int32
	LedARGB                               int32
	LedOnMS                               int32
	LedOffMS                              int32
	IconLevel                             int32
	Priority                              int32
	Category                              string
	GroupKey                              string
	SortKey                               string
	Visibility                            int32
	Color                                 int32
	ChannelId                             string
	Timeout                               int64
	ShortcutId                            string
	BadgeIcon                             int32
	GroupAlertBehavior                    int32
	AllowSystemGeneratedContextualActions bool
	FgsDeferBehavior                      int32
	SmallIcon                             *drawable.Icon
	ContentIntent                         *PendingIntent
	DeleteIntent                          *PendingIntent
	TickerText                            *string
	TickerView                            *widgetTypes.RemoteViews
	ContentView                           *widgetTypes.RemoteViews
	LargeIcon                             *drawable.Icon
	FullScreenIntent                      *PendingIntent
	BigContentView                        *widgetTypes.RemoteViews
	HeadsUpContentView                    *widgetTypes.RemoteViews
	PublicVersion                         *Notification
	SettingsText                          *string
}

func (*Notification) MarshalParcel added in v0.0.8

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

func (*Notification) UnmarshalParcel added in v0.0.8

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

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
	BypassDnd                  bool
	LockscreenVisibility       int32
	Lights                     bool
	UserLockedFields           int32
	UserVisibleTaskShown       bool
	VibrationEnabled           bool
	ShowBadge                  bool
	Deleted                    bool
	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
	AutoStopProfiler      bool
	StreamingOutput       bool
	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