Searched refs:cancellationResult (Results 1 – 1 of 1) sorted by relevance
2121 final Bundle cancellationResult = new Bundle(); in requestDirectActions() local2122 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in requestDirectActions()2124 cancellationCallback.sendResult(cancellationResult); in requestDirectActions()2139 final Bundle cancellationResult = new Bundle(); in performDirectAction() local2140 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in performDirectAction()2142 cancellationCallback.sendResult(cancellationResult); in performDirectAction()