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.java725 ApexInfo activeShimApexInfo = in testApexInfoListAfterUpdate() local
733 assertThat(activeShimApexInfo.getModuleName()).isEqualTo(SHIM_APEX_PACKAGE_NAME); in testApexInfoListAfterUpdate()
734 assertThat(activeShimApexInfo.getIsActive()).isTrue(); in testApexInfoListAfterUpdate()
735 assertThat(activeShimApexInfo.getIsFactory()).isFalse(); in testApexInfoListAfterUpdate()
736 assertThat(activeShimApexInfo.getVersionCode()).isEqualTo(2); in testApexInfoListAfterUpdate()
737 assertThat(activeShimApexInfo.getPreinstalledModulePath()) in testApexInfoListAfterUpdate()
739 assertThat(activeShimApexInfo.getLastUpdateMillis()) in testApexInfoListAfterUpdate()
747 ApexInfo activeShimApexInfo = getActiveShimApexInfo(); in testRebootlessUpdate() local
748 assertThat(activeShimApexInfo.getModuleName()).isEqualTo(SHIM_APEX_PACKAGE_NAME); in testRebootlessUpdate()
749 assertThat(activeShimApexInfo.getIsActive()).isTrue(); in testRebootlessUpdate()
[all …]