Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java1730 final Bundle cancellationResult = new Bundle(); in requestDirectActions() local
1731 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in requestDirectActions()
1733 cancellationCallback.sendResult(cancellationResult); in requestDirectActions()
1747 final Bundle cancellationResult = new Bundle(); in performDirectAction() local
1748 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in performDirectAction()
1750 cancellationCallback.sendResult(cancellationResult); in performDirectAction()