Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSCommon.java40 private File mJsonKeyFile = null; field in GCSCommon
44 mJsonKeyFile = jsonKeyFile; in GCSCommon()
54 GoogleApiClientUtil.createCredential(scopes, mJsonKeyFile, GCS_JSON_KEY); in getStorage()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java181 private File mJsonKeyFile = null; field in TestDeviceOptions
549 return mJsonKeyFile; in getServiceAccountJsonKeyFile()
558 mJsonKeyFile = jsonKeyFile; in setServiceAccountJsonKeyFile()