Searched refs:ACTION_RESPONSE (Results 1 – 1 of 1) sorted by relevance
41 public static final String ACTION_RESPONSE = "com.example.android.wearable.elizachat.REPLY"; field in ResponderService77 if (action.equals(ACTION_RESPONSE)) { in onStartCommand()101 Intent intent = new Intent(ACTION_RESPONSE); in showNotification()