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

  /external/autotest/client/cros/cellular/pseudomodem/
state_machine_factory.py 52 self.SetInteractive(pm_constants.STATE_MACHINE_CDMA_ACTIVATE)
53 self.SetInteractive(pm_constants.STATE_MACHINE_CONNECT)
54 self.SetInteractive(pm_constants.STATE_MACHINE_CONNECT_CDMA)
55 self.SetInteractive(pm_constants.STATE_MACHINE_DISABLE)
56 self.SetInteractive(pm_constants.STATE_MACHINE_DISCONNECT)
57 self.SetInteractive(pm_constants.STATE_MACHINE_ENABLE)
58 self.SetInteractive(pm_constants.STATE_MACHINE_REGISTER)
59 self.SetInteractive(pm_constants.STATE_MACHINE_REGISTER_CDMA)
62 def SetInteractive(self, machine_name):
  /external/autotest/client/site_tests/cellular_ScanningProperty/files/
modems.py 17 self.SetInteractive(pm_constants.STATE_MACHINE_ENABLE)
18 self.SetInteractive(pm_constants.STATE_MACHINE_REGISTER)
  /hardware/interfaces/power/1.0/vts/functional/
VtsHalPowerV1_0TargetTest.cpp 73 // Sanity check Power::setInteractive.
74 TEST_F(PowerHidlTest, SetInteractive) {
77 ret = power->setInteractive(true);
80 ret = power->setInteractive(false);
84 // Test Power::setInteractive and Power::powerHint(Launch)
109 ret = power->setInteractive(true);
112 ret = power->setInteractive(false);
115 ret = power->setInteractive(false);

Completed in 342 milliseconds