Searched defs:voiceSession (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java232 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
325 && sourceRecord.task.voiceSession != null) {
348 if (err == ActivityManager.START_SUCCESS && voiceSession != null) {
475 requestCode, componentSpecified, voiceSession != null, mSupervisor, container,
488 if (voiceSession == null && (stack.mResumedActivity == null
515 err = startActivityUnchecked(r, sourceRecord, voiceSession, voiceInteractor, startFlags,
642 null /*resolvedType*/, aInfo, null /*rInfo*/, null /*voiceSession*/,
717 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
860 aInfo, rInfo, voiceSession, voiceInteractor,
1025 IVoiceInteractionSession voiceSession, IVoiceInteracto
230 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, ActivityStackSupervisor.ActivityContainer container, TaskRecord inTask) argument
715 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, IActivityManager.WaitResult outResult, Configuration config, Bundle bOptions, boolean ignoreTargetSecurity, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
1024 startActivityUnchecked(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask) argument
1252 setInitialState(ActivityRecord r, ActivityOptions options, TaskRecord inTask, boolean doResume, int startFlags, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]
H A DTaskRecord.java144 final IVoiceInteractionSession voiceSession; // Voice interaction session driving task field in class:TaskRecord
283 voiceSession = _voiceSession;
304 voiceSession = null;
346 voiceSession = null;
1700 if (voiceSession != null || voiceInteractor != null) {
1702 pw.print(Integer.toHexString(System.identityHashCode(voiceSession)));
H A DActivityRecord.java223 IVoiceInteractionSession voiceSession; // Voice interaction session for this activity field in class:ActivityRecord
1401 voiceSession = session;
1406 voiceSession = null;
H A DActivityStack.java750 if (task.voiceSession != null) {
3394 if (tr.voiceSession != null && tr.voiceSession.asBinder() == sessionBinder) {
3407 if (r.voiceSession != null
3408 && r.voiceSession.asBinder() == sessionBinder) {
5122 final boolean isVoiceSession = task.voiceSession != null;
5125 task.voiceSession.taskFinished(task.intent, task.taskId);
5163 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
5165 TaskRecord task = new TaskRecord(mService, taskId, info, intent, voiceSession,
5231 } else if (task.voiceSession !
5162 createTaskRecord(int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, boolean toTop) argument
[all...]
H A DActivityManagerService.java3004 startRunningVoiceLocked(r.task.voiceSession, r.info.applicationInfo.uid);
3008 if (last != null && ((session = last.task.voiceSession) != null
3009 || (session = last.voiceSession) != null)) {
4541 if (mRunningVoice != null || activity.task.voiceSession != null
4542 || activity.voiceSession != null) {
4569 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) {
4572 activityToCallback.setVoiceSessionLocked(voiceSession);
4580 startRunningVoiceLocked(voiceSession, activityToCallback.appInfo.uid);
21904 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) {
21907 voiceSession, voiceInteracto
4568 onLocalVoiceInteractionStartedLocked(IBinder activity, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
21903 onLocalVoiceInteractionStarted(IBinder activity, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]

Completed in 126 milliseconds