Searched refs:mHasWifiReporting (Results 1 – 2 of 2) sorted by relevance
1475 boolean mHasWifiReporting = false; field in BatteryStatsImpl7800 return mHasWifiReporting; in hasWifiActivityReporting()12404 if (uidEstimatedConsumptionMah != null && info == null && !mHasWifiReporting) { in updateWifiState()12435 mHasWifiReporting = true; in updateWifiState()12657 if (!mHasWifiReporting) { in updateWifiState()16556 mHasWifiReporting = in.readInt() != 0;17064 out.writeInt(mHasWifiReporting ? 1 : 0);
73670 Lcom/android/internal/os/BatteryStatsImpl;->mHasWifiReporting:Z