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