Searched defs:buttonOn (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 48 milliseconds