Home | History | Annotate | Download | only in cellular_ModemControl

Lines Matching refs:shill

33     """Control the modem mostly using shill Technology interfaces."""
34 def __init__(self, shill, command_delegate):
35 self.shill = shill
39 self.shill.manager.EnableTechnology(
43 self.shill.manager.DisableTechnology(
79 True - to indicate that shill may autoconnect again.
94 """Control the modem using shill device interfaces."""
95 def __init__(self, shill, device, slow_connect):
96 self.shill = shill
102 service = self.shill.find_cellular_service_object()
125 False - to indicate that shill may not autoconnect again.
174 """Compare the shill device power state to an expected state."""
175 state = self.test_env.shill.get_dbus_property(
181 """Compare the shill service state to a set of expected states."""
186 state = self.test_env.shill.get_dbus_property(
199 # Shill retries a failed connect attempt with a different APN so
224 lambda: not self.test_env.shill.find_cellular_service_object(),
248 service = self.test_env.shill.wait_for_cellular_service_object()
265 self.test_env.shill.find_cellular_service_object(),
277 modem manager and shill.
339 service = self.test_env.shill.find_cellular_service_object()
340 last_good_apn = self.test_env.shill.get_dbus_property(
354 self.device = self.test_env.shill.find_cellular_device_object()
358 technology_commands = TechnologyCommands(self.test_env.shill,
360 device_commands = DeviceCommands(self.test_env.shill,
364 # shill disables autoconnect on any cellular service before a user
373 self.test_env.shill.find_cellular_service_object,
378 self.test_env.shill.manager.DisableTechnology(
400 self.test_env.shill.manager.EnableTechnology(