Searched defs:mHasWifiReporting (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java503 boolean mHasWifiReporting = false; field in class:BatteryStatsImpl
5596 return mHasWifiReporting;
9834 mHasWifiReporting = true;
11855 mHasWifiReporting = in.readInt() != 0;
12270 out.writeInt(mHasWifiReporting ? 1 : 0);
12729 mHasWifiReporting = in.readInt() != 0;
12924 out.writeInt(mHasWifiReporting ? 1 : 0);

Completed in 65 milliseconds