LocalPowerManagerpublic interface LocalPowerManager
Fields Summary |
---|
public static final int | OTHER_EVENT | public static final int | CHEEK_EVENT | public static final int | TOUCH_EVENT | public static final int | LONG_TOUCH_EVENT | public static final int | TOUCH_UP_EVENT | public static final int | BUTTON_EVENT | public static final int | POKE_LOCK_IGNORE_CHEEK_EVENTS | public static final int | POKE_LOCK_SHORT_TIMEOUT | public static final int | POKE_LOCK_MEDIUM_TIMEOUT | public static final int | POKE_LOCK_IGNORE_TOUCH_AND_CHEEK_EVENTS | public static final int | POKE_LOCK_TIMEOUT_MASK |
Methods Summary |
---|
public void | enableUserActivity(boolean enabled)
| public void | goToSleep(long time)
| public void | setKeyboardVisibility(boolean visible)
| public void | userActivity(long time, boolean noChangeLights, int eventType)
|
|