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

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java343 public void onTaskFinished(Intent intent, int taskId) { method in class:MainInteractionSession
344 super.onTaskFinished(intent, taskId);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java837 if (DEBUG) Log.d(TAG, "onTaskFinished: intent=" + msg.obj
839 onTaskFinished((Intent) msg.obj, msg.arg1);
1246 * and {@link #onTaskFinished} when the last activity has finished.
1626 public void onTaskFinished(Intent intent, int taskId) { method in class:VoiceInteractionSession

Completed in 114 milliseconds