HomeSort by relevance Sort by last modified time
    Searched refs:JFmTxPowerLevel (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTx.java 275 public static class JFmTxPowerLevel {
277 private int jFmTxPowerLevel;
279 public JFmTxPowerLevel(int jFmTxPowerLevel) {
280 this.jFmTxPowerLevel = jFmTxPowerLevel;
284 return jFmTxPowerLevel;
287 public void setvalue(int jFmTxPowerLevel) {
288 this.jFmTxPowerLevel = jFmTxPowerLevel;
    [all...]