Home
last modified time | relevance | path

Searched refs:OPTION (Results 1 – 1 of 1) sorted by relevance

/packages/apps/FMRadio/src/com/android/fmradio/
DFmService.java85 private static final String OPTION = "option"; field in FmService
771 bundle.putBoolean(OPTION, isUp); in seekStationAsync()
880 bundle.putBoolean(OPTION, on); in setRdsAsync()
946 bundle.putBoolean(OPTION, mute); in setMuteAsync()
1184 bundle.putBoolean(OPTION, isRecording); in setRecordingModeAsync()
2425 bundle.getBoolean(OPTION)); in handleMessage()
2495 setRds(bundle.getBoolean(OPTION)); in handleMessage()
2500 setMute(bundle.getBoolean(OPTION)); in handleMessage()
2518 setRecordingMode(bundle.getBoolean(OPTION)); in handleMessage()