Searched refs:activeShimApexInfo (Results 1 – 1 of 1) sorted by relevance
725 ApexInfo activeShimApexInfo = in testApexInfoListAfterUpdate() local733 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() local748 assertThat(activeShimApexInfo.getModuleName()).isEqualTo(SHIM_APEX_PACKAGE_NAME); in testRebootlessUpdate()749 assertThat(activeShimApexInfo.getIsActive()).isTrue(); in testRebootlessUpdate()[all …]