types

package
v0.0.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatteryUsageStats added in v0.0.7

type BatteryUsageStats struct {
	StatsStartTimestampMs     int64
	StatsEndTimestampMs       int64
	StatsDurationMs           int64
	BatteryCapacityMah        float64
	DischargePercentage       int32
	DischargedPowerLowerBound float64
	DischargedPowerUpperBound float64
	DischargeDurationMs       int64
	BatteryTimeRemainingMs    int64
	ChargeTimeRemainingMs     int64
	IncludesPowerModels       bool
	IncludesProcessStateData  bool
}

func (*BatteryUsageStats) MarshalParcel added in v0.0.7

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

func (*BatteryUsageStats) UnmarshalParcel added in v0.0.7

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

type BatteryUsageStatsQuery added in v0.0.7

type BatteryUsageStatsQuery struct {
	Flags                     int32
	MaxStatsAgeMs             int64
	MinConsumedPowerThreshold float64
	FromTimestamp             int64
	ToTimestamp               int64
}

func (*BatteryUsageStatsQuery) MarshalParcel added in v0.0.7

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

func (*BatteryUsageStatsQuery) UnmarshalParcel added in v0.0.7

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

type BluetoothBatteryStats added in v0.0.7

type BluetoothBatteryStats struct {
	Size int32
}

func (*BluetoothBatteryStats) MarshalParcel added in v0.0.7

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

func (*BluetoothBatteryStats) UnmarshalParcel added in v0.0.7

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

type Bundle

type Bundle struct {
}

func (*Bundle) MarshalParcel

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

func (*Bundle) UnmarshalParcel

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

type CombinedVibration added in v0.0.7

type CombinedVibration struct {
}

func (*CombinedVibration) MarshalParcel added in v0.0.7

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

func (*CombinedVibration) UnmarshalParcel added in v0.0.7

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

type DebugMemoryInfo added in v0.0.7

type DebugMemoryInfo struct {
}

func (*DebugMemoryInfo) MarshalParcel added in v0.0.7

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

func (*DebugMemoryInfo) UnmarshalParcel added in v0.0.7

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

type DropBoxManagerEntry

type DropBoxManagerEntry struct {
}

func (*DropBoxManagerEntry) MarshalParcel

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

func (*DropBoxManagerEntry) UnmarshalParcel

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

type ICancellationSignal added in v0.0.7

type ICancellationSignal interface {
	AsBinder() binder.IBinder
}

type IProgressListener added in v0.0.7

type IProgressListener interface {
	AsBinder() binder.IBinder
}

type IRemoteCallback added in v0.0.7

type IRemoteCallback interface {
	AsBinder() binder.IBinder
}

type IVibratorStateListener added in v0.0.7

type IVibratorStateListener interface {
	AsBinder() binder.IBinder
}

type LocaleList

type LocaleList struct {
	StringRepresentation string
}

func (*LocaleList) MarshalParcel

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

func (*LocaleList) UnmarshalParcel

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

type PackageTagsList added in v0.0.7

type PackageTagsList struct {
	Count int32
}

func (*PackageTagsList) MarshalParcel added in v0.0.7

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

func (*PackageTagsList) UnmarshalParcel added in v0.0.7

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

type ParcelUuid added in v0.0.7

type ParcelUuid struct {
}

func (*ParcelUuid) MarshalParcel added in v0.0.7

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

func (*ParcelUuid) UnmarshalParcel added in v0.0.7

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

type PersistableBundle added in v0.0.7

type PersistableBundle struct {
}

func (*PersistableBundle) MarshalParcel added in v0.0.7

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

func (*PersistableBundle) UnmarshalParcel added in v0.0.7

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

type RemoteCallback

type RemoteCallback struct {
}

func (*RemoteCallback) MarshalParcel

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

func (*RemoteCallback) UnmarshalParcel

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

type ResultReceiver

type ResultReceiver struct {
}

func (*ResultReceiver) MarshalParcel

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

func (*ResultReceiver) UnmarshalParcel

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

type SharedMemory added in v0.0.7

type SharedMemory struct {
}

func (*SharedMemory) MarshalParcel added in v0.0.7

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

func (*SharedMemory) UnmarshalParcel added in v0.0.7

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

type StrictModeViolationInfo added in v0.0.7

type StrictModeViolationInfo struct {
}

func (*StrictModeViolationInfo) MarshalParcel added in v0.0.7

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

func (*StrictModeViolationInfo) UnmarshalParcel added in v0.0.7

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

type UserHandle

type UserHandle struct {
}

func (*UserHandle) MarshalParcel

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

func (*UserHandle) UnmarshalParcel

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

type VibrationEffect added in v0.0.7

type VibrationEffect struct {
}

func (*VibrationEffect) MarshalParcel added in v0.0.7

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

func (*VibrationEffect) UnmarshalParcel added in v0.0.7

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

type WakeLockStats added in v0.0.7

type WakeLockStats struct {
	WakelockSize           int32
	AggregatedWakelockSize int32
}

func (*WakeLockStats) MarshalParcel added in v0.0.7

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

func (*WakeLockStats) UnmarshalParcel added in v0.0.7

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

type WorkSource

type WorkSource struct {
	Num int32
}

func (*WorkSource) MarshalParcel

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

func (*WorkSource) UnmarshalParcel

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

Jump to

Keyboard shortcuts

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