public class UiModeManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_ENTER_CAR_MODE |
static String |
ACTION_ENTER_DESK_MODE |
static String |
ACTION_EXIT_CAR_MODE |
static String |
ACTION_EXIT_DESK_MODE |
static int |
DISABLE_CAR_MODE_GO_HOME |
static int |
ENABLE_CAR_MODE_GO_CAR_HOME |
static int |
MODE_NIGHT_AUTO |
static int |
MODE_NIGHT_NO |
static int |
MODE_NIGHT_YES |
| Modifier and Type | Method and Description |
|---|---|
void |
disableCarMode(int flags) |
void |
enableCarMode(int flags) |
int |
getCurrentModeType() |
int |
getNightMode() |
void |
setNightMode(int mode) |
public static String ACTION_ENTER_CAR_MODE
public static String ACTION_EXIT_CAR_MODE
public static String ACTION_ENTER_DESK_MODE
public static String ACTION_EXIT_DESK_MODE
public static final int MODE_NIGHT_AUTO
public static final int MODE_NIGHT_NO
public static final int MODE_NIGHT_YES
public static final int ENABLE_CAR_MODE_GO_CAR_HOME
public static final int DISABLE_CAR_MODE_GO_HOME
Copyright © 2008-2013. All Rights Reserved.