Home
last modified time | relevance | path

Searched refs:cancellationResult (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityThread.java1691 final Bundle cancellationResult = new Bundle(); in requestDirectActions() local
1692 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in requestDirectActions()
1694 cancellationCallback.sendResult(cancellationResult); in requestDirectActions()
1708 final Bundle cancellationResult = new Bundle(); in performDirectAction() local
1709 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in performDirectAction()
1711 cancellationCallback.sendResult(cancellationResult); in performDirectAction()