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

  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTxAppConstants.java 113 public static final String PSENABLED = "PSENABLED";
FmTxConfig.java 373 rbtnPs.setChecked(fmConfigPreferences.getBoolean(PSENABLED,false));
376 Log.i(TAG,"updateUiFromPreference() --> PSENABLED = "+fmConfigPreferences.getBoolean(PSENABLED,false));
422 editor.putBoolean(PSENABLED,rbtnPs.isChecked());
FmTx.java 437 boolean psMask= fmTxParamConfigPreferences.getBoolean(PSENABLED,false);
575 boolean psMask= fmConfigPreferences.getBoolean(PSENABLED,false);
    [all...]

Completed in 47 milliseconds