Home
last modified time | relevance | path

Searched defs:cancellationCallback (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java409 @NonNull IBinder assistToken, @Nullable RemoteCallback cancellationCallback, in requestDirectActionsLocked()
428 mActiveSession.mInteractor, cancellationCallback, callback); in requestDirectActionsLocked() local
437 @NonNull IBinder assistToken, @Nullable RemoteCallback cancellationCallback, in retryRequestDirectActions()
454 mActiveSession.mInteractor, cancellationCallback, callback); in retryRequestDirectActions() local
465 @Nullable RemoteCallback cancellationCallback, in performDirectActionLocked()
480 actionId, arguments, cancellationCallback, in performDirectActionLocked() local
DVoiceInteractionManagerService.java1188 @NonNull IBinder assistToken, @Nullable RemoteCallback cancellationCallback, in requestDirectActions()
1209 @Nullable RemoteCallback cancellationCallback, in performDirectAction()
/frameworks/base/core/java/com/android/internal/app/
DIVoiceInteractionManagerService.aidl232 in RemoteCallback cancellationCallback, in RemoteCallback callback); in requestDirectActions()
238 IBinder assistToken, in RemoteCallback cancellationCallback, in performDirectAction()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl167 in RemoteCallback cancellationCallback, in RemoteCallback callback); in requestDirectActions()
169 in Bundle arguments, in RemoteCallback cancellationCallback, in performDirectAction()
DActivityThread.java2115 @NonNull IVoiceInteractor interactor, @Nullable RemoteCallback cancellationCallback, in requestDirectActions()
2133 @Nullable Bundle arguments, @Nullable RemoteCallback cancellationCallback, in performDirectAction()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java1610 final RemoteCallback cancellationCallback = (cancellationSignal != null) in requestDirectActions() local
1687 final RemoteCallback cancellationCallback = (cancellationSignal != null) in performDirectAction() local