Searched refs:validValues (Results 1 – 1 of 1) sorted by relevance
208 final String[] validValues = {"v2", "mounter_context_for_backing_rw"}; in testBug183952694Fixed() local211 "Missing all of required IncFS features [" + TextUtils.join(",", validValues) + "]", in testBug183952694Fixed()213 f -> Arrays.stream(validValues).anyMatch(f::equals))); in testBug183952694Fixed()