Home
last modified time | relevance | path

Searched defs:ServiceFactory (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/test/com/google/inject/example/
DClientServiceWithFactories.java37 public static class ServiceFactory { class in ClientServiceWithFactories
39 private ServiceFactory() {} in ServiceFactory() method in ClientServiceWithFactories.ServiceFactory
DClientServiceWithDependencyInjection.java37 public static class ServiceFactory { class in ClientServiceWithDependencyInjection
39 private ServiceFactory() {} in ServiceFactory() method in ClientServiceWithDependencyInjection.ServiceFactory
/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
DServiceFactory.java29 public interface ServiceFactory<ServiceT extends Service, ServiceOptionsT extends ServiceOptions> { interface
/external/openthread/tests/scripts/thread-cert/
Dnetwork_data.py478 class ServiceFactory(object): class