Home
last modified time | relevance | path

Searched refs:ERROR_INCORRECT_PIN (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/network_SIMLocking/
Dnetwork_SIMLocking.py63 if e.get_dbus_name() == self.test_env.shill.ERROR_INCORRECT_PIN:
76 if e.get_dbus_name() == self.test_env.shill.ERROR_INCORRECT_PIN:
186 if e.get_dbus_name() == self.test_env.shill.ERROR_INCORRECT_PIN:
369 if e.get_dbus_name() != self.test_env.shill.ERROR_INCORRECT_PIN:
/external/autotest/client/cros/networking/
Dshill_proxy.py27 ERROR_INCORRECT_PIN = 'org.chromium.flimflam.Error.IncorrectPin' variable in ShillProxy