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.java44 private long[] mTimeInRatMs; field in CellularBatteryStats
74 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()