Searched refs:mKernelActiveTimeMs (Results 1 – 1 of 1) sorted by relevance
42 private final long mKernelActiveTimeMs; field in CellularBatteryStats94 mKernelActiveTimeMs = kernelActiveTimeMs; in CellularBatteryStats()119 out.writeLong(mKernelActiveTimeMs); in writeToParcel()140 && this.mKernelActiveTimeMs == otherStats.mKernelActiveTimeMs in equals()159 return Objects.hash(mLoggingDurationMs, mKernelActiveTimeMs, mNumPacketsTx, in hashCode()182 return mKernelActiveTimeMs; in getKernelActiveTimeMillis()