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

  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
TestInteractionActivity.java 20 import android.app.VoiceInteractor;
31 VoiceInteractor mInteractor;
57 VoiceInteractor.ConfirmationRequest req = new VoiceInteractor.ConfirmationRequest(
82 VoiceInteractor.AbortVoiceRequest req = new VoiceInteractor.AbortVoiceRequest(
97 VoiceInteractor.CompleteVoiceRequest req = new VoiceInteractor.CompleteVoiceRequest(
  /frameworks/base/core/java/android/app/
VoiceInteractor.java 52 * <p>The VoiceInteractor is integrated with Activity's state saving mechanism, so that
54 * VoiceInteractor and any outstanding requests. Because of this, you should always use
60 public class VoiceInteractor {
61 static final String TAG = "VoiceInteractor";
350 VoiceInteractor(IVoiceInteractor interactor, Context context, Activity activity,
Activity.java     [all...]

Completed in 53 milliseconds