Home
last modified time | relevance | path

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

/cts/hostsidetests/apkinapex/src/android/addapktoapex/cts/
DAddApkToApexTest.java91 Set<ApexInfo> activeApexes = device.getActiveApexes(); in getShimApexVersionCode() local
92 for (ApexInfo apex : activeApexes) { in getShimApexVersionCode()
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java675 Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testApexInfoList() local
676 assertThat(apexInfoList.size()).isEqualTo(activeApexes.size()); in testApexInfoList()
677 for (ITestDevice.ApexInfo apex : activeApexes) { in testApexInfoList()