Go to the source code of this file.
Defines | |
#define | MCE_NORMAL_MODE "normal" |
Normal device mode. | |
#define | MCE_FLIGHT_MODE "flight" |
Offline device mode; RF's disabled. | |
#define | MCE_OFFLINE_MODE "offline" |
Offline device mode; RF's disabled; alias for flight mode. | |
#define | MCE_VOIP_MODE "voip" |
Variant of Normal mode customised for VoIP use; this mode is not visible when the mode is queried. | |
#define | MCE_INVALID_MODE "invalid" |
Invalid device mode; this should NEVER occur! | |
#define | MCE_DEVICE_LOCKED "locked" |
Device locked. | |
#define | MCE_DEVICE_UNLOCKED "unlocked" |
Device unlocked. | |
#define | MCE_TK_LOCKED "locked" |
Touchscreen/Keypad locked. | |
#define | MCE_TK_SILENT_LOCKED "silent-locked" |
Touchscreen/Keypad silently locked. | |
#define | MCE_TK_LOCKED_DIM "locked-dim" |
Touchscreen/Keypad locked with fadeout. | |
#define | MCE_TK_SILENT_LOCKED_DIM "silent-locked-dim" |
Touchscreen/Keypad silently locked with fadeout. | |
#define | MCE_TK_UNLOCKED "unlocked" |
Touchscreen/Keypad unlocked. | |
#define | MCE_TK_SILENT_UNLOCKED "silent-unlocked" |
Touchscreen/Keypad silently unlocked. | |
#define | MCE_ALARM_VISIBLE "visible" |
Alarm UI is visible. | |
#define | MCE_ALARM_SNOOZED "snoozed" |
Alarm UI has been snoozed. | |
#define | MCE_ALARM_OFF "off" |
Alarm UI is not visible. | |
#define | MCE_DISPLAY_ON_STRING "on" |
Display state name for display on. | |
#define | MCE_DISPLAY_DIM_STRING "dimmed" |
Display state name for display dim. | |
#define | MCE_DISPLAY_OFF_STRING "off" |
Display state name for display off. |
This file is part of mce-dev
Copyright © 2004-2007 Nokia Corporation.
These headers are free software; you can redistribute them and/or modify them under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation.
These headers are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this software; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA