Home
last modified time | relevance | path

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

/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DModemRemainderActivity.java56 final ModemProfile modemProfile = (ModemProfile)profile.getComponent(Component.MODEM); in applyProfile() local
57 if (modemProfile == null) { in applyProfile()
71 this.strengthTimeMs[i] * modemProfile.getTxMa()[i]); in applyProfile()
76 result.scanningMah = Conversion.msToHr(this.scanningTimeMs * modemProfile.getScanningMa()); in applyProfile()
81 this.activeTimeMs * ModemAppActivity.getAverageModemPowerMa(modemProfile)); in applyProfile()
DModemAppActivity.java50 final ModemProfile modemProfile = (ModemProfile)profile.getComponent(Component.MODEM); in applyProfile() local
51 if (modemProfile == null) { in applyProfile()
63 final double averageModemPowerMa = getAverageModemPowerMa(modemProfile); in applyProfile()