HomeSort by relevance Sort by last modified time
    Searched refs:voiceInteractor (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 152 IVoiceInteractor voiceInteractor = IVoiceInteractor.Stub.asInterface(
164 referrer, voiceInteractor, procState, state, persistentState, ri, pi,
432 IVoiceInteractor voiceInteractor = IVoiceInteractor.Stub.asInterface(
434 scheduleLocalVoiceInteractionStarted(token, voiceInteractor);
    [all...]
IApplicationThread.java 62 CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor,
163 void scheduleLocalVoiceInteractionStarted(IBinder token, IVoiceInteractor voiceInteractor) throws RemoteException;
Activity.java 32 import android.app.VoiceInteractor.Request;
    [all...]
ActivityThread.java 314 IVoiceInteractor voiceInteractor;
711 CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor,
724 r.voiceInteractor = voiceInteractor;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 145 final IVoiceInteractor voiceInteractor; // Associated interactor to provide to app
284 voiceInteractor = _voiceInteractor;
305 voiceInteractor = null;
347 voiceInteractor = null;
    [all...]
ActivityStarter.java 226 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
535 err = startActivityUnchecked(r, sourceRecord, voiceSession, voiceInteractor, startFlags,
608 null /*voiceInteractor*/, null /*resultTo*/, null /*resultWho*/,
    [all...]
ActivityStack.java     [all...]
ActivityManagerService.java     [all...]
ActivityStackSupervisor.java     [all...]

Completed in 267 milliseconds