Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dgmail_lib.py32 from apiclient.discovery import build as apiclient_build unknown
36 apiclient_build = None variable
98 if not apiclient_build:
107 self._service = apiclient_build('gmail', 'v1', http=http)
Dphapi_lib.py16 from apiclient.discovery import build as apiclient_build unknown
20 apiclient_build = None variable
90 if apiclient_build is None:
114 self._codesite_service = apiclient_build(
331 if apiclient_build is None: