Searched refs:pendingDeny (Results 1 – 1 of 1) sorted by relevance
939 CompletableFuture<Boolean> pendingDeny = controller.changeSupportedFeatureTags( in changeSupportedFeatureTags() local941 logi("changeSupportedFeatureTags pendingDeny=" + pendingDeny); in changeSupportedFeatureTags()943 return pendingDeny.thenApply((completedSuccessfully) -> { in changeSupportedFeatureTags()