|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.devicesettings.DeviceSettings
public class DeviceSettings
DeviceSettings contains methods for third party configure Honeywell device, such as time ...
Constructor Summary | |
---|---|
DeviceSettings(Context context)
|
Method Summary | |
---|---|
void |
set24Hour(boolean is24Hour)
Set device's 24 hour display. |
void |
setDate(int year,
int month,
int day)
Set device's date. |
void |
setTime(int hourOfDay,
int minute)
Set device's time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeviceSettings(Context context)
Method Detail |
---|
public void setDate(int year, int month, int day)
year
- : the yearmonth
- : the monthday
- : the daypublic void setTime(int hourOfDay, int minute)
hourOfDay
- : the hour of dayminute
- : the minute of hourpublic void set24Hour(boolean is24Hour)
is24Hour
- : user 24-hour format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |