Home
last modified time | relevance | path

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

/development/samples/browseable/ElizaChat/Application/src/com.example.android.wearable.elizachat/
DMainActivity.java40 public static final String ACTION_GET_CONVERSATION field in MainActivity
72 Intent serviceIntent = new Intent(ACTION_GET_CONVERSATION); in onResume()
DResponderService.java84 } else if (action.equals(MainActivity.ACTION_GET_CONVERSATION)) { in onStartCommand()