Searched refs:mTimeInRatMs (Results 1 – 1 of 1) sorted by relevance
44 private long[] mTimeInRatMs; field in CellularBatteryStats75 out.writeLongArray(mTimeInRatMs); in writeToParcel()92 in.readLongArray(mTimeInRatMs); in readFromParcel()139 return mTimeInRatMs; in getTimeInRatMs()205 mTimeInRatMs = Arrays.copyOfRange(t, 0, in setTimeInRatMs()246 mTimeInRatMs = new long[BatteryStats.NUM_DATA_CONNECTION_TYPES]; in initialize()247 Arrays.fill(mTimeInRatMs, 0); in initialize()