Searched refs:ResponderService (Results 1 – 2 of 2) sorted by relevance
58 startResponderService(ResponderService.ACTION_INCOMING); in onCreate()62 Intent serviceIntent = new Intent(this, ResponderService.class); in startResponderService()100 stopService(new Intent(this, ResponderService.class)); in onOptionsItemSelected()
37 public class ResponderService extends Service { class