Searched refs:addImport (Results 1 – 7 of 7) sorted by relevance
181 mExprModel.addImport(userImport.name, userImport.type, userImport.location); in LayoutBinder()184 mExprModel.addImport(javaLangClass, "java.lang." + javaLangClass, null); in LayoutBinder()
62 mExprModel.addImport("test", "java.lang.String", null); in testRegisterImport()
684 mExprModel.addImport("View", "android.view.View", null); in testFinalOfAClass()714 mExprModel.addImport("View", User.class.getCanonicalName(), null); in testOnDemandImportConflict()727 final StaticIdentifierExpr ux = mExprModel.addImport("UX", User.class.getCanonicalName(), in testOnDemandImportAlreadyImported()755 mExprModel.addImport("UX", User.class.getCanonicalName(), null); in testFinalOfStaticField()768 mExprModel.addImport("User", User.class.getCanonicalName(), null); in testFinalOfFinalStaticField()
191 return addImport(candidate, type, null); in staticIdentifierFor()247 public StaticIdentifierExpr addImport(String alias, String type, Location location) {
288 bundle.addImport(alias, type, new Location(imp)); in parseData()
430 public void addImport(String alias, String type, Location location) { in addImport() method in ResourceBundle.LayoutFileBundle
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...