Searched refs:mTimeInRatMs (Results 1 – 1 of 1) sorted by relevance
44 private long[] mTimeInRatMs; field in CellularBatteryStats74 out.writeLongArray(mTimeInRatMs); in writeToParcel()90 in.readLongArray(mTimeInRatMs); in readFromParcel()136 return mTimeInRatMs; in getTimeInRatMs()198 mTimeInRatMs = Arrays.copyOfRange(t, 0, in setTimeInRatMs()234 mTimeInRatMs = new long[BatteryStats.NUM_DATA_CONNECTION_TYPES]; in initialize()235 Arrays.fill(mTimeInRatMs, 0); in initialize()