Home
last modified time | relevance | path

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

/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java123 public ITestDevice.ApexInfo getApexInfo(File apex) { in getApexInfo() method in InstallUtilsHost
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java785 return XmlParser.readApexInfoList(stream).getApexInfo(); in readApexInfoList()