Documentation
¶
Overview ¶
Package flagging provides Go bindings for android.os.flagging.
Index ¶
Constants ¶
View Source
const ( ErrorCannotReadStorageFile = consts.ErrorCannotReadStorageFile ErrorContainerNotFound = consts.ErrorContainerNotFound ErrorGeneric = consts.ErrorGeneric ErrorPackageNotFound = consts.ErrorPackageNotFound ErrorStorageSystemNotFound = consts.ErrorStorageSystemNotFound )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AconfigPackage ¶
AconfigPackage wraps android.os.flagging.AconfigPackage.
func (*AconfigPackage) GetBooleanFlagValue ¶
func (m *AconfigPackage) GetBooleanFlagValue(arg0 string, arg1 bool) (bool, error)
GetBooleanFlagValue calls android.os.flagging.AconfigPackage.getBooleanFlagValue.
type AconfigStorageReadException ¶
AconfigStorageReadException wraps android.os.flagging.AconfigStorageReadException.
func NewAconfigStorageReadException ¶
func NewAconfigStorageReadException(vm *jni.VM, arg0 int32, arg1 string) (*AconfigStorageReadException, error)
NewAconfigStorageReadException creates a new android.os.flagging.AconfigStorageReadException instance.
func (*AconfigStorageReadException) GetErrorCode ¶
func (m *AconfigStorageReadException) GetErrorCode() (int32, error)
GetErrorCode calls android.os.flagging.AconfigStorageReadException.getErrorCode.
func (*AconfigStorageReadException) GetMessage ¶
func (m *AconfigStorageReadException) GetMessage() (string, error)
GetMessage calls android.os.flagging.AconfigStorageReadException.getMessage.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.