Searched refs:mWifiIfaces (Results 1 – 2 of 2) sorted by relevance
7011 mWifiIfaces = includeInStringArray(mWifiIfaces, iface); in noteNetworkInterfaceForTransports()7013 Slog.d(TAG, "Note wifi iface " + iface + ": " + Arrays.toString(mWifiIfaces)); in noteNetworkInterfaceForTransports()7016 mWifiIfaces = excludeFromStringArray(mWifiIfaces, iface); in noteNetworkInterfaceForTransports()7019 + Arrays.toString(mWifiIfaces)); in noteNetworkInterfaceForTransports()7120 return mWifiIfaces; in getWifiIfaces()11763 private String[] mWifiIfaces = EmptyArray.STRING; field in BatteryStatsImpl11798 Slog.d(TAG, "Updating wifi stats: " + Arrays.toString(mWifiIfaces)); in updateWifiState()
74481 Lcom/android/internal/os/BatteryStatsImpl;->mWifiIfaces:[Ljava/lang/String;