Home
last modified time | relevance | path

Searched refs:voiceInteractor (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/app/servertransaction/
DLaunchActivityItem.java121 String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, in obtain() argument
133 voiceInteractor, procState, state, persistentState, pendingResults, in obtain()
298 CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, in setValues() argument
312 instance.mVoiceInteractor = voiceInteractor; in setValues()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTestUtils.java151 LaunchActivityItemBuilder setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor() argument
152 mVoiceInteractor = voiceInteractor; in setVoiceInteractor()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java328 IVoiceInteractor voiceInteractor; field in ActivityStarter.Request
379 voiceInteractor = null; in reset()
419 voiceInteractor = request.voiceInteractor; in set()
1178 request.voiceInteractor, startFlags, true /* doResume */, checkedOptions, inTask, in executeRequest()
1549 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityUnchecked() argument
1570 result = startActivityInner(r, sourceRecord, voiceSession, voiceInteractor, in startActivityUnchecked()
1672 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityInner() argument
1676 voiceInteractor, restrictedBgActivity); in startActivityInner()
2244 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in setInitialState() argument
2254 mVoiceInteractor = voiceInteractor; in setInitialState()
[all …]
DTask.java395 IVoiceInteractor voiceInteractor; // Associated interactor to provide to app field in Task
883 voiceInteractor = _voiceInteractor; in Task()
931 voiceInteractor = _voiceInteractor; in reuseAsLeafTask()
4413 if (voiceSession != null || voiceInteractor != null) {
4417 pw.println(Integer.toHexString(System.identityHashCode(voiceInteractor)));
7418 IVoiceInteractor voiceInteractor, boolean toTop, ActivityRecord activity,
7425 task = reuseAsLeafTask(voiceSession, voiceInteractor, intent, info, activity);
7437 .setVoiceInteractor(voiceInteractor)
8128 private Builder setVoiceInteractor(IVoiceInteractor voiceInteractor) {
8129 mVoiceInteractor = voiceInteractor;
DActivityTaskManagerService.java3256 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStartedLocked() argument
3264 voiceInteractor); in onLocalVoiceInteractionStartedLocked()
4398 if (task.voiceInteractor != null) { in setResumedActivityUncheckLocked()
5125 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStarted() argument
5127 onLocalVoiceInteractionStartedLocked(activity, voiceSession, voiceInteractor); in onLocalVoiceInteractionStarted()
DActivityTaskSupervisor.java851 r.launchedFromPackage, task.voiceInteractor, proc.getReportedProcState(), in realStartActivityLocked()
/frameworks/base/core/java/android/app/
DVoiceInteractor.java1198 final VoiceInteractor voiceInteractor = mInteractor.get(); in cancel() local
1199 if (voiceInteractor != null) { in cancel()
1200 voiceInteractor.mHandlerCaller.getHandler().sendMessage(PooledLambda in cancel()
1201 .obtainMessage(VoiceInteractor::destroy, voiceInteractor)); in cancel()
DIApplicationThread.aidl144 IVoiceInteractor voiceInteractor); in scheduleLocalVoiceInteractionStarted() argument
DActivity.java868 VoiceInteractor voiceInteractor; field in Activity.NonConfigurationInstances
2029 void setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor() argument
2039 if (voiceInteractor == null) { in setVoiceInteractor()
2042 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this, in setVoiceInteractor()
3193 nci.voiceInteractor = mVoiceInteractor; in retainNonConfigurationInstances()
7937 Configuration config, String referrer, IVoiceInteractor voiceInteractor,
7972 if (voiceInteractor != null) {
7974 mVoiceInteractor = lastNonConfigurationInstances.voiceInteractor;
7976 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this,
DActivityThread.java535 IVoiceInteractor voiceInteractor; field in ActivityThread.ActivityClientRecord
619 String referrer, IVoiceInteractor voiceInteractor, Bundle state, in ActivityClientRecord() argument
631 this.voiceInteractor = voiceInteractor; in ActivityClientRecord()
1785 IVoiceInteractor voiceInteractor) throws RemoteException { in scheduleLocalVoiceInteractionStarted() argument
1788 args.arg2 = voiceInteractor; in scheduleLocalVoiceInteractionStarted()
3589 r.referrer, r.voiceInteractor, window, r.configCallback, in performLaunchActivity()
4184 r.voiceInteractor = interactor; in handleLocalVoiceInteractionStarted()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt1281 Landroid/app/Activity$NonConfigurationInstances;->voiceInteractor:Landroid/app/VoiceInteractor;
1882 Landroid/app/ActivityThread$ActivityClientRecord;->voiceInteractor:Lcom/android/internal/app/IVoice…