Sony Addon SDK
public static interface

Widget.AccessoryState

This project is no longer being supported and will not get any further updates.

Class Overview

An accessory can enter different states. If an extension assigns an AccessoryState to certain resources the accessory shall use that resource while in the given state.

See Also

Summary

Constants
int DEFAULT An accessory's default state.
int POWERSAVE In this state, the display may be in low power mode and it's properties are not guaranteed to match the definition in Registration.
int DISCONNECTED In this state, the accessory is not connected to a host application

Constants

Added in API level 3.0 public static final int DEFAULT

An accessory's default state. In this state, the display's properties, e.g. color and latency are as defined in Registration.DisplayColumns. Touch screen, if present, is active, and accessory is connected to a host application.

Constant Value: 1 (0x00000001)

Added in API level 3.0 public static final int POWERSAVE

In this state, the display may be in low power mode and it's properties are not guaranteed to match the definition in Registration. The host application will convert any resources provided to suit this display mode. If present, the accessory's touch screen will not be active. Accessory is connected to a host application.

Constant Value: 2 (0x00000002)

Added in API level 3.0 public static final int DISCONNECTED

In this state, the accessory is not connected to a host application

Constant Value: 4 (0x00000004)