Searched refs:cancellationResult (Results 1 – 1 of 1) sorted by relevance
1730 final Bundle cancellationResult = new Bundle(); in requestDirectActions() local1731 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in requestDirectActions()1733 cancellationCallback.sendResult(cancellationResult); in requestDirectActions()1747 final Bundle cancellationResult = new Bundle(); in performDirectAction() local1748 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in performDirectAction()1750 cancellationCallback.sendResult(cancellationResult); in performDirectAction()