Searched refs:mWifiIfaces (Results 1 – 1 of 1) sorted by relevance
6266 mWifiIfaces = includeInStringArray(mWifiIfaces, iface); in noteNetworkInterfaceTypeLocked()6267 if (DEBUG) Slog.d(TAG, "Note wifi iface " + iface + ": " + mWifiIfaces); in noteNetworkInterfaceTypeLocked()6269 mWifiIfaces = excludeFromStringArray(mWifiIfaces, iface); in noteNetworkInterfaceTypeLocked()6270 if (DEBUG) Slog.d(TAG, "Note non-wifi iface " + iface + ": " + mWifiIfaces); in noteNetworkInterfaceTypeLocked()6277 return mWifiIfaces; in getWifiIfaces()11030 private String[] mWifiIfaces = EmptyArray.STRING; field in BatteryStatsImpl11061 Slog.d(TAG, "Updating wifi stats: " + Arrays.toString(mWifiIfaces)); in updateWifiState()11067 final NetworkStats latestStats = readNetworkStatsLocked(mWifiIfaces); in updateWifiState()