Searched refs:wifiOnly (Results 1 – 3 of 3) sorted by relevance
184 public BatteryStatsHelper(Context context, boolean collectBatteryBroadcast, boolean wifiOnly) { in BatteryStatsHelper() argument187 mWifiOnly = wifiOnly; in BatteryStatsHelper()
3665 boolean wifiOnly) { in dumpCheckinLocked() argument3926 final BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpCheckinLocked()4439 int reqUid, boolean wifiOnly) { in dumpLocked() argument5072 final BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpLocked()
910 boolean wifiOnly = mSystemProperties.getBoolean("ro.radio.noril", false); in ConnectivityService()911 log("wifiOnly=" + wifiOnly); in ConnectivityService()923 if (wifiOnly && ConnectivityManager.isNetworkTypeMobile(n.type)) { in ConnectivityService()