HomeSort by relevance Sort by last modified time
    Searched full:network (Results 451 - 475 of 3324) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit2/
WebProcess.pro 20 QT += network
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_passphrase.sgml 24 network configuration blocks of a
wpa_priv.sgml 39 <para><command>wpa_priv</command> needs to be run with network admin
116 <para>The &lt;ifname&gt; string specifies which network
120 <para><command>wpa_priv</command> does not use the network interface
122 include network interfaces that are not available at the time wpa_priv
wpa_cli.sgml 71 current network. &lt;text&gt; is description of the request. In
152 network, and WPA_ID_STR contains the content of the id_str option.
266 <term>identity &lt;network id&gt; &lt;identity&gt;</term>
273 <term>password &lt;network id&gt; &lt;password&gt;</term>
280 <term>pin &lt;network id&gt; &lt;pin&gt;</term>
287 <term>otp &lt;network id&gt; &lt;password&gt;</term>
294 <term>bssid &lt;network id&gt; &lt;BSSID&gt;</term>
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiClientTest.java 120 // Test case 1: add/remove a open network
157 // Test case 2: enable/disable a open network
168 //enable network and disable others
182 //disable network
  /frameworks/base/packages/SystemUI/res/values-large/
strings.xml 24 <!-- Separator for PLMN and SPN in network name. -->
  /frameworks/base/telephony/java/com/android/internal/telephony/
MmiCode.java 54 * @return true if the network response is a REQUEST for more user input.
PhoneFactory.java 100 // Get preferred network mode
107 Log.i(LOG_TAG, "Network Mode set to " + Integer.toString(networkMode));
166 * on the network mode.
168 * @param network mode
  /frameworks/base/tests/DataIdleTest/
Android.mk 26 # We need to sign it to get access to the network usage history.
  /libcore/luni/src/main/native/
AsynchronousSocketCloseMonitor.h 28 * Every blocking network I/O operation must be surrounded by an AsynchronousSocketCloseMonitor
  /packages/apps/Phone/res/values/
config.xml 23 and effectively disable the "Sim network lock" feature. -->
27 a "Dismiss" button on the SIM network unlock screen.
30 network unlock screen if you don't enter the correct unlock code.
32 Emergency Call if your SIM is network-locked and you don't know
  /packages/apps/Phone/src/com/android/phone/
INetworkQueryService.aidl 30 * Starts a network query if it has not been started yet, and
IccNetworkDepersonalizationPanel.java 40 * "SIM network unlock" PIN entry screen.
88 if (DBG) log("network depersonalization request failure.");
98 if (DBG) log("network depersonalization success.");
176 if (DBG) log("requesting network depersonalization with code " + pin);
  /packages/apps/Settings/assets/html/en_us/
tethering_wifi_help.html 23 <li>When your device is serving as a Wi-Fi hotspot, you can't use your phone's applications to access the Internet via its Wi-Fi connection (but of course you remain connected to the Internet via your mobile data network)</li><br>
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java 86 * The name of a network currently connecting, or trying to connect.
131 * Previous network connection state reported by main Wifi module.
145 // There's no button here enabling wifi network, so we need to enable it without
276 // We clean up the current connectivity status and let users select another network
436 * Called when the screen enters wifi configuration UI. UI widget for configuring network
440 * "Add network" button, meaning there's no selected access point.
454 // We don't want to keep scanning Wifi networks during users' configuring a network.
464 if (selectedAccessPoint == null) { // "Add network" flow
486 // tried to connect the network.
534 // In "add network" flow, we'll see multiple initSecurityFields() calls with differen
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SystemFacade.java 17 * @return Currently active network, or null if there's no active
  /packages/providers/TelephonyProvider/res/values-en-rGB/
strings.xml 19 <string name="app_label" product="tablet" msgid="9194799012395299737">"Mobile Network Configuration"</string>
  /packages/providers/TelephonyProvider/res/values-tl/
strings.xml 19 <string name="app_label" product="tablet" msgid="9194799012395299737">"Configuration ng Network ng Mobile"</string>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
flat.h 24 * development, all fields are in network byte order.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 19 __be16 hw_protocol; /* hw protocol (network order) */
nfnetlink_queue.h 17 __be16 hw_protocol; /* hw protocol (network order) */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/neteconet/
ec.h 29 unsigned char net; /* Network number. */
  /external/chromium/net/spdy/
spdy_stream.h 53 // Returns network error code. OK when it successfully sent data.
56 // Called when data has been sent. |status| indicates network error
59 // Returns network error code. OK when it successfully sent data.
67 // |status| indicates network error. Returns network error code.
180 // from the network, and will never be called prior to OnResponseReceived.
195 // stream that the stream has no more network events. No further callbacks
  /frameworks/base/location/java/android/location/
Geocoder.java 55 * getFromLocationName are implemented. Lack of network
104 * <p> The returned values may be obtained by means of a network lookup.
120 * @throws IOException if the network is unavailable or any other
154 * <p> The query will block and returned values will be obtained by means of a network lookup.
166 * @throws IOException if the network is unavailable or any other
200 * <p> The query will block and returned values will be obtained by means of a network lookup.
220 * @throws IOException if the network is unavailable or any other
  /packages/apps/Email/tests/src/com/android/email/activity/
MailboxFinderTest.java 205 * Common initialization for tests that involves network-lookup.
212 // Mailbox not found, so the finder should try network-looking up.
295 * list -> network error.
306 // network error.
308 new MessagingException("Network error"), accountId, 0);
335 new MessagingException("Network error"), nonTargetAccountId, 0);
365 assertFalse(mMailboxFinder.isReallyClosedForTest()); // Not closed yet -- network lookup.

Completed in 860 milliseconds

<<11121314151617181920>>