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

  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils_test.py 176 self.call.fastboot.fastboot.SetOemOffModeCharge(False),
177 self.call.fastboot.fastboot.SetOemOffModeCharge(True),
185 self.call.fastboot.fastboot.SetOemOffModeCharge(False),
186 self.call.fastboot.fastboot.SetOemOffModeCharge(True),
194 self.call.fastboot.fastboot.SetOemOffModeCharge(False),
195 self.call.fastboot.fastboot.SetOemOffModeCharge(True),
348 self.call.fastboot.fastboot.SetOemOffModeCharge(False),
350 self.call.fastboot.fastboot.SetOemOffModeCharge(True),
357 self.call.fastboot.fastboot.SetOemOffModeCharge(False),
359 self.call.fastboot.fastboot.SetOemOffModeCharge(True)
    [all...]
fastboot_utils.py 227 self.fastboot.SetOemOffModeCharge(False)
231 self.fastboot.SetOemOffModeCharge(True)
  /external/chromium-trace/catapult/devil/devil/android/sdk/
fastboot.py 91 def SetOemOffModeCharge(self, value, timeout=None, retries=None):

Completed in 95 milliseconds