Searched defs:KEYCODE_POWER (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DKeyEvent.java148 public static final int KEYCODE_POWER = 26; field in class:KeyEvent
634 * Puts the device to sleep. Behaves somewhat like {@link #KEYCODE_POWER} but it
638 * Wakes up the device. Behaves somewhat like {@link #KEYCODE_POWER} but it
1843 case KeyEvent.KEYCODE_POWER:

Completed in 103 milliseconds