Searched refs:FM_TX_SET_POWER_LEVEL_ACTION (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DFmRadioIntent.java272 public static final String FM_TX_SET_POWER_LEVEL_ACTION = "fm.tx.intent.action.FM_TX_SET_POWER_LEVEL_ACTION"; field in interface:FmRadioIntent
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java134 intentFilter.addAction(FmRadioIntent.FM_TX_SET_POWER_LEVEL_ACTION);
1324 if (fmAction.equals(FmRadioIntent.FM_TX_SET_POWER_LEVEL_ACTION)) {
1325 Log.i(TAG, "enter onReceive FM_TX_SET_POWER_LEVEL_ACTION " + fmAction);

Completed in 33 milliseconds