Searched refs:wifiOnly (Results 1 – 3 of 3) sorted by relevance
130 public BatteryStatsHelper(Context context, boolean collectBatteryBroadcast, boolean wifiOnly) { in BatteryStatsHelper() argument133 mWifiOnly = wifiOnly; in BatteryStatsHelper()
1884 boolean wifiOnly) { in dumpCheckinLocked() argument2086 BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpCheckinLocked()2367 int reqUid, boolean wifiOnly) { in dumpLocked() argument2801 BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpLocked()
659 boolean wifiOnly = SystemProperties.getBoolean("ro.radio.noril", false); in ConnectivityService()660 log("wifiOnly=" + wifiOnly); in ConnectivityService()672 if (wifiOnly && ConnectivityManager.isNetworkTypeMobile(n.type)) { in ConnectivityService()