Home | History | Annotate | Download | only in voice

Lines Matching defs:VoiceInteractionSession

77 public class VoiceInteractionSession implements 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 session = mSession.get();
313 final WeakReference<VoiceInteractionSession> mSession;
317 VoiceInteractionSession session, Bundle extras) {
355 VoiceInteractionSession session = mSession.get();
363 VoiceInteractionSession session = mSession.get();
365 throw new IllegalStateException("VoiceInteractionSession has been destroyed");
427 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) {
487 VoiceInteractionSession session, VoiceInteractor.Prompt prompt,
598 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) {
657 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) {
714 VoiceInteractionSession session, String command, Bundle extras) {
880 VoiceInteractionSession.this.onBackPressed();
947 public VoiceInteractionSession(Context context) {
951 public VoiceInteractionSession(Context context, Handler handler) {
1070 mWindow = new SoftInputWindow(mContext, "VoiceInteractionSession", mTheme,
1078 mThemeAttrs = mContext.obtainStyledAttributes(android.R.styleable.VoiceInteractionSession);
1136 * {@link VoiceInteractionSession#SHOW_WITH_ASSIST VoiceInteractionSession.SHOW_WITH_ASSIST} and
1137 * {@link VoiceInteractionSession#SHOW_WITH_SCREENSHOT
1138 * VoiceInteractionSession.SHOW_WITH_SCREENSHOT}. Note that this only tells you about
1157 * {@link VoiceInteractionSession#SHOW_WITH_ASSIST VoiceInteractionSession.SHOW_WITH_ASSIST} and
1158 * {@link VoiceInteractionSession#SHOW_WITH_SCREENSHOT
1159 * VoiceInteractionSession.SHOW_WITH_SCREENSHOT}