Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java106 public static final String PICKOPTON_1 = "one"; field in Utils
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DTestApp.java217 options[0] = new Option(Utils.PICKOPTON_1, -1); in pickOptionRequest()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java201 !options[0].getLabel().toString().equals(Utils.PICKOPTON_1) || in assertPickOptionsFromTestApp()