Home
last modified time | relevance | path

Searched refs:mVoiceSession (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java261 private IVoiceInteractionSession mVoiceSession; field in ActivityStarter
662 mVoiceSession = starter.mVoiceSession; in set()
2582 mVoiceSession = null; in reset()
2605 mVoiceSession = voiceSession; in setInitialState()
3074 mStartActivity.info, mIntent, mVoiceSession, in setNewTask()
H A DTask.java6270 private IVoiceInteractionSession mVoiceSession;
6352 mVoiceSession = voiceSession;
6645 mActivityInfo, mVoiceSession, mVoiceInteractor, mCreatedByOrganizer,
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTestsBase.java1454 private IVoiceInteractionSession mVoiceSession; field in WindowTestsBase.TaskBuilder
1533 mVoiceSession = session; in setVoiceSession()
1591 .setVoiceSession(mVoiceSession) in build()