Home
last modified time | relevance | path

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

/developers/samples/android/deprecated/wearable/wear/ElizaChat/Application/src/main/java/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