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

/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,
387 && sourceRecord.getTask().voiceSession != null) {
410 if (err == ActivityManager.START_SUCCESS && voiceSession != null) {
534 resultRecord, resultWho, requestCode, componentSpecified, voiceSession != null,
547 if (voiceSession == null && (stack.mResumedActivity == null
572 return startActivity(r, sourceRecord, voiceSession, voiceInteractor, startFlags, true,
649 null /*voiceSession*/, null /*voiceInteractor*/, null /*resultTo*/,
675 IVoiceInteractionSession voiceSession, IVoiceInteracto
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.java196 final IVoiceInteractionSession voiceSession; // Voice interaction session driving task field in class:TaskRecord
340 voiceSession = _voiceSession;
363 voiceSession = null;
406 voiceSession = null;
692 if (voiceSession != null) {
694 voiceSession.taskStarted(intent, taskId);
2286 if (voiceSession != null || voiceInteractor != null) {
2288 pw.print(Integer.toHexString(System.identityHashCode(voiceSession)));
H A DActivityRecord.java333 IVoiceInteractionSession voiceSession; // Voice interaction session for this activity field in class:ActivityRecord
944 task.voiceSession != null, mLaunchTaskBehind, isAlwaysFocusable(),
2145 voiceSession = session;
2150 voiceSession = null;
H A DActivityStack.java947 if (task.voiceSession != null) {
3637 if (tr.voiceSession != null && tr.voiceSession.asBinder() == sessionBinder) {
3650 if (r.voiceSession != null
3651 && r.voiceSession.asBinder() == sessionBinder) {
5174 final boolean isVoiceSession = task.voiceSession != null;
5177 task.voiceSession.taskFinished(task.intent, task.taskId);
5220 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor,
5222 TaskRecord task = new TaskRecord(mService, taskId, info, intent, voiceSession,
5327 } else if (task.voiceSession !
5219 createTaskRecord(int taskId, ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, boolean toTop, int type) argument
[all...]
H A DActivityManagerService.java3124 startRunningVoiceLocked(task.voiceSession, r.info.applicationInfo.uid);
3133 && lastResumedActivityTask.voiceSession != null) {
3134 session = lastResumedActivityTask.voiceSession;
3136 session = mLastResumedActivity.voiceSession;
4729 if (mRunningVoice != null || activity.getTask().voiceSession != null
4730 || activity.voiceSession != null) {
4757 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) {
4760 activityToCallback.setVoiceSessionLocked(voiceSession);
4768 startRunningVoiceLocked(voiceSession, activityToCallback.appInfo.uid);
4756 onLocalVoiceInteractionStartedLocked(IBinder activity, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
23932 onLocalVoiceInteractionStarted(IBinder activity, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]

Completed in 456 milliseconds