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 89 final IVoiceInteractor voiceInteractor; // Associated interactor to provide to app
173 voiceInteractor = _voiceInteractor;
188 voiceInteractor = null;
228 voiceInteractor = null;
    [all...]
ActivityStackSupervisor.java     [all...]
ActivityStack.java     [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.java 62 IVoiceInteractor voiceInteractor, int procState, Bundle state,
ApplicationThreadNative.java 143 IVoiceInteractor voiceInteractor = IVoiceInteractor.Stub.asInterface(
154 scheduleLaunchActivity(intent, b, ident, info, curConfig, compatInfo, voiceInteractor,
767 IVoiceInteractor voiceInteractor, int procState, Bundle state,
779 data.writeStrongBinder(voiceInteractor != null ? voiceInteractor.asBinder() : null);
    [all...]
Activity.java     [all...]
ActivityThread.java 271 IVoiceInteractor voiceInteractor;
608 IVoiceInteractor voiceInteractor, int procState, Bundle state,
620 r.voiceInteractor = voiceInteractor;
    [all...]

Completed in 141 milliseconds