Packageorg.zengrong.ane.enum
Classpublic class PowerType
InheritancePowerType Inheritance Object

对Android PowerManager操作的flags的枚举值

See also

http://developer.android.com/reference/android/os/PowerManager.html


Public Constants
 ConstantDefined By
  ACQUIRE_CAUSES_WAKEUP : int = 0x10000000
[static]
PowerType
  FULL_WAKE_LOCK : int = 0x0000001a
[static]
PowerType
  ON_AFTER_RELEASE : int = 0x20000000
[static]
PowerType
  PARTIAL_WAKE_LOCK : int = 0x00000001
[static]
PowerType
  SCREEN_BRIGHT_WAKE_LOCK : int = 0x0000000a
[static]
PowerType
  SCREEN_DIM_WAKE_LOCK : int = 0x00000006
[static]
PowerType
Constant Detail
ACQUIRE_CAUSES_WAKEUPConstant
public static const ACQUIRE_CAUSES_WAKEUP:int = 0x10000000

FULL_WAKE_LOCKConstant 
public static const FULL_WAKE_LOCK:int = 0x0000001a

ON_AFTER_RELEASEConstant 
public static const ON_AFTER_RELEASE:int = 0x20000000

PARTIAL_WAKE_LOCKConstant 
public static const PARTIAL_WAKE_LOCK:int = 0x00000001

SCREEN_BRIGHT_WAKE_LOCKConstant 
public static const SCREEN_BRIGHT_WAKE_LOCK:int = 0x0000000a

SCREEN_DIM_WAKE_LOCKConstant 
public static const SCREEN_DIM_WAKE_LOCK:int = 0x00000006