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

  /external/clang/test/Analysis/
unreachable-code-path.c 70 enum test_enum { Off, On };
  /external/webkit/Source/WebCore/html/
HTMLInputElement.h 210 enum AutoCompleteSetting { Uninitialized, On, Off };
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
52 * may show depending on whether the keyguard is showing, and whether the device
127 void onToggle(boolean on) {
137 changeAirplaneModeSystemSetting(on);
308 // note: the scheme below made more sense when we were planning on having
373 * A toggle action knows whether it is on or off, and displays an icon
382 On(false);
405 * @param enabledIconResId The icon for when this action is on.
408 * @param enabledStatusMessageResId The on status message, e.g 'sound disabled'
448 boolean on = ((mState == State.On) || (mState == State.TurningOn))
    [all...]

Completed in 1117 milliseconds