Home
last modified time | relevance | path

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

/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java719 List<ApexInfo> apexInfoList = readApexInfoList(); in testApexInfoList()
745 readApexInfoList().stream() in testApexInfoListAfterUpdate()
782 private List<ApexInfo> readApexInfoList() throws Exception { in readApexInfoList() method in StagedInstallTest
785 return XmlParser.readApexInfoList(stream).getApexInfo(); in readApexInfoList()