Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DVoiceInteractor.java95 case MSG_PICK_OPTION_RESULT:
169 MSG_PICK_OPTION_RESULT, finished ? 1 : 0, request, options, result));
201 static final int MSG_PICK_OPTION_RESULT = 2; field in VoiceInteractor