Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java223 VoiceInteractor.PickOptionRequest.Option[] picked in onRequestPickOption() local
227 picked[0] = new VoiceInteractor.PickOptionRequest.Option(Utils.PICKOPTON_3, 0); in onRequestPickOption()
230 .setPickedOptions(picked); in onRequestPickOption()
294 VoiceInteractor.PickOptionRequest.Option[] picked; field in MainInteractionSession.AsyncTaskArg
305 picked = p; in setPickedOptions()
350 for (VoiceInteractor.PickOptionRequest.Option s : arg.picked) { in doInBackground()
354 "picked: size = " + arg.picked.length + in doInBackground()
357 arg.pickReq.sendPickOptionResult(arg.picked, arg.extras); in doInBackground()