Searched defs:interactor (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java162 IVoiceInteractionSession session, IVoiceInteractor interactor) {
167 mActiveSession.deliverNewSessionLocked(session, interactor);
161 deliverNewSessionLocked(IBinder token, IVoiceInteractionSession session, IVoiceInteractor interactor) argument
H A DVoiceInteractionSessionConnection.java456 IVoiceInteractor interactor) {
458 mInteractor = interactor;
455 deliverNewSessionLocked(IVoiceInteractionSession session, IVoiceInteractor interactor) argument
H A DVoiceInteractionManagerService.java96 ComponentName interactor = mServiceStub.getCurInteractor(userId);
97 if (interactor != null) {
98 return new String[] {interactor.getPackageName()};
167 // If there is no interactor setting, that means we are upgrading
178 if (DEBUG) Slog.d(TAG, "No set interactor, found avail: "
184 // If forceInteractorPackage exists, try to apply the interactor from this package if
185 // possible and ignore the regular interactor setting.
196 // If we are on a svelte device, make sure an interactor is not currently
200 if (DEBUG) Slog.d(TAG, "Svelte device; disabling interactor");
223 if (DEBUG) Slog.d(TAG, "Current interactor/recognize
459 deliverNewSession(IBinder token, IVoiceInteractionSession session, IVoiceInteractor interactor) argument
[all...]
/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 DActivityManagerNative.java302 IVoiceInteractor interactor = IVoiceInteractor.Stub.asInterface(
311 resolvedType, session, interactor, startFlags, profilerInfo, options, userId);
2837 IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo,
2848 data.writeStrongBinder(interactor.asBinder());
2835 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
H A DIActivityManager.java91 IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options,
89 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3962 IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo,
3973 if (session == null || interactor == null) {
3974 throw new NullPointerException("null session or interactor");
3980 resolvedType, session, interactor, null, null, 0, startFlags, profilerInfo, null,
10303 // Resume applications while running a voice interactor.
3960 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument

Completed in 118 milliseconds