Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparer.java265 for (String pkg : getBusinessLogicPackages(device, buildInfo)) { in buildRequestParams()
344 private List<String> getBusinessLogicPackages(ITestDevice device, IBuildInfo buildInfo) in getBusinessLogicPackages() method in BusinessLogicPreparer