Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java279 mHandlerCaller.sendMessage(mHandlerCaller.obtainMessageIO(MSG_TASK_STARTED,
785 static final int MSG_TASK_STARTED = 100; field in VoiceInteractionSession
831 case MSG_TASK_STARTED: in executeMessage()