Searched defs:validatedContained (Results 1 - 1 of 1) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
H A DScope.java171 if (validatedContained(entry.mParent, absLocation)) {
178 private static boolean validatedContained(ScopeEntry parent, Location absLocation) { method in class:Scope
184 return validatedContained(parent.mParent, absLocation);

Completed in 78 milliseconds