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

  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSessionService.java 20 import android.service.voice.VoiceInteractionSession;
25 public VoiceInteractionSession onNewSession(Bundle args) {
MainInteractionSession.java 22 import android.service.voice.VoiceInteractionSession;
28 public class MainInteractionSession extends VoiceInteractionSession
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSessionService.java 40 VoiceInteractionSession mSession;
72 public abstract VoiceInteractionSession onNewSession(Bundle args);
VoiceInteractionSession.java 59 public abstract class VoiceInteractionSession implements KeyEvent.Callback {
60 static final String TAG = "VoiceInteractionSession";
89 final WeakReference<VoiceInteractionSession> mWeakRef
90 = new WeakReference<VoiceInteractionSession>(this);
179 VoiceInteractionSession session = mSession.get();
187 final WeakReference<VoiceInteractionSession> mSession;
189 Request(IVoiceInteractorCallback callback, VoiceInteractionSession session) {
195 VoiceInteractionSession session = mSession.get();
197 throw new IllegalStateException("VoiceInteractionSession has been destroyed");
350 VoiceInteractionSession.this.onBackPressed()
    [all...]

Completed in 41 milliseconds