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

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java77 public class VoiceInteractionSession implements KeyEvent.Callback, ComponentCallbacks2 { class in inherits:KeyEvent.Callback,ComponentCallbacks2
78 static final String TAG = "VoiceInteractionSession";
138 final WeakReference<VoiceInteractionSession> mWeakRef
139 = new WeakReference<VoiceInteractionSession>(this);
146 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
159 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
171 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
183 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
195 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
303 VoiceInteractionSession sessio
947 public VoiceInteractionSession(Context context) { method in class:VoiceInteractionSession
951 public VoiceInteractionSession(Context context, Handler handler) { method in class:VoiceInteractionSession
[all...]

Completed in 43 milliseconds