Home
last modified time | relevance | path

Searched refs:SUBSYSTEM_MODEM (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DPowerProfileTest.java107 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_SLEEP)); in testPowerProfile()
109 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_IDLE)); in testPowerProfile()
111 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_RX)); in testPowerProfile()
113 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_RAT_TYPE_DEFAULT in testPowerProfile()
117 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_RAT_TYPE_DEFAULT in testPowerProfile()
121 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_RAT_TYPE_DEFAULT in testPowerProfile()
125 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_RAT_TYPE_DEFAULT in testPowerProfile()
129 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_RAT_TYPE_DEFAULT in testPowerProfile()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DMobileRadioPowerCalculator.java70 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_SLEEP, in MobileRadioPowerCalculator()
79 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_IDLE, in MobileRadioPowerCalculator()
393 long key = PowerProfile.SUBSYSTEM_MODEM; in buildModemPowerProfileKey()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java286 public static final long SUBSYSTEM_MODEM = 0x1_0000_0000L; field in PowerProfile
290 SUBSYSTEM_MODEM,
819 if (subsystemType == SUBSYSTEM_MODEM) { in getAverageBatteryDrainOrDefaultMa()