Searched refs:wifiOnly (Results 1 – 3 of 3) sorted by relevance
172 public BatteryStatsHelper(Context context, boolean collectBatteryBroadcast, boolean wifiOnly) { in BatteryStatsHelper() argument175 mWifiOnly = wifiOnly; in BatteryStatsHelper()
3051 boolean wifiOnly) { in dumpCheckinLocked() argument3279 final BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpCheckinLocked()3717 int reqUid, boolean wifiOnly) { in dumpLocked() argument4258 final BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpLocked()
732 boolean wifiOnly = mSystemProperties.getBoolean("ro.radio.noril", false); in ConnectivityService()733 log("wifiOnly=" + wifiOnly); in ConnectivityService()745 if (wifiOnly && ConnectivityManager.isNetworkTypeMobile(n.type)) { in ConnectivityService()