HomeSort by relevance Sort by last modified time
    Searched refs:ProviderInterface (Results 1 - 8 of 8) sorted by null

  /system/connectivity/shill/
provider_interface.h 30 class ProviderInterface {
32 virtual ~ProviderInterface() {}
manager.h     [all...]
manager.cc     [all...]
  /system/connectivity/shill/ethernet/
ethernet_eap_provider.h 38 class EthernetEapProvider : public ProviderInterface {
  /system/connectivity/shill/vpn/
vpn_provider.h 39 class VPNProvider : public ProviderInterface {
  /system/connectivity/shill/wimax/
wimax_provider.h 42 class WiMaxProvider : public ProviderInterface {
  /system/connectivity/shill/wifi/
wifi_provider.h 50 class WiFiProvider : public ProviderInterface {
  /external/guice/core/test/com/google/inject/spi/
ProviderMethodsTest.java 835 interface ProviderInterface<T> {
839 static class ModuleImpl extends AbstractModule implements ProviderInterface<String> {

Completed in 289 milliseconds