Home
last modified time | relevance | path

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

/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java731 ApexInfo apexInfo = temp.get(0); in testApexInfoList() local
732 assertThat(apexInfo.getModulePath()).isEqualTo(apex.sourceDir); in testApexInfoList()
733 assertThat(apexInfo.getVersionCode()).isEqualTo(apex.versionCode); in testApexInfoList()
734 assertThat(apexInfo.getIsActive()).isTrue(); in testApexInfoList()