Home
last modified time | relevance | path

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

/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java766 ApexInfo activeShimApexInfo = in testApexInfoListAfterUpdate() local
774 assertThat(activeShimApexInfo.getModuleName()).isEqualTo(SHIM_APEX_PACKAGE_NAME); in testApexInfoListAfterUpdate()
775 assertThat(activeShimApexInfo.getIsActive()).isTrue(); in testApexInfoListAfterUpdate()
776 assertThat(activeShimApexInfo.getIsFactory()).isFalse(); in testApexInfoListAfterUpdate()
777 assertThat(activeShimApexInfo.getVersionCode()).isEqualTo(2); in testApexInfoListAfterUpdate()
778 assertThat(activeShimApexInfo.getPreinstalledModulePath()) in testApexInfoListAfterUpdate()