HomeSort by relevance Sort by last modified time
    Searched defs:On (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/html/
HTMLInputElement.h 74 On,
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
GlobalActions.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
53 * may show depending on whether the keyguard is showing, and whether the device
135 void onToggle(boolean on) {
136 if (on) {
162 void onToggle(boolean on) {
172 changeAirplaneModeSystemSetting(on);
244 silentModeOn ? ToggleAction.State.On : ToggleAction.State.Off);
336 // note: the scheme below made more sense when we were planning on having
403 * A toggle action knows whether it is on or off, and displays an icon
412 On(false)
    [all...]

Completed in 52 milliseconds