Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInteractionHelperInstaller.java107 String searchPath = device.getProperty(mHelperPackagePropertyKey); in setUp() local
108 if (searchPath == null || searchPath.isEmpty()) { in setUp()
115 for (String pkg : searchPath.split(":")) { in setUp()