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

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java333 if (DEBUG) Log.d(TAG, "onTaskFinished: intent=" + msg.obj
335 onTaskFinished((Intent) msg.obj, msg.arg1);
554 * and {@link #onTaskFinished} when the last activity has finished.
746 public void onTaskFinished(Intent intent, int taskId) { method in class:VoiceInteractionSession

Completed in 59 milliseconds