HomeSort by relevance Sort by last modified time
    Searched defs:ConnectionManager (Results 1 - 5 of 5) sorted by null

  /system/update_engine/
connection_manager.h 33 class ConnectionManager : public ConnectionManagerInterface {
35 // Constructs a new ConnectionManager object initialized with the
37 ConnectionManager(ShillProxyInterface* shill_proxy,
39 ~ConnectionManager() override = default;
62 DISALLOW_COPY_AND_ASSIGN(ConnectionManager);
connection_manager.cc 45 new ConnectionManager(new ShillProxy(), system_state));
49 ConnectionManager::ConnectionManager(ShillProxyInterface* shill_proxy,
53 bool ConnectionManager::IsUpdateAllowedOver(
123 bool ConnectionManager::GetConnectionProperties(
137 bool ConnectionManager::GetDefaultServicePath(dbus::ObjectPath* out_path) {
154 bool ConnectionManager::GetServicePathProperties(
  /external/autotest/scheduler/
scheduler_lib.py 57 class ConnectionManager(object):
  /external/apache-http/android/src/android/net/http/
RequestQueue.java 63 class ActivePool implements ConnectionManager {
534 interface ConnectionManager {
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 95 milliseconds