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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java152 IVoiceInteractor voiceInteractor = IVoiceInteractor.Stub.asInterface(
164 referrer, voiceInteractor, procState, state, persistentState, ri, pi,
793 CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor,
812 data.writeStrongBinder(voiceInteractor != null ? voiceInteractor.asBinder() : null);
791 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, 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.java62 CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor,
60 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, 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.java736 VoiceInteractor voiceInteractor; field in class:Activity.NonConfigurationInstances
1901 nci.voiceInteractor = mVoiceInteractor;
6187 Configuration config, String referrer, IVoiceInteractor voiceInteractor) {
6217 if (voiceInteractor != null) {
6219 mVoiceInteractor = lastNonConfigurationInstances.voiceInteractor;
6221 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this,
6182 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.java284 IVoiceInteractor voiceInteractor; field in class:ActivityThread.ActivityClientRecord
632 CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor,
645 r.voiceInteractor = voiceInteractor;
2353 r.referrer, r.voiceInteractor);
630 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, 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 DTaskRecord.java106 final IVoiceInteractor voiceInteractor; // Associated interactor to provide to app field in class:TaskRecord
211 voiceInteractor = _voiceInteractor;
228 voiceInteractor = null;
266 voiceInteractor = null;
1153 if (voiceSession != null || voiceInteractor != null) {
1157 pw.println(Integer.toHexString(System.identityHashCode(voiceInteractor)));
H A DActivityStack.java4350 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
4353 voiceInteractor);
4349 createTaskRecord(int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, boolean toTop) argument
H A DActivityStackSupervisor.java911 null /* voiceSession */, null /* voiceInteractor */, null /* resultTo */,
927 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
1046 voiceSession, voiceInteractor, resultTo, resultWho,
1287 task.voiceInteractor, app.repProcState, r.icicle, r.persistentState, results,
1401 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
1675 err = startActivityUncheckedLocked(r, sourceRecord, voiceSession, voiceInteractor,
1829 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags,
2317 voiceSession, voiceInteractor, !launchTaskBehind /* toTop */),
925 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, boolean ignoreTargetSecurity, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
1399 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 ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, TaskRecord inTask) argument
1828 startActivityUncheckedLocked(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, Bundle options, TaskRecord inTask) argument

Completed in 181 milliseconds