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

  /frameworks/base/location/lib/java/com/android/location/provider/
GmsFusedBatchOptions.java 85 public static int WIFI = 1<<1;
  /frameworks/base/location/java/android/location/
FusedBatchOptions.java 91 public static int WIFI = 1<<1;
  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 65 public static final String WIFI = "Wi-Fi";
148 || ((sPref.equals(WIFI)) && (wifiConnected))) {
298 if (WIFI.equals(sPref) && networkInfo != null
312 // connection (mobile or Wi-Fi), or because the pref setting is WIFI, and there
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 65 public static final String WIFI = "Wi-Fi";
148 || ((sPref.equals(WIFI)) && (wifiConnected))) {
298 if (WIFI.equals(sPref) && networkInfo != null
312 // connection (mobile or Wi-Fi), or because the pref setting is WIFI, and there
  /frameworks/base/keystore/java/android/security/
Credentials.java 68 /** Key prefix for WIFI. */
69 public static final String WIFI = "WIFI_";
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 58 import com.android.settings.wifi.WifiSettings;
66 WIFI,
383 case WIFI:
BatteryStatsHelper.java 95 // How much the apps together have left WIFI running.
261 case WIFI:
472 // Add cost of wifi traffic
477 if (DEBUG && p != 0) Log.i(TAG, String.format("wifi power=%.2f", p));
479 // Add cost of keeping WIFI running.
485 if (DEBUG && p != 0) Log.i(TAG, String.format("wifi running power=%.2f", p));
487 // Add cost of WIFI scans
492 if (DEBUG && p != 0) Log.i(TAG, String.format("wifi scanning power=%.2f", p));
499 Log.i(TAG, String.format("wifi batched scanning lvl %d = %.2f", bin, p));
683 if (DEBUG) Log.i(TAG, "WIFI runningTime=" + runningTimeM
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 138 milliseconds