Searched refs:voiceSession (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityStarter.java | 391 IVoiceInteractionSession voiceSession; field in ActivityStarter.Request 454 voiceSession = null; in reset() 497 voiceSession = request.voiceSession; in set() 948 final IVoiceInteractionSession voiceSession = request.voiceSession; in executeRequest() local 1066 && sourceRecord.getTask().voiceSession != null) { in executeRequest() 1088 if (err == ActivityManager.START_SUCCESS && voiceSession != null) { in executeRequest() 1335 .setRootVoiceInteraction(voiceSession != null) in executeRequest() 1361 mLastStartActivityResult = startActivityUnchecked(r, sourceRecord, voiceSession, in executeRequest() 1511 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityUnchecked() argument 1544 result = startActivityInner(r, sourceRecord, voiceSession, voiceInteractor, in startActivityUnchecked() [all …]
|
D | Task.java | 326 IVoiceInteractionSession voiceSession; // Voice interaction session driving task field in Task 637 voiceSession = _voiceSession; in Task() 683 voiceSession = _voiceSession; in reuseAsLeafTask() 707 final boolean isVoiceSession = voiceSession != null; in cleanUpResourcesForDestroy() 710 voiceSession.taskFinished(intent, mTaskId); in cleanUpResourcesForDestroy() 1175 if (voiceSession != null) { in onParentChanged() 1177 voiceSession.taskStarted(intent, mTaskId); in onParentChanged() 3816 if (voiceSession != null || voiceInteractor != null) { 3818 pw.print(Integer.toHexString(System.identityHashCode(voiceSession))); 5528 if (voiceSession != null && voiceSession.asBinder() == binder) { [all …]
|
D | ActivityTaskManagerService.java | 3578 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStartedLocked() argument 3581 activityToCallback.setVoiceSessionLocked(voiceSession); in onLocalVoiceInteractionStartedLocked() 3589 startRunningVoiceLocked(voiceSession, activityToCallback.info.applicationInfo.uid); in onLocalVoiceInteractionStartedLocked() 4996 startRunningVoiceLocked(task.voiceSession, r.info.applicationInfo.uid); in setLastResumedActivityUncheckLocked() 5005 && lastResumedActivityTask.voiceSession != null) { in setLastResumedActivityUncheckLocked() 5006 session = lastResumedActivityTask.voiceSession; in setLastResumedActivityUncheckLocked() 5008 session = mLastResumedActivity.voiceSession; in setLastResumedActivityUncheckLocked() 5951 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStarted() argument 5953 onLocalVoiceInteractionStartedLocked(activity, voiceSession, voiceInteractor); in onLocalVoiceInteractionStarted()
|
D | ActivityClientController.java | 1395 if (mService.mRunningVoice != null || activity.getTask().voiceSession != null in startLocalVoiceInteraction() 1396 || activity.voiceSession != null) { in startLocalVoiceInteraction()
|
D | RecentTasks.java | 1108 if (task.voiceSession != null) { in add()
|
D | ActivityRecord.java | 672 IVoiceInteractionSession voiceSession; // Voice interaction session for this activity field in ActivityRecord 1660 mVoiceInteraction = newTask.voiceSession != null; in onParentChanged() 7449 voiceSession = session; in setVoiceSessionLocked() 7454 voiceSession = null; in clearVoiceSessionLocked()
|
D | Transition.java | 3417 if (task.voiceSession != null) { in getChangeFlags()
|
D | RootWindowContainer.java | 359 if (task.voiceSession != null) { in test()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityStarterTests.java | 267 IVoiceInteractionSession voiceSession = in verifyStartActivityPreconditionsUntracked() local 274 .setVoiceSession(voiceSession) in verifyStartActivityPreconditionsUntracked()
|