Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java108 public static final String PICKOPTON_3 = "3"; field in Utils
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DTestApp.java236 !selections[0].getLabel().toString().equals(Utils.PICKOPTON_3)) { in pickOptionRequest()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java220 picked[0] = new VoiceInteractor.PickOptionRequest.Option(Utils.PICKOPTON_3, 0); in onRequestPickOption()