Searched refs:getNumTxPowerLevels (Results 1 – 6 of 6) sorted by relevance
72 public static int getNumTxPowerLevels() { in getNumTxPowerLevels() method in ModemActivityInfo148 for (int i = 0; i < getNumTxPowerLevels(); i++) { in ModemActivityInfo()
112 Math.min(txTimeMs.length, ModemActivityInfo.getNumTxPowerLevels())); in CellularBatteryStats()
8431 mBsi.mOnBatteryTimeBase, ModemActivityInfo.getNumTxPowerLevels()); in getOrCreateModemControllerActivityLocked()10960 ModemActivityInfo.getNumTxPowerLevels()); in initTimersAndCounters()12233 for (int lvl = 0; lvl < ModemActivityInfo.getNumTxPowerLevels(); lvl++) { in noteModemControllerActivity()12250 for (int i = 0; i < Math.min(ModemActivityInfo.getNumTxPowerLevels(), in noteModemControllerActivity()12373 for (int lvl = 0; lvl < ModemActivityInfo.getNumTxPowerLevels(); in noteModemControllerActivity()12658 for (int i = 1; i < ModemActivityInfo.getNumTxPowerLevels(); i++) { in addModemTxPowerToHistory()12664 if (levelMaxTimeSpent == ModemActivityInfo.getNumTxPowerLevels() - 1) { in addModemTxPowerToHistory()14747 long[] txTimeMs = new long[Math.min(ModemActivityInfo.getNumTxPowerLevels(),
14171 method public static int getNumTxPowerLevels();
14286 HSPLandroid/telephony/ModemActivityInfo;->getNumTxPowerLevels()I
14350 HSPLandroid/telephony/ModemActivityInfo;->getNumTxPowerLevels()I