Searched refs:mHasWifiReporting (Results 1 – 2 of 2) sorted by relevance
875 boolean mHasWifiReporting = false; field in BatteryStatsImpl6407 return mHasWifiReporting; in hasWifiActivityReporting()10805 mHasWifiReporting = true; in updateWifiState()13652 mHasWifiReporting = in.readInt() != 0; in readSummaryFromParcel()14133 out.writeInt(mHasWifiReporting ? 1 : 0); in writeSummaryToParcel()14630 mHasWifiReporting = in.readInt() != 0; in readFromParcelLocked()14830 out.writeInt(mHasWifiReporting ? 1 : 0); in writeToParcelLocked()
88742 Lcom/android/internal/os/BatteryStatsImpl;->mHasWifiReporting:Z