Searched refs:buttonOn (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java177 protected void changeStateFromPress(boolean buttonOn) {
181 mState = buttonOn ? State.TurningOn : State.TurningOff;
510 * @param buttonOn Whether the button was turned on or off
512 protected void changeStateFromPress(boolean buttonOn) { argument
513 mState = buttonOn ? State.On : State.Off;

Completed in 149 milliseconds