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.java131 @Nullable IVoiceInteractor voiceInteractor, int procState, @Nullable Bundle state, in obtain()
348 @Nullable String referrer, @Nullable IVoiceInteractor voiceInteractor, in setValues()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java392 IVoiceInteractor voiceInteractor; field in ActivityStarter.Request
1511 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityUnchecked()
1704 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityInner()
2456 IVoiceInteractor voiceInteractor, @BalCode int balCode, int realCallingUid) { in setInitialState()
3179 ActivityStarter setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor()
DTask.java327 IVoiceInteractor voiceInteractor; // Associated interactor to provide to app field in Task
DActivityTaskManagerService.java3578 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStartedLocked()
5951 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStarted()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTestUtils.java179 LaunchActivityItemBuilder setVoiceInteractor(@Nullable IVoiceInteractor voiceInteractor) { in setVoiceInteractor()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl157 IVoiceInteractor voiceInteractor); in scheduleLocalVoiceInteractionStarted()
DVoiceInteractor.java1219 final VoiceInteractor voiceInteractor = mInteractor.get(); in cancel() local
DActivity.java930 VoiceInteractor voiceInteractor; field in Activity.NonConfigurationInstances
2254 void setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor()
DActivityThread.java597 IVoiceInteractor voiceInteractor; field in ActivityThread.ActivityClientRecord
681 String referrer, IVoiceInteractor voiceInteractor, Bundle state, in ActivityClientRecord()
2088 IVoiceInteractor voiceInteractor) throws RemoteException { in scheduleLocalVoiceInteractionStarted()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java317 IVoiceInteractor voiceInteractor = session.mInteractor; in getVoiceInteractorPackageName() local