Searched refs:cancellationResult (Results 1 – 1 of 1) sorted by relevance
1691 final Bundle cancellationResult = new Bundle(); in requestDirectActions() local1692 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in requestDirectActions()1694 cancellationCallback.sendResult(cancellationResult); in requestDirectActions()1708 final Bundle cancellationResult = new Bundle(); in performDirectAction() local1709 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in performDirectAction()1711 cancellationCallback.sendResult(cancellationResult); in performDirectAction()