HomeSort by relevance Sort by last modified time
    Searched refs:interactor (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/app/
VoiceInteractor.java 47 * <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,
375 IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName,
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,
591 return interactor.startPickOption(packageName, callback, mPrompt, mOptions, mExtras)
    [all...]
IActivityManager.java 94 IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options,
    [all...]
ActivityThread.java     [all...]
ActivityManagerNative.java 305 IVoiceInteractor interactor = IVoiceInteractor.Stub.asInterface( local
314 resolvedType, session, interactor, startFlags, profilerInfo, options, userId);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractionManagerService.aidl 33 IVoiceInteractor interactor);
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 103 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/recognizer okay, done!")
    [all...]
VoiceInteractionManagerServiceImpl.java 172 IVoiceInteractionSession session, IVoiceInteractor interactor) {
177 mActiveSession.deliverNewSessionLocked(session, interactor);
VoiceInteractionSessionConnection.java 516 IVoiceInteractor interactor) {
518 mInteractor = interactor;
  /external/opencv3/modules/viz/src/
vizimpl.cpp 62 // Create the interactor style
81 vtkSmartPointer<vtkRenderWindowInteractor> interactor = vtkRenderWindowInteractor::SafeDownCast(caller); local
82 interactor->TerminateApp();
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 156 milliseconds