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

  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxAppConstants.java 112 public static final String RDS = "RDS";
FmRxRdsConfig.java 170 /** spinner to select Rds System option */
195 emptyAdapter.add(" RDS is Disabled ");
341 chbRdsMode.setChecked(fmConfigPreferences.getBoolean(RDS, DEFAULT_RDS));
342 boolean rdsON = fmConfigPreferences.getBoolean(RDS, DEFAULT_RDS);
344 if (!rdsON) // Rds is Disabled
346 chbSetRdsAf.setChecked(false); // When the RDS is Disabled uncheck
347 // Rds Af checkbox
348 chbSetRdsAf.setEnabled(false); // When the RDS is Disabled disable
349 // Rds Af checkbox
350 setEmptySpinner(); // When the RDS is Disabled, disable RDS Syste
    [all...]
FmRxApp.java 718 // clear the RDS text
795 // clear the RDS text
823 // clear the RDS text
831 /* Display the RDS text on UI */
840 String rds = (String) msg.obj;
841 Log.i(TAG, "enter handleMessage ----EVENT_RDS_TEXT rds" + rds);
842 sb = new StringBuilder("[RDS] ");
843 sb.append(rds);
849 /* Display the RDS text on UI *
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadioIntent.java 38 public static final String RDS = "fm.rx.intent.RDS";
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java 167 /* Variable to store the current RDS state */
    [all...]

Completed in 32 milliseconds