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

/frameworks/base/core/java/android/app/
H A DVoiceInteractor.java88 + " confirmed=" + msg.arg1 + " result=" + args.arg2);
357 * @param confirmed Whether the user confirmed or rejected the operation.
360 public void onConfirmationResult(boolean confirmed, Bundle result) { argument
544 * Called when a single option is confirmed or narrowed to one of several options. Override
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java455 * Report that the voice interactor has confirmed the operation with the user, resulting
461 public void sendConfirmationResult(boolean confirmed, Bundle result) { argument
464 + " confirmed=" + confirmed + " result=" + result);
466 mCallback.deliverConfirmationResult(mInterface, confirmed, result);

Completed in 95 milliseconds