HomeSort by relevance Sort by last modified time
    Searched refs:MANUAL (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/importer/
firefox_proxy_settings.cc 35 return FirefoxProxySettings::MANUAL;
113 case MANUAL:
121 // The rest of this funciton is for handling the MANUAL case.
122 DCHECK_EQ(MANUAL, config_type());
181 if (settings->config_type_ == MANUAL) {
firefox_proxy_settings.h 27 MANUAL // User specified settings.
firefox_proxy_settings_unittest.cc 35 EXPECT_EQ(FirefoxProxySettings::MANUAL, settings.config_type());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 36 * Target selection mode for the configuration: either {@link #AUTO} or {@link #MANUAL}.
41 /** Manual target selection mode. */
42 MANUAL(false);
AndroidLaunchController.java 317 // stored. This is unlikely to happen, but if it does, we should force to go manual
319 config.mTargetMode = TargetMode.MANUAL;
342 * If != 1, display a UI similar to manual mode.
438 boolean hasDevice = false; // if there's 1+ device running, we may force manual mode,
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 91 public static final int MANUAL = 0;
281 /* Check password invalidity for manual network set up alone */
282 if (chosenNetworkSetupMethod() == MANUAL &&
483 return MANUAL;
584 /* show/hide manual security fields appropriately */
WifiSettings.java 424 AccessPoint ap = mDlgAccessPoint; // For manual launch
767 case WifiConfigController.MANUAL:
    [all...]

Completed in 2444 milliseconds