Searched refs:mon (Results 1 – 7 of 7) sorted by relevance
31 mon = monsoon_controller.create([int(args.serialno[0])])[0]34 mon.set_voltage(args.voltage)37 mon.set_max_current(args.current)40 items = sorted(mon.status.items())44 mon.usb(args.usbpassthrough)47 mon.set_max_initial_current(args.startcurrent)50 result = mon.measure_power(
51 self.mon = self.monsoons[0]52 self.mon.set_voltage(4.2)53 self.mon.set_max_current(7.8)54 self.mon.attach_device(self.hotspot_device)56 asserts.assert_true(self.mon.usb("auto"),73 self.mon.usb("on")88 result = self.mon.measure_power(self.hz,
73 public synchronized void removeMonitor(IDeviceMonitor mon) { in removeMonitor() argument74 mDeviceMonitors.remove(mon); in removeMonitor()
279 public void addDeviceMonitor(IDeviceMonitor mon); in addDeviceMonitor() argument284 public void removeDeviceMonitor(IDeviceMonitor mon); in removeDeviceMonitor() argument
1593 public void addDeviceMonitor(IDeviceMonitor mon) { in addDeviceMonitor() argument1594 mDvcMon.addMonitor(mon); in addDeviceMonitor()1598 public void removeDeviceMonitor(IDeviceMonitor mon) { in removeDeviceMonitor() argument1599 mDvcMon.removeMonitor(mon); in removeDeviceMonitor()
378 public void addDeviceMonitor(IDeviceMonitor mon) { in addDeviceMonitor() argument379 mDvcMon.addMonitor(mon); in addDeviceMonitor()383 public void removeDeviceMonitor(IDeviceMonitor mon) { in removeDeviceMonitor() argument384 mDvcMon.removeMonitor(mon); in removeDeviceMonitor()
2282 field public static final String MONDAY = "mon";