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

  /external/autotest/site_utils/
gmail_lib.py 32 from apiclient.discovery import build as apiclient_build
36 apiclient_build = None variable
98 if not apiclient_build:
107 self._service = apiclient_build('gmail', 'v1', http=http)
phapi_lib.py 16 from apiclient.discovery import build as apiclient_build
20 apiclient_build = None variable
90 if apiclient_build is None:
114 self._codesite_service = apiclient_build(
331 if apiclient_build is None:

Completed in 58 milliseconds