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.java211 VoiceInteractor.PickOptionRequest.Option[] picked in onRequestPickOption() local
215 picked[0] = new VoiceInteractor.PickOptionRequest.Option(Utils.PICKOPTON_3, 0); in onRequestPickOption()
218 .setPickedOptions(picked); in onRequestPickOption()
252 VoiceInteractor.PickOptionRequest.Option[] picked; field in MainInteractionSession.AsyncTaskArg
263 picked = p; in setPickedOptions()
308 for (VoiceInteractor.PickOptionRequest.Option s : arg.picked) { in doInBackground()
312 "picked: size = " + arg.picked.length + in doInBackground()
315 arg.pickReq.sendPickOptionResult(arg.picked, arg.extras); in doInBackground()