Home
last modified time | relevance | path

Searched refs:isSystemApp (Results 1 – 10 of 10) sorted by relevance

/cts/tests/signature/intent-check/src/android/signature/cts/intent/
DIntentTest.java85 if (!isSystemApp(appInfo) && !isUpdatedSystemApp(appInfo)) { in shouldNotFindUnexpectedIntents()
148 private static boolean isSystemApp(ApplicationInfo applicationInfo) { in isSystemApp() method in IntentTest
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/content/pm/
DPackageManagerHelperTest.java109 assertThat(PackageManagerHelper.isSystemApp(systemApp)).isTrue(); in testAppTypeChecking()
117 assertThat(PackageManagerHelper.isSystemApp(ctsApp)).isFalse(); in testAppTypeChecking()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPackageUtil.java70 public static boolean isSystemApp(String packageName) { in isSystemApp() method in PackageUtil
DBaseDefaultPermissionGrantPolicyTest.java348 if (!packageInfo.applicationInfo.isSystemApp()) { in addException()
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleCommon.java122 return info != null && info.isSystemApp(); in isAngleApkInstalled()
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java292 boolean isSystemApp = ((appInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0) in testNoSystemAppHasSyntheticAppDetailsActivityInjected()
294 if (isSystemApp) { in testNoSystemAppHasSyntheticAppDetailsActivityInjected()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java1207 boolean isSystemApp = (info.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0; in testApexSetsUpdatedSystemAppFlag_preUpdate()
1210 assertThat(isSystemApp).isTrue(); in testApexSetsUpdatedSystemAppFlag_preUpdate()
1218 boolean isSystemApp = (info.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0; in testApexSetsUpdatedSystemAppFlag_postUpdate()
1221 assertThat(isSystemApp).isTrue(); in testApexSetsUpdatedSystemAppFlag_postUpdate()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2972 if (!pkg.applicationInfo.isSystemApp() in testGrantRevokeNotificationManagerApis_exclusiveToPermissionController()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java1802 if (!pi.applicationInfo.isSystemApp()) { in testGetInstalledPackages_WithFactoryFlag_ImpliesSystem()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dtest-current.txt1090 method public boolean isSystemApp();