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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java513 if (task.voiceSession != null) {
1965 r.userId, r.info.configChanges, task.voiceSession != null,
2029 r.info.configChanges, task.voiceSession != null, r.mLaunchTaskBehind);
2081 r.info.configChanges, task.voiceSession != null, r.mLaunchTaskBehind);
2617 if (tr.voiceSession != null && tr.voiceSession.asBinder() == sessionBinder) {
4055 final boolean isVoiceSession = task.voiceSession != null;
4058 task.voiceSession.taskFinished(task.intent, task.taskId);
4084 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
4086 TaskRecord task = new TaskRecord(mService, taskId, info, intent, voiceSession,
4083 createTaskRecord(int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, boolean toTop) argument
[all...]
H A DTaskRecord.java92 final IVoiceInteractionSession voiceSession; // Voice interaction session driving task field in class:TaskRecord
176 voiceSession = _voiceSession;
191 voiceSession = null;
231 voiceSession = null;
1051 if (voiceSession != null || voiceInteractor != null) {
1053 pw.print(Integer.toHexString(System.identityHashCode(voiceSession)));
H A DActivityStackSupervisor.java839 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
952 voiceSession, voiceInteractor, resultTo, resultWho,
1298 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
1387 && sourceRecord.task.voiceSession != null) {
1405 if (err == ActivityManager.START_SUCCESS && voiceSession != null) {
1490 if (voiceSession == null && (stack.mResumedActivity == null
1515 err = startActivityUncheckedLocked(r, sourceRecord, voiceSession, voiceInteractor,
1600 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags,
2077 voiceSession, voiceInteractor, !launchTaskBehind /* toTop */),
2668 r.userId, r.info.configChanges, task.voiceSession !
837 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, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
1296 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 componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, TaskRecord inTask) argument
1599 startActivityUncheckedLocked(ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, Bundle options, TaskRecord inTask) argument
[all...]

Completed in 508 milliseconds