Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/util/
DDeviceActionUtil.java50 private static final String GOOGLE_APPLICATION_CREDENTIALS = "GOOGLE_APPLICATION_CREDENTIALS"; field in DeviceActionUtil
218 File credentialFile = new File(System.getenv(GOOGLE_APPLICATION_CREDENTIALS)); in getCredential()