Searched refs:mTimeInRatMs (Results 1 – 1 of 1) sorted by relevance
51 private final long[] mTimeInRatMs; field in CellularBatteryStats103 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()