Searched refs:mWifiIfaces (Results 1 – 2 of 2) sorted by relevance
6104 mWifiIfaces = includeInStringArray(mWifiIfaces, iface); in noteNetworkInterfaceTypeLocked()6105 if (DEBUG) Slog.d(TAG, "Note wifi iface " + iface + ": " + mWifiIfaces); in noteNetworkInterfaceTypeLocked()6107 mWifiIfaces = excludeFromStringArray(mWifiIfaces, iface); in noteNetworkInterfaceTypeLocked()6108 if (DEBUG) Slog.d(TAG, "Note non-wifi iface " + iface + ": " + mWifiIfaces); in noteNetworkInterfaceTypeLocked()6115 return mWifiIfaces; in getWifiIfaces()10680 private String[] mWifiIfaces = EmptyArray.STRING; field in BatteryStatsImpl10716 Slog.d(TAG, "Updating wifi stats: " + Arrays.toString(mWifiIfaces)); in updateWifiState()10722 final NetworkStats latestStats = readNetworkStatsLocked(mWifiIfaces); in updateWifiState()
88910 Lcom/android/internal/os/BatteryStatsImpl;->mWifiIfaces:[Ljava/lang/String;