OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MANUAL
(Results
1 - 3
of
3
) sorted by null
/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);
/external/chromium/chrome/browser/importer/
firefox_proxy_settings.h
27
MANUAL
// User specified settings.
/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 */
Completed in 48 milliseconds