Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparer.java531 File globalKeyFile = GlobalConfiguration.getInstance().getHostOptions(). in getToken() local
533 if (globalKeyFile == null || !globalKeyFile.exists()) { in getToken()
538 keyFilePath = globalKeyFile.getAbsolutePath(); in getToken()