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.java791 ApexInfo activeShimApexInfo = in testApexInfoListAfterUpdate() local
799 assertThat(activeShimApexInfo.getModuleName()).isEqualTo(SHIM_APEX_PACKAGE_NAME); in testApexInfoListAfterUpdate()
800 assertThat(activeShimApexInfo.getIsActive()).isTrue(); in testApexInfoListAfterUpdate()
801 assertThat(activeShimApexInfo.getIsFactory()).isFalse(); in testApexInfoListAfterUpdate()
802 assertThat(activeShimApexInfo.getVersionCode()).isEqualTo(2); in testApexInfoListAfterUpdate()
803 assertThat(activeShimApexInfo.getPreinstalledModulePath()) in testApexInfoListAfterUpdate()
805 assertThat(activeShimApexInfo.getLastUpdateMillis()) in testApexInfoListAfterUpdate()
815 ApexInfo activeShimApexInfo = getActiveShimApexInfo(); in testRebootlessUpdate() local
816 assertThat(activeShimApexInfo.getModuleName()).isEqualTo(SHIM_APEX_PACKAGE_NAME); in testRebootlessUpdate()
817 assertThat(activeShimApexInfo.getIsActive()).isTrue(); in testRebootlessUpdate()
[all …]