Home
last modified time | relevance | path

Searched refs:mWifiIfaces (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5254 mWifiIfaces = includeInStringArray(mWifiIfaces, iface); in noteNetworkInterfaceTypeLocked()
5255 if (DEBUG) Slog.d(TAG, "Note wifi iface " + iface + ": " + mWifiIfaces); in noteNetworkInterfaceTypeLocked()
5257 mWifiIfaces = excludeFromStringArray(mWifiIfaces, iface); in noteNetworkInterfaceTypeLocked()
5258 if (DEBUG) Slog.d(TAG, "Note non-wifi iface " + iface + ": " + mWifiIfaces); in noteNetworkInterfaceTypeLocked()
9433 private String[] mWifiIfaces = EmptyArray.STRING; field in BatteryStatsImpl
9464 Slog.d(TAG, "Updating wifi stats: " + Arrays.toString(mWifiIfaces)); in updateWifiState()
9470 final NetworkStats latestStats = readNetworkStatsLocked(mWifiIfaces); in updateWifiState()