Searched refs:mHasWifiReporting (Results 1 – 2 of 2) sorted by relevance
873 boolean mHasWifiReporting = false; field in BatteryStatsImpl6394 return mHasWifiReporting; in hasWifiActivityReporting()10792 mHasWifiReporting = true; in updateWifiState()13652 mHasWifiReporting = in.readInt() != 0; in readSummaryFromParcel()14134 out.writeInt(mHasWifiReporting ? 1 : 0); in writeSummaryToParcel()14631 mHasWifiReporting = in.readInt() != 0; in readFromParcelLocked()14832 out.writeInt(mHasWifiReporting ? 1 : 0); in writeToParcelLocked()
95109 Lcom/android/internal/os/BatteryStatsImpl;->mHasWifiReporting:Z