Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmService.java78 private static final String FM_SEEK_PREVIOUS = "fmradio.seek.previous"; field in FmService
1477 if (FM_SEEK_PREVIOUS.equals(action)) { in onStartCommand()
1757 Intent intent = new Intent(FM_SEEK_PREVIOUS); in showPlayingNotification()