public class PropertyID
extends java.lang.Object
PropertyID is the class that includes all the properties
identifiers.Propertys are organized in a tree. The Propertys are the leaves while the intermediate nodes are the PropertyGroups.PropertyID.PropertyGroupID.PropertyGroups and Propertys. PropertyID (black circular bullet) of the properties contained in its group
PropertyGroupIDs (red squared bullet) of the property groups contained in its group
| Modifier and Type | Field and Description |
|---|---|
static int |
DATE_AND_TIME_AUTO_TIME
Value to specify if the user prefers the date, time and time zone to be automatically fetched from the network (NITZ).
|
static int |
DATE_AND_TIME_AUTO_TIME_ZONE
Value to specify if the user prefers the time zone to be automatically fetched from the network (NITZ)
|
static int |
DATE_AND_TIME_NTP_SERVER
Primary NTP server address that will be used if DATE_AND_TIME_AUTO_TIME is enabled.
|
static int |
DATE_AND_TIME_NTP_SERVER_2
Secondary NTP server address that will be used if DATE_AND_TIME_NTP_SERVER is not reacheable and DATE_AND_TIME_AUTO_TIME is enabled.
|
static int |
DATE_AND_TIME_NTP_TIMEOUT
NTP server connection timeout expressed in milliseconds
|
static int |
DATE_AND_TIME_TIME_24H_FORMAT
Display times in 24H format, if false display times in 12H format.
|
static int |
DATE_AND_TIME_TIMEZONE_ID
Sets the system's persistent default time zone.
|
static int |
DATE_AND_TIME_UNKNOWN |
static int |
POWER_OFF_CHARGING_MODE_POLICY
Policy for automatic exit from charging mode
|
static int |
POWER_OFF_CHARGING_MODE_THRESHOLD
The charging threshold (%) for automatic exit from charging mode
|
static int |
USB_CURRENT_FUNCTION
Current USB data function is the USB Transfer Protocol used to change the Default USB data function
just for the current USB transfer (until the USB will be plugged-out from the device).
|
static int |
USB_DEFAULT_FUNCTION
Default USB data function is the USB Transfer Protocol setup every time a USB is plugged-in to the device.
|
static int |
WIFI_802_DOT_11_MODE
Selects the 802.11 mode to be used (b/g/n/a/ac).
|
static int |
WIFI_BAND_SELECTION
Selects the band used by the device (2.4/5 GHz).
|
static int |
WIFI_CONNECTED_SCAN_INTERVAL
Interval between scans when the device is on and connected.
|
static int |
WIFI_CONNECTED_SCAN_INTERVAL_MAX
Maximum interval between scans when the device is on and connected.
|
static int |
WIFI_POWER_SAVE
Selects the power saving mode used.
|
static int |
WIFI_ROAMING_PROFILE
Enables roaming profiles.
|
static int |
WIFI_ROAMING_RSSI_DIFFERENCE
Signal difference between the current AP and the target AP for roaming.
|
static int |
WIFI_ROAMING_RSSI_THRESHOLD
Signal threshold for triggering the roaming background scan.
|
static int |
WIFI_SCAN_INTERVAL
Interval between scans when the device is on and disconnected.
|
static int |
WIFI_SCAN_INTERVAL_MAX
Maximum interval between scans when the device is on and disconnected.
|
static int |
WIFI_UNKNOWN |
static int |
WIFI_VERBOSE_WIFI_MODULE_LOG
Enables the verbose Wi-Fi module logging.
|
| Constructor and Description |
|---|
PropertyID() |
public static final int WIFI_UNKNOWN
public static final int WIFI_SCAN_INTERVAL
public static final int WIFI_SCAN_INTERVAL_MAX
public static final int WIFI_CONNECTED_SCAN_INTERVAL
public static final int WIFI_CONNECTED_SCAN_INTERVAL_MAX
public static final int WIFI_802_DOT_11_MODE
Wifi802Dot11Modepublic static final int WIFI_BAND_SELECTION
WifiBandSelectionpublic static final int WIFI_POWER_SAVE
WifiPowerSavepublic static final int WIFI_VERBOSE_WIFI_MODULE_LOG
public static final int WIFI_ROAMING_RSSI_THRESHOLD
public static final int WIFI_ROAMING_RSSI_DIFFERENCE
public static final int WIFI_ROAMING_PROFILE
public static final int DATE_AND_TIME_UNKNOWN
public static final int DATE_AND_TIME_AUTO_TIME
public static final int DATE_AND_TIME_AUTO_TIME_ZONE
public static final int DATE_AND_TIME_TIMEZONE_ID
Android documentation Timezone provide helpful information about time zone IDs.
public static final int DATE_AND_TIME_TIME_24H_FORMAT
public static final int DATE_AND_TIME_NTP_SERVER
public static final int DATE_AND_TIME_NTP_SERVER_2
public static final int DATE_AND_TIME_NTP_TIMEOUT
public static final int POWER_OFF_CHARGING_MODE_THRESHOLD
public static final int POWER_OFF_CHARGING_MODE_POLICY
public static final int USB_DEFAULT_FUNCTION
public static final int USB_CURRENT_FUNCTION