Home
last modified time | relevance | path

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

/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DModemAppActivity.java65 final long appPacketCount = this.rxPacketCount + this.txPacketCount; in applyProfile() local
71 (totalPacketCount > 0 ? (appPacketCount / (double)totalPacketCount) : 0) in applyProfile()