Searched refs:mWifiIfaces (Results 1 – 2 of 2) sorted by relevance
7338 mWifiIfaces = includeInStringArray(mWifiIfaces, iface); in noteNetworkInterfaceForTransports()7340 Slog.d(TAG, "Note wifi iface " + iface + ": " + Arrays.toString(mWifiIfaces)); in noteNetworkInterfaceForTransports()7343 mWifiIfaces = excludeFromStringArray(mWifiIfaces, iface); in noteNetworkInterfaceForTransports()7346 + Arrays.toString(mWifiIfaces)); in noteNetworkInterfaceForTransports()7447 return mWifiIfaces; in getWifiIfaces()12190 private String[] mWifiIfaces = EmptyArray.STRING; field in BatteryStatsImpl12308 Slog.d(TAG, "Updating wifi stats: " + Arrays.toString(mWifiIfaces)); in updateWifiState()
73838 Lcom/android/internal/os/BatteryStatsImpl;->mWifiIfaces:[Ljava/lang/String;