D | cellular_ModemControl.py | 37 def __init__(self, shill, command_delegate, slow_disable): argument 38 self.shill = shill 43 self.shill.manager.EnableTechnology( 47 self.shill.manager.DisableTechnology( 108 def __init__(self, shill, device, slow_connect, slow_disable): argument 109 self.shill = shill 116 service = self.shill.find_cellular_service_object() 193 state = self.test_env.shill.get_dbus_property( 204 state = self.test_env.shill.get_dbus_property( 242 lambda: not self.test_env.shill.find_cellular_service_object(), [all …]
|