Home
last modified time | relevance | path

Searched refs:ModemProfile (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DModemProfile.java24 public class ModemProfile extends ComponentProfile { class
81 public ModemProfile build() throws ParseException { in build()
82 ModemProfile result = new ModemProfile(); in build()
DModemAppActivity.java50 final ModemProfile modemProfile = (ModemProfile)profile.getComponent(Component.MODEM); in applyProfile()
77 static final double getAverageModemPowerMa(ModemProfile profile) { in getAverageModemPowerMa()
DModemRemainderActivity.java56 final ModemProfile modemProfile = (ModemProfile)profile.getComponent(Component.MODEM); in applyProfile()
/frameworks/base/tools/powermodel/test/com/android/powermodel/
DPowerProfileTest.java27 import com.android.powermodel.component.ModemProfile;
131 final ModemProfile modem = (ModemProfile)profile.getComponent(Component.MODEM); in testReadGood()
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DPowerProfile.java41 import com.android.powermodel.component.ModemProfile;
96 private final ModemProfile.Builder mModemBuilder = new ModemProfile.Builder();