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

  /external/autotest/client/common_lib/cros/fake_device_server/
server.py 48 oauth_handler = oauth.OAuth(fail_control_handler)
49 commands_handler = commands.Commands(oauth_handler, fail_control_handler)
60 oauth_handler,
79 oauth_handler,
commands.py 30 def __init__(self, oauth_handler, fail_control_handler):
35 self._oauth_handler = oauth_handler

Completed in 103 milliseconds