Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusher.java98 private String mDynamicConfigName = null; field in DynamicConfigPusher
228 String lookupName = (mDynamicConfigName != null) ? mDynamicConfigName : mModuleName; in getLocalConfigFile()