Lines Matching refs:mode

28  * It provides functionality to disable the car mode and it gives access to the
29 * night mode settings.
35 * to the appropriate UI mode, sends broadcasts about the mode switch, and
36 * starts the corresponding mode activity if appropriate. See the
40 * <p>In addition, the user may manually switch the system to car mode without
41 * physically being in a dock. While in car mode -- whether by manual action
43 * displayed allowing the user to exit dock mode. Thus the dock mode
55 * Broadcast sent when the device's UI has switched to car mode, either
62 * also monitor this Intent in order to be informed of mode changes or
69 * Broadcast sent when the device's UI has switch away from car mode back
70 * to normal mode. Typically used by a car mode app, to dismiss itself
71 * when the user exits car mode.
76 * Broadcast sent when the device's UI has switched to desk mode,
83 * also monitor this Intent in order to be informed of mode changes or
90 * Broadcast sent when the device's UI has switched away from desk mode back
91 * to normal mode. Typically used by a desk mode app, to dismiss itself
92 * when the user exits desk mode.
97 * automatically switch night mode on and off based on the time.
102 * never run in night mode.
107 * always run in night mode.
121 * a clean transition between the current activity (in non-car-mode) and
122 * the car home activity that will serve as home while in car mode. This
123 * will switch to the car home activity even if we are already in car mode.
128 * Force device into car mode, like it had been placed in the car dock.
130 * the mode switch.
146 * a clean transition between the current activity (in car mode) and
148 * being in car mode).
153 * Turn off special mode if currently in car mode.
167 * Return the current running mode type. May be one of
185 * Sets the night mode. Changes to the night mode are only effective when
186 * the car or desk mode is enabled on a device.
188 * <p>The mode can be one of:
191 * mode.</li>
192 * <li><em>{@link #MODE_NIGHT_YES}</em> - sets the device into night mode.
198 public void setNightMode(int mode) {
201 mService.setNightMode(mode);
209 * Returns the currently configured night mode.