Home
last modified time | relevance | path

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

/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java751 ApexInfo factoryShimApexInfo = in testApexInfoListAfterUpdate() local
759 assertThat(factoryShimApexInfo.getModuleName()).isEqualTo(SHIM_APEX_PACKAGE_NAME); in testApexInfoListAfterUpdate()
760 assertThat(factoryShimApexInfo.getIsActive()).isFalse(); in testApexInfoListAfterUpdate()
761 assertThat(factoryShimApexInfo.getIsFactory()).isTrue(); in testApexInfoListAfterUpdate()
762 assertThat(factoryShimApexInfo.getVersionCode()).isEqualTo(1); in testApexInfoListAfterUpdate()
763 assertThat(factoryShimApexInfo.getModulePath()) in testApexInfoListAfterUpdate()
764 .isEqualTo(factoryShimApexInfo.getPreinstalledModulePath()); in testApexInfoListAfterUpdate()
779 .isEqualTo(factoryShimApexInfo.getModulePath()); in testApexInfoListAfterUpdate()