Home
last modified time | relevance | path

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

/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DMainActivity.java58 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()
DResponderService.java37 public class ResponderService extends Service { class