Searched refs:mWifiIfaces (Results 1 – 2 of 2) sorted by relevance
6091 mWifiIfaces = includeInStringArray(mWifiIfaces, iface); in noteNetworkInterfaceTypeLocked()6092 if (DEBUG) Slog.d(TAG, "Note wifi iface " + iface + ": " + mWifiIfaces); in noteNetworkInterfaceTypeLocked()6094 mWifiIfaces = excludeFromStringArray(mWifiIfaces, iface); in noteNetworkInterfaceTypeLocked()6095 if (DEBUG) Slog.d(TAG, "Note non-wifi iface " + iface + ": " + mWifiIfaces); in noteNetworkInterfaceTypeLocked()6102 return mWifiIfaces; in getWifiIfaces()10667 private String[] mWifiIfaces = EmptyArray.STRING; field in BatteryStatsImpl10703 Slog.d(TAG, "Updating wifi stats: " + Arrays.toString(mWifiIfaces)); in updateWifiState()10709 final NetworkStats latestStats = readNetworkStatsLocked(mWifiIfaces); in updateWifiState()
95277 Lcom/android/internal/os/BatteryStatsImpl;->mWifiIfaces:[Ljava/lang/String;