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.java103 String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, in obtain() argument
112 voiceInteractor, procState, state, persistentState, pendingResults, in obtain()
263 CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, in setValues() argument
275 instance.mVoiceInteractor = voiceInteractor; in setValues()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java321 IVoiceInteractor voiceInteractor; field in ActivityStarter.Request
372 voiceInteractor = null; in reset()
412 voiceInteractor = request.voiceInteractor; in set()
604 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startResolvedActivity() argument
614 voiceInteractor, startFlags, doResume, options, inTask, in startResolvedActivity()
1187 request.voiceInteractor, startFlags, true /* doResume */, checkedOptions, inTask, in executeRequest()
1514 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityUnchecked() argument
1522 result = startActivityInner(r, sourceRecord, voiceSession, voiceInteractor, in startActivityUnchecked()
1589 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityInner() argument
1593 voiceInteractor, restrictedBgActivity); in startActivityInner()
[all …]
DTask.java235 IVoiceInteractor voiceInteractor; // Associated interactor to provide to app field in Task
562 voiceInteractor = _voiceInteractor; in Task()
598 voiceInteractor = _voiceInteractor; in reuseAsLeafTask()
3831 if (voiceSession != null || voiceInteractor != null) {
3835 pw.println(Integer.toHexString(System.identityHashCode(voiceInteractor)));
DActivityStack.java2888 IVoiceInteractor voiceInteractor, boolean toTop, ActivityRecord activity, in reuseOrCreateTask() argument
2895 task = reuseAsLeafTask(voiceSession, voiceInteractor, intent, info, activity); in reuseOrCreateTask()
2902 voiceInteractor, null /* taskDescription */, this); in reuseOrCreateTask()
DActivityTaskManagerService.java3865 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStartedLocked() argument
3873 voiceInteractor); in onLocalVoiceInteractionStartedLocked()
5447 if (task.voiceInteractor != null) { in setResumedActivityUncheckLocked()
6102 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStarted() argument
6104 onLocalVoiceInteractionStartedLocked(activity, voiceSession, voiceInteractor); in onLocalVoiceInteractionStarted()
DActivityStackSupervisor.java853 r.launchedFromPackage, task.voiceInteractor, proc.getReportedProcState(), in realStartActivityLocked()
/frameworks/base/core/java/android/app/
DVoiceInteractor.java1201 final VoiceInteractor voiceInteractor = mInteractor.get(); in cancel() local
1202 if (voiceInteractor != null) { in cancel()
1203 voiceInteractor.mHandlerCaller.getHandler().sendMessage(PooledLambda in cancel()
1204 .obtainMessage(VoiceInteractor::destroy, voiceInteractor)); in cancel()
DIApplicationThread.aidl138 IVoiceInteractor voiceInteractor); in scheduleLocalVoiceInteractionStarted() argument
DActivity.java859 VoiceInteractor voiceInteractor; field in Activity.NonConfigurationInstances
1984 void setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor() argument
1994 if (voiceInteractor == null) { in setVoiceInteractor()
1997 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this, in setVoiceInteractor()
3141 nci.voiceInteractor = mVoiceInteractor; in retainNonConfigurationInstances()
7891 Configuration config, String referrer, IVoiceInteractor voiceInteractor, in attach() argument
7924 if (voiceInteractor != null) { in attach()
7926 mVoiceInteractor = lastNonConfigurationInstances.voiceInteractor; in attach()
7928 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this, in attach()
DActivityThread.java492 IVoiceInteractor voiceInteractor; field in ActivityThread.ActivityClientRecord
569 String referrer, IVoiceInteractor voiceInteractor, Bundle state, in ActivityClientRecord() argument
579 this.voiceInteractor = voiceInteractor; in ActivityClientRecord()
1705 IVoiceInteractor voiceInteractor) throws RemoteException { in scheduleLocalVoiceInteractionStarted() argument
1708 args.arg2 = voiceInteractor; in scheduleLocalVoiceInteractionStarted()
3386 r.referrer, r.voiceInteractor, window, r.configCallback, in performLaunchActivity()
3916 r.voiceInteractor = interactor; in handleLocalVoiceInteractionStarted()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt1281 Landroid/app/Activity$NonConfigurationInstances;->voiceInteractor:Landroid/app/VoiceInteractor;
1882 Landroid/app/ActivityThread$ActivityClientRecord;->voiceInteractor:Lcom/android/internal/app/IVoice…