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.java708 ApexInfo factoryShimApexInfo = in testApexInfoListAfterUpdate() local
716 assertThat(factoryShimApexInfo.getModuleName()).isEqualTo(SHIM_APEX_PACKAGE_NAME); in testApexInfoListAfterUpdate()
717 assertThat(factoryShimApexInfo.getIsActive()).isFalse(); in testApexInfoListAfterUpdate()
718 assertThat(factoryShimApexInfo.getIsFactory()).isTrue(); in testApexInfoListAfterUpdate()
719 assertThat(factoryShimApexInfo.getVersionCode()).isEqualTo(1); in testApexInfoListAfterUpdate()
720 assertThat(factoryShimApexInfo.getModulePath()) in testApexInfoListAfterUpdate()
721 .isEqualTo(factoryShimApexInfo.getPreinstalledModulePath()); in testApexInfoListAfterUpdate()
722 assertThat(factoryShimApexInfo.getLastUpdateMillis()) in testApexInfoListAfterUpdate()
738 .isEqualTo(factoryShimApexInfo.getModulePath()); in testApexInfoListAfterUpdate()