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

  /external/autotest/client/common_lib/cros/fake_device_server/
common_util.py 22 def grab_header_field(header_name): function
36 header = grab_header_field('Authorization')
registration_tickets.py 77 access_token = common_util.grab_header_field('Authorization')
registration_tickets_unittest.py 70 self.mox.StubOutWithMock(common_util, 'grab_header_field')
71 common_util.grab_header_field('Authorization').AndReturn(

Completed in 310 milliseconds