Searched refs:IsActiveApexChanged (Results 1 – 4 of 4) sorted by relevance
231 bool IsActiveApexChanged(const ApexFile& apex);
4935 ASSERT_TRUE(IsActiveApexChanged(*apex_file)); in TEST_F()4969 ASSERT_TRUE(IsActiveApexChanged(*apex_file)); in TEST_F()5001 ASSERT_TRUE(IsActiveApexChanged(*apex_file)); in TEST_F()5024 ASSERT_TRUE(IsActiveApexChanged(*apex_file)); in TEST_F()
381 out.activeApexChanged = ::android::apex::IsActiveApexChanged(package); in GetApexInfo()
4156 bool IsActiveApexChanged(const ApexFile& apex) { in IsActiveApexChanged() function