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

  /external/webkit/Source/WebCore/page/
Connection.idl 33 const unsigned short WIFI = 2;
Connection.h 39 WIFI = 2,
  /frameworks/base/keystore/java/android/security/
Credentials.java 59 /** Key prefix for WIFI. */
60 public static final String WIFI = "WIFI_";
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 54 import com.android.settings.wifi.WifiSettings;
62 WIFI,
365 case WIFI:
PowerUsageSummary.java 99 // How much the apps together have left WIFI running.
252 case WIFI:
506 // Add cost of keeping WIFI running.
665 if (DEBUG) Log.i(TAG, "WIFI runningTime=" + runningTimeMs
672 if (DEBUG) Log.i(TAG, "WIFI power=" + wifiPower + " from procs=" + mWifiPower);
673 BatterySipper bs = addEntry(getActivity().getString(R.string.power_wifi), DrainType.WIFI,
675 aggregateSippers(bs, mWifiSippers, "WIFI");
739 // Don't compute radio usage if it's a wifi-only device
    [all...]
  /external/webkit/Source/WebKit/android/jni/
JavaBridge.cpp 400 DEFINE_STATIC_LOCAL(AtomicString, wifi, ("wifi"));
410 if (type == wifi)
411 connectionType = Connection::WIFI;

Completed in 94 milliseconds