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

/frameworks/base/core/java/android/app/servertransaction/
H A DLaunchActivityItem.java90 String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state,
98 voiceInteractor, procState, state, persistentState, pendingResults,
246 CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor,
257 instance.mVoiceInteractor = voiceInteractor;
88 obtain(Intent intent, 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 isForward, ProfilerInfo profilerInfo) argument
244 setValues(LaunchActivityItem instance, Intent intent, 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 isForward, ProfilerInfo profilerInfo) argument
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DTaskRecordTests.java169 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) {
167 create(ActivityManagerService service, int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java294 IVoiceInteractor voiceInteractor; field in class:ActivityStarter.Request
348 voiceInteractor = null;
385 voiceInteractor = request.voiceInteractor;
488 mRequest.voiceSession, mRequest.voiceInteractor, mRequest.resultTo,
497 mRequest.voiceSession, mRequest.voiceInteractor, mRequest.resultTo,
517 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
521 return startActivity(r, sourceRecord, voiceSession, voiceInteractor, startFlags,
530 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
545 aInfo, rInfo, voiceSession, voiceInteractor, resultT
516 startResolvedActivity(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask, ActivityRecord[] outActivity) argument
528 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, SafeActivityOptions options, boolean ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, TaskRecord inTask, String reason, boolean allowPendingRemoteAnimationRegistryLookup) argument
571 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, SafeActivityOptions options, boolean ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, TaskRecord inTask, boolean allowPendingRemoteAnimationRegistryLookup) argument
945 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, SafeActivityOptions options, boolean ignoreTargetSecurity, int userId, TaskRecord inTask, String reason, boolean allowPendingRemoteAnimationRegistryLookup) argument
1193 startActivity(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask, ActivityRecord[] outActivity) argument
1220 startActivityUnchecked(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask, ActivityRecord[] outActivity) argument
1526 setInitialState(ActivityRecord r, ActivityOptions options, TaskRecord inTask, boolean doResume, int startFlags, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
2512 setVoiceInteractor(IVoiceInteractor voiceInteractor) argument
[all...]
H A DTaskRecord.java205 final IVoiceInteractor voiceInteractor; // Associated interactor to provide to app field in class:TaskRecord
333 voiceInteractor = _voiceInteractor;
356 voiceInteractor = null;
394 voiceInteractor = null;
1946 if (voiceSession != null || voiceInteractor != null) {
1950 pw.println(Integer.toHexString(System.identityHashCode(voiceInteractor)));
2209 IVoiceInteractor voiceInteractor) {
2211 service, taskId, info, intent, voiceSession, voiceInteractor);
2233 IVoiceInteractor voiceInteractor) {
2235 service, taskId, info, intent, voiceSession, voiceInteractor);
2207 create(ActivityManagerService service, int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
2231 create(ActivityManagerService service, int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]
H A DActivityStack.java5167 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
5169 return createTaskRecord(taskId, info, intent, voiceSession, voiceInteractor, toTop,
5174 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
5178 mService, taskId, info, intent, voiceSession, voiceInteractor);
5166 createTaskRecord(int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, boolean toTop) argument
5173 createTaskRecord(int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, boolean toTop, ActivityRecord activity, ActivityRecord source, ActivityOptions options) argument
H A DActivityManagerService.java3525 // TODO: VI Maybe r.task.voiceInteractor || r.voiceInteractor != null
3528 if (task.voiceInteractor != null) {
5406 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) {
5414 voiceInteractor);
10797 null /* voiceSession */, null /* voiceInteractor */, !ON_TOP);
5405 onLocalVoiceInteractionStartedLocked(IBinder activity, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
26352 onLocalVoiceInteractionStarted(IBinder activity, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java811 VoiceInteractor voiceInteractor; field in class:Activity.NonConfigurationInstances
1382 void setVoiceInteractor(IVoiceInteractor voiceInteractor) { argument
1389 if (voiceInteractor == null) {
1392 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this,
2446 nci.voiceInteractor = mVoiceInteractor;
7049 Configuration config, String referrer, IVoiceInteractor voiceInteractor,
7081 if (voiceInteractor != null) {
7083 mVoiceInteractor = lastNonConfigurationInstances.voiceInteractor;
7085 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this,
7044 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.java373 IVoiceInteractor voiceInteractor; field in class:ActivityThread.ActivityClientRecord
422 String referrer, IVoiceInteractor voiceInteractor, Bundle state,
430 this.voiceInteractor = voiceInteractor;
1526 IVoiceInteractor voiceInteractor) throws RemoteException {
1529 args.arg2 = voiceInteractor;
2876 r.referrer, r.voiceInteractor, window, r.configCallback);
3291 r.voiceInteractor = interactor;
420 ActivityClientRecord(IBinder token, Intent intent, int ident, ActivityInfo info, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean isForward, ProfilerInfo profilerInfo, ClientTransactionHandler client) argument
1525 scheduleLocalVoiceInteractionStarted(IBinder token, IVoiceInteractor voiceInteractor) argument

Completed in 530 milliseconds