java.lang.Object |
↳ |
cyanogenmod.app.Profile.DozeMode |
Class Overview
Doze modes available on a device
Summary
Constants |
int |
DEFAULT |
Represents a default Doze mode (user choice)
|
int |
DISABLE |
Represents an disabled Doze mode
|
int |
ENABLE |
Represents an enabled Doze mode
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
int
DEFAULT
Represents a default Doze mode (user choice)
Constant Value:
0
(0x00000000)
public
static
final
int
DISABLE
Represents an disabled Doze mode
Constant Value:
2
(0x00000002)
public
static
final
int
ENABLE
Represents an enabled Doze mode
Constant Value:
1
(0x00000001)
Public Constructors
public
Profile.DozeMode
()