/frameworks/base/core/java/android/app/servertransaction/ |
D | LaunchActivityItem.java | 101 String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, in obtain() argument 110 voiceInteractor, procState, state, persistentState, pendingResults, in obtain() 263 CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, in setValues() argument 274 instance.mVoiceInteractor = voiceInteractor; in setValues()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityStarter.java | 315 IVoiceInteractor voiceInteractor; field in ActivityStarter.Request 371 voiceInteractor = null; in reset() 410 voiceInteractor = request.voiceInteractor; in set() 519 mRequest.voiceSession, mRequest.voiceInteractor, mRequest.resultTo, in execute() 529 mRequest.voiceSession, mRequest.voiceInteractor, mRequest.resultTo, in execute() 550 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startResolvedActivity() argument 557 mLastStartActivityResult = startActivity(r, sourceRecord, voiceSession, voiceInteractor, in startResolvedActivity() 570 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivity() argument 586 aInfo, rInfo, voiceSession, voiceInteractor, resultTo, resultWho, requestCode, in startActivity() 615 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivity() argument [all …]
|
D | TaskRecord.java | 215 final IVoiceInteractor voiceInteractor; // Associated interactor to provide to app field in TaskRecord 353 voiceInteractor = _voiceInteractor; in TaskRecord() 377 voiceInteractor = null; in TaskRecord() 415 voiceInteractor = null; in TaskRecord() 2435 if (voiceSession != null || voiceInteractor != null) { in dump() 2439 pw.println(Integer.toHexString(System.identityHashCode(voiceInteractor))); in dump() 2703 IVoiceInteractor voiceInteractor) { in create() argument 2705 service, taskId, info, intent, voiceSession, voiceInteractor); in create() 2727 IVoiceInteractor voiceInteractor) { in create() argument 2729 service, taskId, info, intent, voiceSession, voiceInteractor); in create()
|
D | ActivityStack.java | 5515 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in createTaskRecord() argument 5517 return createTaskRecord(taskId, info, intent, voiceSession, voiceInteractor, toTop, in createTaskRecord() 5522 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in createTaskRecord() argument 5526 mService, taskId, info, intent, voiceSession, voiceInteractor); in createTaskRecord()
|
D | ActivityTaskManagerService.java | 3792 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStartedLocked() argument 3800 voiceInteractor); in onLocalVoiceInteractionStartedLocked() 5533 if (task.voiceInteractor != null) { in setResumedActivityUncheckLocked() 6147 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStarted() argument 6149 onLocalVoiceInteractionStartedLocked(activity, voiceSession, voiceInteractor); in onLocalVoiceInteractionStarted()
|
D | ActivityStackSupervisor.java | 853 r.launchedFromPackage, task.voiceInteractor, proc.getReportedProcState(), in realStartActivityLocked()
|
/frameworks/base/core/java/android/app/ |
D | VoiceInteractor.java | 1200 final VoiceInteractor voiceInteractor = mInteractor.get(); in cancel() local 1201 if (voiceInteractor != null) { in cancel() 1202 voiceInteractor.mHandlerCaller.getHandler().sendMessage(PooledLambda in cancel() 1203 .obtainMessage(VoiceInteractor::destroy, voiceInteractor)); in cancel()
|
D | IApplicationThread.aidl | 137 IVoiceInteractor voiceInteractor); in scheduleLocalVoiceInteractionStarted() argument
|
D | Activity.java | 853 VoiceInteractor voiceInteractor; field in Activity.NonConfigurationInstances 1868 void setVoiceInteractor(IVoiceInteractor voiceInteractor) { in setVoiceInteractor() argument 1878 if (voiceInteractor == null) { in setVoiceInteractor() 1881 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this, in setVoiceInteractor() 3004 nci.voiceInteractor = mVoiceInteractor; in retainNonConfigurationInstances() 7728 Configuration config, String referrer, IVoiceInteractor voiceInteractor, in attach() argument 7761 if (voiceInteractor != null) { in attach() 7763 mVoiceInteractor = lastNonConfigurationInstances.voiceInteractor; in attach() 7765 mVoiceInteractor = new VoiceInteractor(voiceInteractor, this, this, in attach()
|
D | ActivityThread.java | 467 IVoiceInteractor voiceInteractor; field in ActivityThread.ActivityClientRecord 536 String referrer, IVoiceInteractor voiceInteractor, Bundle state, in ActivityClientRecord() argument 546 this.voiceInteractor = voiceInteractor; in ActivityClientRecord() 1666 IVoiceInteractor voiceInteractor) throws RemoteException { in scheduleLocalVoiceInteractionStarted() argument 1669 args.arg2 = voiceInteractor; in scheduleLocalVoiceInteractionStarted() 3246 r.referrer, r.voiceInteractor, window, r.configCallback, in performLaunchActivity() 3718 r.voiceInteractor = interactor; in handleLocalVoiceInteractionStarted()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityTestsBase.java | 437 IVoiceInteractor voiceInteractor) { in TestTaskRecord() argument 438 super(service, taskId, info, intent, voiceSession, voiceInteractor); in TestTaskRecord()
|
D | TaskRecordTests.java | 502 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in create() argument
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 1281 Landroid/app/Activity$NonConfigurationInstances;->voiceInteractor:Landroid/app/VoiceInteractor; 1882 Landroid/app/ActivityThread$ActivityClientRecord;->voiceInteractor:Lcom/android/internal/app/IVoice…
|