Home
last modified time | relevance | path

Searched refs:mTimeInRatMs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/connectivity/
DCellularBatteryStats.java51 private final long[] mTimeInRatMs; field in CellularBatteryStats
103 mTimeInRatMs = Arrays.copyOfRange( in CellularBatteryStats()
128 out.writeLongArray(mTimeInRatMs); in writeToParcel()
149 && Arrays.equals(this.mTimeInRatMs, otherStats.mTimeInRatMs) in equals()
161 mRxTimeMs, mEnergyConsumedMaMs, Arrays.hashCode(mTimeInRatMs), in hashCode()
276 if (networkType >= mTimeInRatMs.length) { in getTimeInRatMicros()
280 return mTimeInRatMs[networkType]; in getTimeInRatMicros()