Searched defs:voiceInteractor (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java145 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);
768 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
H A DIApplicationThread.java63 String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state,
61 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
H A DActivity.java724 VoiceInteractor voiceInteractor; field in class:Activity.NonConfigurationInstances
1868 nci.voiceInteractor = mVoiceInteractor;
5927 Configuration config, String referrer, IVoiceInteractor voiceInteractor) {
5957 if (voiceInteractor != null) {
5959 mVoiceInteractor = lastNonConfigurationInstances.voiceInteractor;
5961 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this,
5922 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, int ident, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, NonConfigurationInstances lastNonConfigurationInstances, Configuration config, String referrer, IVoiceInteractor voiceInteractor) argument
H A DActivityThread.java286 IVoiceInteractor voiceInteractor; field in class:ActivityThread.ActivityClientRecord
623 String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state,
636 r.voiceInteractor = voiceInteractor;
2262 r.referrer, r.voiceInteractor);
621 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java4084 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
4087 voiceInteractor);
4083 createTaskRecord(int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, boolean toTop) argument
H A DTaskRecord.java93 final IVoiceInteractor voiceInteractor; // Associated interactor to provide to app field in class:TaskRecord
177 voiceInteractor = _voiceInteractor;
192 voiceInteractor = null;
232 voiceInteractor = null;
1051 if (voiceSession != null || voiceInteractor != null) {
1055 pw.println(Integer.toHexString(System.identityHashCode(voiceInteractor)));
H A DActivityStackSupervisor.java839 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
952 voiceSession, voiceInteractor, resultTo, resultWho,
1183 r.compat, r.launchedFromPackage, r.task.voiceInteractor, app.repProcState,
1298 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
1515 err = startActivityUncheckedLocked(r, sourceRecord, voiceSession, voiceInteractor,
1600 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags,
2077 voiceSession, voiceInteractor, !launchTaskBehind /* toTop */),
837 startActivityMayWait(IApplicationThread caller, int callingUid, String callingPackage, Intent intent, String resolvedType, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, WaitResult outResult, Configuration config, Bundle options, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
1296 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, ActivityInfo aInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, Bundle options, boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, TaskRecord inTask) argument
1599 startActivityUncheckedLocked(ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, Bundle options, TaskRecord inTask) argument

Completed in 136 milliseconds