Searched refs:rxKey (Results 1 – 3 of 3) sorted by relevance
396 final long rxKey = ModemPowerProfile.getAverageBatteryDrainKey( in calcRxStatePowerMah() local398 final double drainRateMa = mPowerProfile.getAverageBatteryDrainOrDefaultMa(rxKey, in calcRxStatePowerMah()401 Log.w(TAG, "Unavailable Power Profile constant for key 0x" + Long.toHexString(rxKey)); in calcRxStatePowerMah()409 + ModemPowerProfile.keyToString((int) rxKey)); in calcRxStatePowerMah()
113 long rxKey = ModemPowerProfile.getAverageBatteryDrainKey( in buildRxTxPowerEstimators() local115 double rxDrainRateMa = powerProfile.getAverageBatteryDrainOrDefaultMa(rxKey, Double.NaN); in buildRxTxPowerEstimators()118 + Long.toHexString(rxKey)); in buildRxTxPowerEstimators()
321 final int rxKey = MODEM_DRAIN_TYPE_RX | ratType | nrfType; in parseActivePowerConstantsFromXml() local322 setPowerConstant(rxKey, rxDrain); in parseActivePowerConstantsFromXml()