Home
last modified time | relevance | path

Searched defs:voiceInteractor (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/servertransaction/
H A DLaunchActivityItem.java121 String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, in obtain()
297 String referrer, IVoiceInteractor voiceInteractor, in setValues()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java383 IVoiceInteractor voiceInteractor; field in ActivityStarter.Request
1464 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityUnchecked()
1630 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityInner()
2595 IVoiceInteractor voiceInteractor, @BalCode int balCode, int realCallingUid) { in setInitialState()
3291 ActivityStarter setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor()
H A DTask.java328 IVoiceInteractor voiceInteractor; // Associated interactor to provide to app field in Task
H A DActivityTaskManagerService.java3484 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStartedLocked()
5753 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStarted()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTestUtils.java149 LaunchActivityItemBuilder setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor()
/aosp14/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl152 IVoiceInteractor voiceInteractor); in scheduleLocalVoiceInteractionStarted()
H A DVoiceInteractor.java1219 final VoiceInteractor voiceInteractor = mInteractor.get(); in cancel() local
H A DActivity.java898 VoiceInteractor voiceInteractor; field in Activity.NonConfigurationInstances
2145 void setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor()
H A DActivityThread.java561 IVoiceInteractor voiceInteractor; field in ActivityThread.ActivityClientRecord
640 String referrer, IVoiceInteractor voiceInteractor, Bundle state, in ActivityClientRecord()
1957 IVoiceInteractor voiceInteractor) throws RemoteException { in scheduleLocalVoiceInteractionStarted()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java285 IVoiceInteractor voiceInteractor = session.mInteractor; in getVoiceInteractorPackageName() local