Home
last modified time | relevance | path

Searched refs:staticIdentifierFor (Results 1 – 4 of 4) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DMethodCallExpr.java154 .staticIdentifierFor(target.getResolvedType()); in resolveType()
DFieldAccessExpr.java193 StaticIdentifierExpr staticId = getModel().staticIdentifierFor(staticIdentifierType); in replaceStaticIdentifier()
DExprModel.java207 public StaticIdentifierExpr staticIdentifierFor(final ModelClass modelClass) { in staticIdentifierFor() method in ExprModel
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
DExprModelTest.java890 final StaticIdentifierExpr id = mExprModel.staticIdentifierFor(myView.getResolvedType()); in testOnDemandImportConflict()
906 final StaticIdentifierExpr id = mExprModel.staticIdentifierFor(u.getResolvedType()); in testOnDemandImportAlreadyImported()