Searched refs:voiceInteractor (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl65 in CompatibilityInfo compatInfo, in String referrer, IVoiceInteractor voiceInteractor,
153 IVoiceInteractor voiceInteractor);
H A DActivity.java785 VoiceInteractor voiceInteractor; field in class:Activity.NonConfigurationInstances
1338 void setVoiceInteractor(IVoiceInteractor voiceInteractor) { argument
1345 if (voiceInteractor == null) {
1348 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this,
2376 nci.voiceInteractor = mVoiceInteractor;
6940 Configuration config, String referrer, IVoiceInteractor voiceInteractor,
6972 if (voiceInteractor != null) {
6974 mVoiceInteractor = lastNonConfigurationInstances.voiceInteractor;
6976 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this,
6935 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, Window window, ActivityConfigCallback activityConfigCallback) argument
H A DActivityThread.java345 IVoiceInteractor voiceInteractor; field in class:ActivityThread.ActivityClientRecord
758 CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor,
771 r.voiceInteractor = voiceInteractor;
1443 IVoiceInteractor voiceInteractor) throws RemoteException {
1446 args.arg2 = voiceInteractor;
2714 r.referrer, r.voiceInteractor, window, r.configCallback);
3112 r.voiceInteractor = interactor;
756 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
1442 scheduleLocalVoiceInteractionStarted(IBinder token, IVoiceInteractor voiceInteractor) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java265 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
279 aInfo, rInfo, voiceSession, voiceInteractor, resultTo, resultWho, requestCode,
296 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
572 return startActivity(r, sourceRecord, voiceSession, voiceInteractor, startFlags, true,
649 null /*voiceSession*/, null /*voiceInteractor*/, null /*resultTo*/,
675 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
818 aInfo, rInfo, voiceSession, voiceInteractor,
989 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
995 result = startActivityUnchecked(r, sourceRecord, voiceSession, voiceInteractor,
1016 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
263 startActivityLocked(IApplicationThread caller, Intent intent, Intent ephemeralIntent, String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, ActivityOptions options, boolean ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, TaskRecord inTask, String reason) argument
294 startActivity(IApplicationThread caller, Intent intent, Intent ephemeralIntent, String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, ActivityOptions options, boolean ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, TaskRecord inTask) argument
673 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 globalConfig, Bundle bOptions, boolean ignoreTargetSecurity, int userId, TaskRecord inTask, String reason) argument
988 startActivity(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask, ActivityRecord[] outActivity) argument
1015 startActivityUnchecked(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask, ActivityRecord[] outActivity) argument
1252 setInitialState(ActivityRecord r, ActivityOptions options, TaskRecord inTask, boolean doResume, int startFlags, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]
H A DTaskRecord.java197 final IVoiceInteractor voiceInteractor; // Associated interactor to provide to app field in class:TaskRecord
341 voiceInteractor = _voiceInteractor;
364 voiceInteractor = null;
407 voiceInteractor = null;
2286 if (voiceSession != null || voiceInteractor != null) {
2290 pw.println(Integer.toHexString(System.identityHashCode(voiceInteractor)));
H A DActivityStack.java5220 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
5223 voiceInteractor, type);
5219 createTaskRecord(int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, boolean toTop, int type) argument
H A DActivityStackSupervisor.java1463 r.launchedFromPackage, task.voiceInteractor, app.repProcState, r.icicle,
H A DActivityManagerService.java3120 // TODO: VI Maybe r.task.voiceInteractor || r.voiceInteractor != null
3123 if (task.voiceInteractor != null) {
4757 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) {
4765 voiceInteractor);
4756 onLocalVoiceInteractionStartedLocked(IBinder activity, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
23932 onLocalVoiceInteractionStarted(IBinder activity, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]

Completed in 310 milliseconds