Home
last modified time | relevance | path

Searched refs:mWakelockTimeAttributedSoFar (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRilWakelockInfo.java39 private long mWakelockTimeAttributedSoFar; field in RilWakelockInfo
54 this.mWakelockTimeAttributedSoFar = 0; in RilWakelockInfo()
92 mWakelockTimeAttributedSoFar += (time - mLastAggregatedTime) / mConcurrentRequests; in updateTime()
97 return mWakelockTimeAttributedSoFar; in getWakelockTimeAttributedToClient()
107 ", mWakelockTimeAttributed=" + mWakelockTimeAttributedSoFar + in toString()