Searched refs:RESET_QUIZ_PATH (Results 1 – 4 of 4) sorted by relevance
32 import static com.example.android.wearable.quiz.Constants.RESET_QUIZ_PATH;62 Wearable.MessageApi.sendMessage(googleApiClient, node.getId(), RESET_QUIZ_PATH, in onHandleIntent()
38 public static final String RESET_QUIZ_PATH = "/reset_quiz"; field in Constants
31 import static com.example.android.wearable.quiz.Constants.RESET_QUIZ_PATH;198 if (messageEvent.getPath().equals(RESET_QUIZ_PATH)) { in onMessageReceived()