Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java264 @NonNull IBinder assistToken, @Nullable RemoteCallback cancellationCallback, in requestDirectActionsLocked()
279 mActiveSession.mInteractor, cancellationCallback, callback); in requestDirectActionsLocked() local
289 @Nullable RemoteCallback cancellationCallback, in performDirectActionLocked()
304 actionId, arguments, cancellationCallback, in performDirectActionLocked() local
DVoiceInteractionManagerService.java741 @NonNull IBinder assistToken, @Nullable RemoteCallback cancellationCallback, in requestDirectActions()
762 @Nullable RemoteCallback cancellationCallback, in performDirectAction()
/frameworks/base/core/java/com/android/internal/app/
DIVoiceInteractionManagerService.aidl166 in RemoteCallback cancellationCallback, in RemoteCallback callback); in requestDirectActions()
172 IBinder assistToken, in RemoteCallback cancellationCallback, in performDirectAction()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl145 in RemoteCallback cancellationCallback, in RemoteCallback callback); in requestDirectActions()
147 in Bundle arguments, in RemoteCallback cancellationCallback, in performDirectAction()
DActivityThread.java1685 @NonNull IVoiceInteractor interactor, @Nullable RemoteCallback cancellationCallback, in requestDirectActions()
1702 @Nullable Bundle arguments, @Nullable RemoteCallback cancellationCallback, in performDirectAction()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java637 RemoteCallback cancellationCallback, RemoteCallback resultCallback) { in requestDirectActions()
642 RemoteCallback cancellationCallback, RemoteCallback resultCallback) { in performDirectAction()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java1374 final RemoteCallback cancellationCallback = (cancellationSignal != null) in requestDirectActions() local
1451 final RemoteCallback cancellationCallback = (cancellationSignal != null) in performDirectAction() local