Searched refs:ModemProfile (Results 1 – 5 of 5) sorted by relevance
24 public class ModemProfile extends ComponentProfile { class81 public ModemProfile build() throws ParseException { in build()82 ModemProfile result = new ModemProfile(); in build()
50 final ModemProfile modemProfile = (ModemProfile)profile.getComponent(Component.MODEM); in applyProfile()77 static final double getAverageModemPowerMa(ModemProfile profile) { in getAverageModemPowerMa()
56 final ModemProfile modemProfile = (ModemProfile)profile.getComponent(Component.MODEM); in applyProfile()
27 import com.android.powermodel.component.ModemProfile;131 final ModemProfile modem = (ModemProfile)profile.getComponent(Component.MODEM); in testReadGood()
41 import com.android.powermodel.component.ModemProfile;96 private final ModemProfile.Builder mModemBuilder = new ModemProfile.Builder();