Searched refs:wifiOnly (Results 1 – 3 of 3) sorted by relevance
161 public BatteryStatsHelper(Context context, boolean collectBatteryBroadcast, boolean wifiOnly) { in BatteryStatsHelper() argument164 mWifiOnly = wifiOnly; in BatteryStatsHelper()
2805 boolean wifiOnly) { in dumpCheckinLocked() argument3031 final BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpCheckinLocked()3339 int reqUid, boolean wifiOnly) { in dumpLocked() argument3860 final BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly); in dumpLocked()
694 boolean wifiOnly = SystemProperties.getBoolean("ro.radio.noril", false); in ConnectivityService()695 log("wifiOnly=" + wifiOnly); in ConnectivityService()707 if (wifiOnly && ConnectivityManager.isNetworkTypeMobile(n.type)) { in ConnectivityService()