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

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java78 public class VoiceInteractionSession implements KeyEvent.Callback, ComponentCallbacks2 { class in inherits:KeyEvent.Callback,ComponentCallbacks2
79 static final String TAG = "VoiceInteractionSession";
148 final WeakReference<VoiceInteractionSession> mWeakRef
149 = new WeakReference<VoiceInteractionSession>(this);
156 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
169 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
181 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
193 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
205 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
311 VoiceInteractionSession sessio
951 public VoiceInteractionSession(Context context) { method in class:VoiceInteractionSession
955 public VoiceInteractionSession(Context context, Handler handler) { method in class:VoiceInteractionSession
[all...]

Completed in 69 milliseconds