Searched refs:wifiOnly (Results 1 – 3 of 3) sorted by relevance
176 public BatteryStatsHelper(Context context, boolean collectBatteryBroadcast, boolean wifiOnly) { in BatteryStatsHelper() argument179 mWifiOnly = wifiOnly; in BatteryStatsHelper()
803 boolean wifiOnly = mSystemProperties.getBoolean("ro.radio.noril", false); in ConnectivityService()804 log("wifiOnly=" + wifiOnly); in ConnectivityService()816 if (wifiOnly && ConnectivityManager.isNetworkTypeMobile(n.type)) { in ConnectivityService()
3537 boolean wifiOnly) { in dumpCheckinLocked() argument3805 final BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpCheckinLocked()4318 int reqUid, boolean wifiOnly) { in dumpLocked() argument4965 final BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpLocked()