Searched refs:isUpdatedSystemApp (Results 1 – 3 of 3) sorted by relevance
85 if (!isSystemApp(appInfo) && !isUpdatedSystemApp(appInfo)) { in shouldNotFindUnexpectedIntents()152 private static boolean isUpdatedSystemApp(ApplicationInfo applicationInfo) { in isUpdatedSystemApp() method in IntentTest
110 assertThat(PackageManagerHelper.isUpdatedSystemApp(systemApp)).isFalse(); in testAppTypeChecking()118 assertThat(PackageManagerHelper.isUpdatedSystemApp(ctsApp)).isFalse(); in testAppTypeChecking()
1208 boolean isUpdatedSystemApp = in testApexSetsUpdatedSystemAppFlag_preUpdate()1211 assertThat(isUpdatedSystemApp).isFalse(); in testApexSetsUpdatedSystemAppFlag_preUpdate()1219 boolean isUpdatedSystemApp = in testApexSetsUpdatedSystemAppFlag_postUpdate()1222 assertThat(isUpdatedSystemApp).isTrue(); in testApexSetsUpdatedSystemAppFlag_postUpdate()