HomeSort by relevance Sort by last modified time
    Searched refs:sendCommandResult (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 93 mPendingRequest.sendCommandResult(true, null);
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 238 public void sendCommandResult(boolean complete, Bundle result) {
240 if (DEBUG) Log.d(TAG, "sendCommandResult: req=" + mInterface

Completed in 77 milliseconds