Searched refs:mHasWifiReporting (Results 1 – 2 of 2) sorted by relevance
1389 boolean mHasWifiReporting = false; field in BatteryStatsImpl7469 return mHasWifiReporting; in hasWifiActivityReporting()11892 if (uidEstimatedConsumptionMah != null && info == null && !mHasWifiReporting) { in updateWifiState()11923 mHasWifiReporting = true; in updateWifiState()12142 if (!mHasWifiReporting) { in updateWifiState()15936 mHasWifiReporting = in.readInt() != 0;16436 out.writeInt(mHasWifiReporting ? 1 : 0);
74313 Lcom/android/internal/os/BatteryStatsImpl;->mHasWifiReporting:Z