Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DLaunchActivityItem.java119 String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, in obtain()
295 CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, in setValues()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java351 IVoiceInteractor voiceInteractor; field in ActivityStarter.Request
1377 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityUnchecked()
1544 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityInner()
2229 IVoiceInteractor voiceInteractor, @BalCode int balCode) { in setInitialState()
2901 ActivityStarter setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor()
DTask.java330 IVoiceInteractor voiceInteractor; // Associated interactor to provide to app field in Task
DActivityTaskManagerService.java3416 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStartedLocked()
5514 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStarted()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTestUtils.java150 LaunchActivityItemBuilder setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl147 IVoiceInteractor voiceInteractor); in scheduleLocalVoiceInteractionStarted()
DVoiceInteractor.java1215 final VoiceInteractor voiceInteractor = mInteractor.get(); in cancel() local
DActivity.java891 VoiceInteractor voiceInteractor; field in Activity.NonConfigurationInstances
2092 void setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor()
DActivityThread.java545 IVoiceInteractor voiceInteractor; field in ActivityThread.ActivityClientRecord
619 String referrer, IVoiceInteractor voiceInteractor, Bundle state, in ActivityClientRecord()
1835 IVoiceInteractor voiceInteractor) throws RemoteException { in scheduleLocalVoiceInteractionStarted()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java280 IVoiceInteractor voiceInteractor = session.mInteractor; in getVoiceInteractorPackageName() local