Home
last modified time | relevance | path

Searched refs:isUpdatedSystemApp (Results 1 – 3 of 3) 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/tests/tests/car_builtin/src/android/car/cts/builtin/content/pm/
DPackageManagerHelperTest.java110 assertThat(PackageManagerHelper.isUpdatedSystemApp(systemApp)).isFalse(); in testAppTypeChecking()
118 assertThat(PackageManagerHelper.isUpdatedSystemApp(ctsApp)).isFalse(); in testAppTypeChecking()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java1208 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()