Searched refs:txKey (Results 1 – 3 of 3) sorted by relevance
420 final long txKey = ModemPowerProfile.getAverageBatteryDrainKey( in calcTxStatePowerMah() local422 final double drainRateMa = mPowerProfile.getAverageBatteryDrainOrDefaultMa(txKey, in calcTxStatePowerMah()425 Log.w(TAG, "Unavailable Power Profile constant for key 0x" + Long.toHexString(txKey)); in calcTxStatePowerMah()433 + ModemPowerProfile.keyToString((int) txKey)); in calcTxStatePowerMah()
123 long txKey = ModemPowerProfile.getAverageBatteryDrainKey( in buildRxTxPowerEstimators() local125 double txDrainRateMa = powerProfile.getAverageBatteryDrainOrDefaultMa(txKey, in buildRxTxPowerEstimators()129 + Long.toHexString(txKey)); in buildRxTxPowerEstimators()
337 final int txKey = MODEM_DRAIN_TYPE_TX | modemTxLevel | ratType | nrfType; in parseActivePowerConstantsFromXml() local338 setPowerConstant(txKey, txDrain); in parseActivePowerConstantsFromXml()