HomeSort by relevance Sort by last modified time
    Searched full:wifi (Results 151 - 175 of 330) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/pdk/docs/porting/
porting_toc.cs 37 <li><a href="<?cs var:toroot ?>porting/wifi.html">Wi-Fi</a></li>
  /development/testrunner/
coverage_targets.xml 52 <src path="wifi/java" />
  /device/htc/common/overlay/frameworks/base/core/res/res/values/
strings.xml 23 <!-- [default-wifi-allowed-channels]] -->
  /device/htc/dream-sapphire/overlay/frameworks/base/core/res/res/values/
config.xml 43 <item>"wifi,1,1,1"</item>
  /external/webkit/WebKit/android/jni/
JavaBridge.cpp 357 DEFINE_STATIC_LOCAL(AtomicString, wifi, ("wifi"));
367 if (type == wifi)
368 connectionType = Connection::WiFi;
  /frameworks/base/common/java/com/android/common/
GoogleLogTags.logtags 79 # interval is in seconds; network type can be 0 (mobile) or 1 (wifi); ip is the host ip addr.
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
MccTableTest.java 82 assertEquals(MccTable.wifiChannelsForMcc(330), 0); // wifi not defined, hence default
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 17 package android.net.wifi;
WifiNative.java 17 package android.net.wifi;
WifiInfo.java 17 package android.net.wifi;
26 * Describes the state of any Wifi connection that is active or
WifiStateTracker.java 17 package android.net.wifi;
19 import static android.net.wifi.WifiManager.WIFI_STATE_DISABLED;
20 import static android.net.wifi.WifiManager.WIFI_STATE_DISABLING;
21 import static android.net.wifi.WifiManager.WIFI_STATE_ENABLED;
22 import static android.net.wifi.WifiManager.WIFI_STATE_ENABLING;
23 import static android.net.wifi.WifiManager.WIFI_STATE_UNKNOWN;
64 * Track the state of Wifi connectivity. All event handling is done here,
352 super(context, target, ConnectivityManager.TYPE_WIFI, 0, "WIFI", "");
373 mInterfaceName = SystemProperties.get("wifi.interface", "tiwlan0");
442 return "net.tcp.buffersize.wifi";
    [all...]
  /hardware/libhardware/include/hardware/
lights.h 52 #define LIGHT_ID_WIFI "wifi"
  /packages/apps/Settings/res/xml/
wireless_settings.xml 40 android:targetClass="com.android.settings.wifi.WifiSettings" />
  /frameworks/base/core/java/android/os/
BatteryStats.java 60 * A constant indicating a a wifi turn on timer
67 * A constant indicating a full wifi lock timer
74 * A constant indicating a scan wifi lock timer
81 * A constant indicating a wifi multicast timer
505 * Returns the time in microseconds that wifi has been on while the device was
513 * Returns the time in microseconds that wifi has been on and the driver has
    [all...]
  /development/ide/eclipse/
.classpath 49 <classpathentry kind="src" path="frameworks/base/wifi/java"/>
104 <classpathentry kind="src" path="out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/wifi/java"/>
  /device/htc/dream/
extract-files.sh 27 adb pull /system/etc/wifi/Fw1251r1c.bin ../../../vendor/htc/$DEVICE/proprietary/Fw1251r1c.bin
73 vendor/htc/__DEVICE__/proprietary/Fw1251r1c.bin:system/etc/wifi/Fw1251r1c.bin \\
  /device/htc/sapphire/
extract-files.sh 27 adb pull /system/etc/wifi/Fw1251r1c.bin ../../../vendor/htc/$DEVICE/proprietary/Fw1251r1c.bin
73 vendor/htc/__DEVICE__/proprietary/Fw1251r1c.bin:system/etc/wifi/Fw1251r1c.bin \\
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
packages_index_changes.html 66 <A HREF="pkg_android.net.wifi.html" class="hiddenlink" target="rightframe">android.net.wifi</A><br>
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
packages_index_all.html 65 <A HREF="pkg_android.net.wifi.html" class="hiddenlink" target="rightframe">android.net.wifi</A><br>
changes-summary.html 211 <A NAME="android.net.wifi"></A>
212 <nobr><A HREF="pkg_android.net.wifi.html">android.net.wifi</A></nobr>
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 19 import com.android.settings.wifi.WifiApEnabler;
138 // could assert that both wifi and usb have regexs, but the default
  /system/core/include/private/
android_filesystem_config.h 46 #define AID_WIFI 1010 /* wifi subsystem */
90 { "wifi", AID_WIFI, },
  /cts/tools/test-progress/etc/
test-progress 226 ${INPUT}/frameworks/base/wifi/java:\
285 android.net.wifi \
286 android.net.wifi.cts \
  /frameworks/base/core/res/res/values/
config.xml 56 <item>"wifi,1,1,1"</item>
80 Wifi interfaces. If the device doesn't want to support tethering over Wifi this
  /frameworks/base/core/java/android/net/
NetworkInfo.java 26 * (currently either Mobile or Wifi).
163 * for example "WIFI" or "MOBILE".

Completed in 363 milliseconds

1 2 3 4 5 67 8 91011>>