Searched defs:sendConfirmResult (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java208 public void sendConfirmResult(boolean confirmed, Bundle result) { method in class:VoiceInteractionSession.Request
210 if (DEBUG) Log.d(TAG, "sendConfirmResult: req=" + mInterface
230 if (DEBUG) Log.d(TAG, "sendConfirmResult: req=" + mInterface

Completed in 429 milliseconds