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

  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 93 final IVoiceInteractor voiceInteractor; // Associated interactor to provide to app
177 voiceInteractor = _voiceInteractor;
192 voiceInteractor = null;
232 voiceInteractor = null;
    [all...]
ActivityStackSupervisor.java     [all...]
ActivityStack.java     [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.java 63 String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state,
ApplicationThreadNative.java 145 IVoiceInteractor voiceInteractor = IVoiceInteractor.Stub.asInterface(
157 voiceInteractor, procState, state, persistentState, ri, pi,
770 String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state,
783 data.writeStrongBinder(voiceInteractor != null ? voiceInteractor.asBinder() : null);
    [all...]
Activity.java     [all...]
ActivityThread.java 286 IVoiceInteractor voiceInteractor;
623 String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state,
636 r.voiceInteractor = voiceInteractor;
    [all...]

Completed in 267 milliseconds