Searched refs:voiceSession (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStarter.java | 382 IVoiceInteractionSession voiceSession; field in ActivityStarter.Request 444 voiceSession = null; in reset() 486 voiceSession = request.voiceSession; in set() 914 final IVoiceInteractionSession voiceSession = request.voiceSession; in executeRequest() local 1022 && sourceRecord.getTask().voiceSession != null) { in executeRequest() 1044 if (err == ActivityManager.START_SUCCESS && voiceSession != null) { in executeRequest() 1288 .setRootVoiceInteraction(voiceSession != null) in executeRequest() 1635 voiceSession, voiceInteractor, balCode, realCallingUid); in startActivityInner() 2605 mVoiceSession = voiceSession; in setInitialState() 3286 ActivityStarter setVoiceSession(IVoiceInteractionSession voiceSession) { in setVoiceSession() argument [all …]
|
H A D | Task.java | 650 voiceSession = _voiceSession; in Task() 697 voiceSession = _voiceSession; in reuseAsLeafTask() 721 final boolean isVoiceSession = voiceSession != null; in cleanUpResourcesForDestroy() 724 voiceSession.taskFinished(intent, mTaskId); in cleanUpResourcesForDestroy() 1182 if (voiceSession != null) { in onParentChanged() 1184 voiceSession.taskStarted(intent, mTaskId); in onParentChanged() 3677 if (voiceSession != null || voiceInteractor != null) { 5365 if (voiceSession != null && voiceSession.asBinder() == binder) { 5382 if (r.voiceSession == null || r.voiceSession.asBinder() != binder) return false; 5878 .setVoiceSession(voiceSession) [all …]
|
H A D | ActivityTaskManagerService.java | 3484 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStartedLocked() argument 3487 activityToCallback.setVoiceSessionLocked(voiceSession); in onLocalVoiceInteractionStartedLocked() 3495 startRunningVoiceLocked(voiceSession, activityToCallback.info.applicationInfo.uid); in onLocalVoiceInteractionStartedLocked() 4806 startRunningVoiceLocked(task.voiceSession, r.info.applicationInfo.uid); in setLastResumedActivityUncheckLocked() 4815 && lastResumedActivityTask.voiceSession != null) { in setLastResumedActivityUncheckLocked() 4816 session = lastResumedActivityTask.voiceSession; in setLastResumedActivityUncheckLocked() 4818 session = mLastResumedActivity.voiceSession; in setLastResumedActivityUncheckLocked() 5753 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStarted() argument 5755 onLocalVoiceInteractionStartedLocked(activity, voiceSession, voiceInteractor); in onLocalVoiceInteractionStarted()
|
H A D | ActivityClientController.java | 1287 if (mService.mRunningVoice != null || activity.getTask().voiceSession != null in startLocalVoiceInteraction() 1288 || activity.voiceSession != null) { in startLocalVoiceInteraction()
|
H A D | RecentTasks.java | 1093 if (task.voiceSession != null) { in add()
|
H A D | ActivityRecord.java | 656 IVoiceInteractionSession voiceSession; // Voice interaction session for this activity field in ActivityRecord 1600 mVoiceInteraction = newTask.voiceSession != null; in onParentChanged() 7230 voiceSession = session; in setVoiceSessionLocked() 7235 voiceSession = null; in clearVoiceSessionLocked()
|
H A D | RootWindowContainer.java | 347 if (task.voiceSession != null) { in test()
|
H A D | Transition.java | 2947 if (task.voiceSession != null) { in getChangeFlags()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityStarterTests.java | 276 IVoiceInteractionSession voiceSession = in verifyStartActivityPreconditionsUntracked() local 283 .setVoiceSession(voiceSession) in verifyStartActivityPreconditionsUntracked()
|