Home
last modified time | relevance | path

Searched refs:bindProperties (Results 1 – 3 of 3) sorted by relevance

/external/guice/core/test/com/google/inject/name/
DNamesTest.java65 Names.bindProperties(binder(), teams); in testBindPropertiesUsingProperties()
79 Names.bindProperties(binder(), properties); in testBindPropertiesUsingMap()
98 Names.bindProperties(binder(), teams); in testBindPropertiesIncludesInheritedProperties()
DNamedEquivalanceTest.java111 Names.bindProperties(binder(), properties); in testBindPropertiesWorksWithJsr330()
/external/guice/core/src/com/google/inject/name/
DNames.java46 public static void bindProperties(Binder binder, Map<String, String> properties) { in bindProperties() method in Names
60 public static void bindProperties(Binder binder, Properties properties) { in bindProperties() method in Names