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

  /external/autotest/client/common_lib/cros/
gs_cache_client.py 78 class _GsCacheAPI(object):
210 @param api: A _GsCacheAPI object (to stub out calls for tests).
213 self._api = api or _GsCacheAPI(fallback_dev_server.hostname)
gs_cache_client_unittest.py 27 """Test class for _GsCacheAPI."""
29 self.api = gs_cache_client._GsCacheAPI('localhost')

Completed in 1815 milliseconds