Searched refs:txKey (Results 1 – 2 of 2) sorted by relevance
498 final long txKey = buildModemPowerProfileKey(ModemPowerProfile.MODEM_DRAIN_TYPE_TX, rat, in calcTxStatePowerMah() local500 final double drainRateMa = mPowerProfile.getAverageBatteryDrainOrDefaultMa(txKey, in calcTxStatePowerMah()503 Log.w(TAG, "Unavailable Power Profile constant for key 0x" + Long.toHexString(txKey)); in calcTxStatePowerMah()511 + ModemPowerProfile.keyToString((int) txKey)); in calcTxStatePowerMah()
332 final int txKey = MODEM_DRAIN_TYPE_TX | modemTxLevel | ratType | nrfType; in parseActivePowerConstantsFromXml() local333 setPowerConstant(txKey, txDrain); in parseActivePowerConstantsFromXml()