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.java42 private File mJsonKeyFile = null; field in GCSCommon
46 mJsonKeyFile = jsonKeyFile; in GCSCommon()
52 mJsonKeyFile = jsonKeyFile; in setJsonKeyFile()
61 scopes, true, mJsonKeyFile, GCS_JSON_KEY); in getStorage()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java260 private File mJsonKeyFile = null; field in TestDeviceOptions
772 return mJsonKeyFile; in getServiceAccountJsonKeyFile()
781 mJsonKeyFile = jsonKeyFile; in setServiceAccountJsonKeyFile()