Searched refs:VoiceInteractionSession (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSessionService.java20 import android.service.voice.VoiceInteractionSession;
25 public VoiceInteractionSession onNewSession(Bundle args) {
H A DMainInteractionSession.java22 import android.service.voice.VoiceInteractionSession;
28 public class MainInteractionSession extends VoiceInteractionSession
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java40 VoiceInteractionSession mSession;
72 public abstract VoiceInteractionSession onNewSession(Bundle args);
H A DVoiceInteractionSession.java59 public abstract class VoiceInteractionSession implements KeyEvent.Callback { class in inherits: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
419 public VoiceInteractionSession(Context context) { method in class:VoiceInteractionSession
423 public VoiceInteractionSession(Context context, Handler handler) { method in class:VoiceInteractionSession
[all...]

Completed in 204 milliseconds