Searched refs:modemProfile (Results 1 – 2 of 2) sorted by relevance
56 final ModemProfile modemProfile = (ModemProfile)profile.getComponent(Component.MODEM); in applyProfile() local57 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()
50 final ModemProfile modemProfile = (ModemProfile)profile.getComponent(Component.MODEM); in applyProfile() local51 if (modemProfile == null) { in applyProfile()63 final double averageModemPowerMa = getAverageModemPowerMa(modemProfile); in applyProfile()