Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRilWakelockInfo.java41 private int mConcurrentRequests; field in RilWakelockInfo
45 return mConcurrentRequests; in getConcurrentRequests()
52 this.mConcurrentRequests = concurrentRequests; in RilWakelockInfo()
88 mConcurrentRequests = concurrentRequests; in updateConcurrentRequests()
92 mWakelockTimeAttributedSoFar += (time - mLastAggregatedTime) / mConcurrentRequests; in updateTime()