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()
3717 boolean wifiOnly) { in dumpCheckinLocked() argument3978 final BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpCheckinLocked()4491 int reqUid, boolean wifiOnly) { in dumpLocked() argument5124 final BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpLocked()
1039 boolean wifiOnly = mSystemProperties.getBoolean("ro.radio.noril", false); in ConnectivityService()1040 log("wifiOnly=" + wifiOnly); in ConnectivityService()1052 if (wifiOnly && ConnectivityManager.isNetworkTypeMobile(n.type)) { in ConnectivityService()