HomeSort by relevance Sort by last modified time
    Searched refs:wifi (Results 226 - 248 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 29 import android.net.wifi.WifiManager;
200 * Sets the current state of WiFi.
222 * Gets the current state of WiFi.
224 * @return Returns true if WiFi is on, false otherwise.
230 Log.i(LOG_TAG, "WiFi Connection state is currently: " + info.isConnected());
502 * Enables or disables WiFi.
510 Log.i(LOG_TAG, "Setting WiFi State to: " + enable);
515 String timeoutMessage = "Timed out waiting for Wifi to be "
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 16 package android.net.wifi;
662 /** Migrate certs from global pool to wifi UID if not already done */
WifiManager.java 17 package android.net.wifi;
94 "android.net.wifi.WIFI_STATE_CHANGED";
160 "android.net.wifi.WIFI_AP_STATE_CHANGED";
243 "android.net.wifi.supplicant.CONNECTION_CHANGE";
263 public static final String NETWORK_STATE_CHANGED_ACTION = "android.net.wifi.STATE_CHANGE";
278 * The lookup key for a {@link android.net.wifi.WifiInfo} object giving the
295 "android.net.wifi.supplicant.STATE_CHANGE";
321 "android.net.wifi.CONFIGURED_NETWORKS_CHANGE";
323 * The lookup key for a (@link android.net.wifi.WifiConfiguration} object representing
365 public static final String SCAN_RESULTS_AVAILABLE_ACTION = "android.net.wifi.SCAN_RESULTS"
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java 26 import android.net.wifi.WifiManager;
198 * ringtone, audio, WIFI etc
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MccTable.java 24 import android.net.wifi.WifiManager;
301 * If the number of allowed wifi channels has not been set, set it based on
PhoneBase.java 23 import android.net.wifi.WifiManager;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 57 import com.android.settings.wifi.WifiSettings;
65 WIFI,
376 case WIFI:
  /external/sepolicy/
file_contexts 183 /data/misc/wifi(/.*)? u:object_r:wifi_data_file:s0
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 44 import android.net.wifi.WifiConfiguration;
45 import android.net.wifi.WifiConfiguration.KeyMgmt;
580 /* TODO: This is right now a IPv4 only function. Works for wifi which loses its
    [all...]
ConnectivityService.java 73 import android.net.wifi.WifiStateTracker;
477 // TODO: What is the "correct" way to do determine if this is a wifi only device?
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 28 import android.net.wifi.WifiManager;
113 private static final String FILE_WIFI_SUPPLICANT = "/data/misc/wifi/wpa_supplicant.conf";
115 "/system/etc/wifi/wpa_supplicant.conf";
117 // the key to store the WIFI data under, should be sorted as last, so restore happens last.
127 // wifi in order to rewrite the supplicant config etc.
136 // Class for capturing a network definition from the wifi supplicant config file
212 // Ingest multiple wifi config file fragments, looking for network={} blocks
332 Log.v(TAG, "Starting deferred restore of wifi data");
341 // !!! Give the wifi stack a moment to quiesce
356 // restore the previous WIFI state
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java 54 import android.net.wifi.WifiManager;
397 // Disable tethering if enabling Wifi
635 // Wifi Display
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 34 import android.net.wifi.WifiManager;
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 31 import android.net.wifi.WifiManager;
351 * Subclass of StateTracker to get/set Wifi state.
384 // Actually request the wifi change and persistent
392 * Disable tethering if enabling Wifi
417 * Wifi/Bluetooth-common state values.
490 * Wifi/Bluetooth-common state values.
696 * Updates the buttons based on the underlying states of wifi, etc.
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /external/wpa_supplicant_8/hostapd/
Android.mk 40 L_CFLAGS += -DCONFIG_CTRL_IFACE_CLIENT_DIR=\"/data/misc/wifi/sockets\"
  /frameworks/base/docs/html/training/
training_toc.cs 391 <li><a href="<?cs var:toroot ?>training/connect-devices-wirelessly/wifi-direct.html">
395 <li><a href="<?cs var:toroot ?>training/connect-devices-wirelessly/nsd-wifi-direct.html">
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 32 import android.net.wifi.WifiManager;
215 // wifi connection status will be updated by sticky intent
303 // when WiFi got disabled, the NETWORK_STATE_CHANGED_ACTION
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java 38 import android.net.wifi.WifiManager;
220 * Activity Action: Show settings to allow configuration of Wifi Displays.
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1183 milliseconds

1 2 3 4 5 6 7 8 910