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";
149 final WeakReference<VoiceInteractionSession> mWeakRef
150 = new WeakReference<VoiceInteractionSession>(this);
157 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
170 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
182 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
194 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
206 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
314 VoiceInteractionSession sessio
958 public VoiceInteractionSession(Context context) { method in class:VoiceInteractionSession
962 public VoiceInteractionSession(Context context, Handler handler) { method in class:VoiceInteractionSession
[all...]

Completed in 121 milliseconds