Searched refs:interactor (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
H A DVoiceInteractor.java47 * <p>The voice interactor revolves around submitting voice interaction requests to the
208 * Base class for voice interaction requests that can be submitted to the interactor.
238 Log.w(TAG, "Voice interactor has died", e);
309 abstract IVoiceInteractorRequest submit(IVoiceInteractor interactor, argument
375 IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName, argument
377 return interactor.startConfirmation(packageName, callback, mPrompt, mExtras);
397 * when it is returned from the voice interactor.
424 * voice interactor.
589 IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName, argument
591 return interactor
646 submit(IVoiceInteractor interactor, String packageName, IVoiceInteractorCallback callback) argument
705 submit(IVoiceInteractor interactor, String packageName, IVoiceInteractorCallback callback) argument
760 submit(IVoiceInteractor interactor, String packageName, IVoiceInteractorCallback callback) argument
884 VoiceInteractor(IVoiceInteractor interactor, Context context, Activity activity, Looper looper) argument
[all...]
H A DIActivityManager.java94 IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options,
92 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
H A DActivityThread.java2945 private void handleLocalVoiceInteractionStarted(IBinder token, IVoiceInteractor interactor) { argument
2948 r.voiceInteractor = interactor;
2949 r.activity.setVoiceInteractor(interactor);
2950 if (interactor == null) {
H A DActivityManagerNative.java305 IVoiceInteractor interactor = IVoiceInteractor.Stub.asInterface(
314 resolvedType, session, interactor, startFlags, profilerInfo, options, userId);
3250 IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo,
3261 data.writeStrongBinder(interactor.asBinder());
3248 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
/frameworks/base/core/java/com/android/internal/app/
H A DIVoiceInteractionManagerService.aidl33 IVoiceInteractor interactor);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java103 ComponentName interactor = mServiceStub.getCurInteractor(userId);
104 if (interactor != null) {
105 return new String[] {interactor.getPackageName()};
251 // If there is no interactor setting, that means we are upgrading
262 if (DEBUG) Slog.d(TAG, "No set interactor, found avail: "
268 // If forceInteractorPackage exists, try to apply the interactor from this package if
269 // possible and ignore the regular interactor setting.
280 // If we are on a svelte device, make sure an interactor is not currently
284 if (DEBUG) Slog.d(TAG, "Svelte device; disabling interactor");
307 if (DEBUG) Slog.d(TAG, "Current interactor/recognize
556 deliverNewSession(IBinder token, IVoiceInteractionSession session, IVoiceInteractor interactor) argument
[all...]
H A DVoiceInteractionManagerServiceImpl.java172 IVoiceInteractionSession session, IVoiceInteractor interactor) {
177 mActiveSession.deliverNewSessionLocked(session, interactor);
171 deliverNewSessionLocked(IBinder token, IVoiceInteractionSession session, IVoiceInteractor interactor) argument
H A DVoiceInteractionSessionConnection.java516 IVoiceInteractor interactor) {
518 mInteractor = interactor;
515 deliverNewSessionLocked(IVoiceInteractionSession session, IVoiceInteractor interactor) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4447 IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo,
4458 if (session == null || interactor == null) {
4459 throw new NullPointerException("null session or interactor");
4465 resolvedType, session, interactor, null, null, 0, startFlags, profilerInfo, null,
11583 // Resume applications while running a voice interactor.
4445 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument

Completed in 188 milliseconds