Home
last modified time | relevance | path

Searched refs:isUpdatedSystemApp (Results 1 – 2 of 2) sorted by relevance

/cts/tests/signature/intent-check/src/android/signature/cts/intent/
DIntentTest.java85 if (!isSystemApp(appInfo) && !isUpdatedSystemApp(appInfo)) { in shouldNotFindUnexpectedIntents()
152 private static boolean isUpdatedSystemApp(ApplicationInfo applicationInfo) { in isUpdatedSystemApp() method in IntentTest
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java1250 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()