Searched refs:onTaskStarted (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java318 public void onTaskStarted(Intent intent, int taskId) { method in class:MainInteractionSession
319 super.onTaskStarted(intent, taskId);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java805 if (DEBUG) Log.d(TAG, "onTaskStarted: intent=" + msg.obj
807 onTaskStarted((Intent) msg.obj, msg.arg1);
1151 * <p>You will receive a call to {@link #onTaskStarted} when the task starts up
1439 public void onTaskStarted(Intent intent, int taskId) { method in class:VoiceInteractionSession

Completed in 263 milliseconds