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

/frameworks/base/core/java/android/app/
H A DVoiceInteractor.java42 * <p>The voice interactor revolves around submitting voice interaction requests to the
186 Log.w(TAG, "Voice interactor has died", e);
213 abstract IVoiceInteractorRequest submit(IVoiceInteractor interactor, argument
245 IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName, argument
247 return interactor.startConfirmation(packageName, callback, mPrompt, mExtras);
275 IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName, argument
277 return interactor.startCompleteVoice(packageName, callback, mMessage, mExtras);
308 IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName, argument
310 return interactor.startAbortVoice(packageName, callback, mMessage, mExtras);
344 IVoiceInteractorRequest submit(IVoiceInteractor interactor, Strin argument
350 VoiceInteractor(IVoiceInteractor interactor, Context context, Activity activity, Looper looper) argument
[all...]
H A DActivityManagerNative.java277 IVoiceInteractor interactor = IVoiceInteractor.Stub.asInterface(
286 resolvedType, session, interactor, startFlags, profilerInfo, options, userId);
2607 IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo,
2618 data.writeStrongBinder(interactor.asBinder());
2605 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.java87 IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options,
85 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/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java234 IVoiceInteractionSession session, IVoiceInteractor interactor) {
240 mActiveSession.mInteractor = interactor;
233 deliverNewSessionLocked(int callingPid, int callingUid, IBinder token, IVoiceInteractionSession session, IVoiceInteractor interactor) argument
H A DVoiceInteractionManagerService.java141 // If there is no interactor setting, that means we are upgrading
156 // If we are on a svelte device, make sure an interactor is not currently
186 // Initializing settings, look for an interactor first (but only on non-svelte).
203 // No voice interactor, we'll just set up a simple recognizer.
401 IVoiceInteractor interactor) {
412 interactor);
717 // The currently set interactor is permanently gone; fall back to
727 // If current interactor is now appearing, for any reason, then
737 // There is no interactor, so just deal with a simple recognizer.
400 deliverNewSession(IBinder token, IVoiceInteractionSession session, IVoiceInteractor interactor) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3500 IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo,
3511 if (session == null || interactor == null) {
3512 throw new NullPointerException("null session or interactor");
3518 resolvedType, session, interactor, null, null, 0, startFlags, profilerInfo, null,
10036 // Resume applications while running a voice interactor.
3498 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 407 milliseconds