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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java226 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
319 && sourceRecord.task.voiceSession != null) {
342 if (err == ActivityManager.START_SUCCESS && voiceSession != null) {
495 requestCode, componentSpecified, voiceSession != null, mSupervisor, container,
508 if (voiceSession == null && (stack.mResumedActivity == null
535 err = startActivityUnchecked(r, sourceRecord, voiceSession, voiceInteractor, startFlags,
607 null /*resolvedType*/, aInfo, null /*rInfo*/, null /*voiceSession*/,
677 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
820 aInfo, rInfo, voiceSession, voiceInteractor,
960 IVoiceInteractionSession voiceSession, IVoiceInteracto
224 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
675 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
959 startActivityUnchecked(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask) argument
1178 setInitialState(ActivityRecord r, ActivityOptions options, TaskRecord inTask, boolean doResume, int startFlags, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]
H A DActivityRecord.java222 IVoiceInteractionSession voiceSession; // Voice interaction session for this activity field in class:ActivityRecord
1376 voiceSession = session;
1381 voiceSession = null;
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 DActivityStack.java748 if (task.voiceSession != null) {
3354 if (tr.voiceSession != null && tr.voiceSession.asBinder() == sessionBinder) {
3367 if (r.voiceSession != null
3368 && r.voiceSession.asBinder() == sessionBinder) {
5073 final boolean isVoiceSession = task.voiceSession != null;
5076 task.voiceSession.taskFinished(task.intent, task.taskId);
5114 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
5116 TaskRecord task = new TaskRecord(mService, taskId, info, intent, voiceSession,
5182 } else if (task.voiceSession !
5113 createTaskRecord(int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, boolean toTop) argument
[all...]
H A DActivityManagerService.java2959 startRunningVoiceLocked(r.task.voiceSession, r.info.applicationInfo.uid);
2963 if (last != null && ((session = last.task.voiceSession) != null
2964 || (session = last.voiceSession) != null)) {
4478 if (mRunningVoice != null || activity.task.voiceSession != null
4479 || activity.voiceSession != null) {
4506 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) {
4509 activityToCallback.setVoiceSessionLocked(voiceSession);
4517 startRunningVoiceLocked(voiceSession, activityToCallback.appInfo.uid);
21565 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) {
21568 voiceSession, voiceInteracto
4505 onLocalVoiceInteractionStartedLocked(IBinder activity, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
21564 onLocalVoiceInteractionStarted(IBinder activity, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]

Completed in 101 milliseconds