Searched refs:isUpdatedSystemApp (Results 1 – 2 of 2) sorted by relevance
85 if (!isSystemApp(appInfo) && !isUpdatedSystemApp(appInfo)) { in shouldNotFindUnexpectedIntents()152 private static boolean isUpdatedSystemApp(ApplicationInfo applicationInfo) { in isUpdatedSystemApp() method in IntentTest
1250 boolean isUpdatedSystemApp = in testApexSetsUpdatedSystemAppFlag_preUpdate()1253 assertThat(isUpdatedSystemApp).isFalse(); in testApexSetsUpdatedSystemAppFlag_preUpdate()1261 boolean isUpdatedSystemApp = in testApexSetsUpdatedSystemAppFlag_postUpdate()1264 assertThat(isUpdatedSystemApp).isTrue(); in testApexSetsUpdatedSystemAppFlag_postUpdate()