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

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

Completed in 330 milliseconds