Home
last modified time | relevance | path

Searched refs:PICKOPTON_2 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java107 public static final String PICKOPTON_2 = "two"; field in Utils
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DTestApp.java218 options[1] = new Option(Utils.PICKOPTON_2, -1); in pickOptionRequest()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java202 !options[1].getLabel().toString().equals(Utils.PICKOPTON_2)) { in assertPickOptionsFromTestApp()