Home
last modified time | relevance | path

Searched refs:FLAG_TEST_ONLY (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A DWatchlistLoggingHandler.java165 return (ai.flags & ApplicationInfo.FLAG_TEST_ONLY) != 0; in isPackageTestOnly()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java170 return (packageInfo.applicationInfo.flags & ApplicationInfo.FLAG_TEST_ONLY) != 0; in isJarInTestApex()
/aosp14/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/
H A DStagedInstallInternalTest.java555 assertThat((info.flags & ApplicationInfo.FLAG_TEST_ONLY) != 0).isTrue(); in testGetAppInfo_flagTestOnlyIsSet()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java244 public static final int FLAG_TEST_ONLY = 1<<8; field in ApplicationInfo
H A DPackageParser.java3572 ai.flags |= ApplicationInfo.FLAG_TEST_ONLY; in parseBaseApplication()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java892 | flag(pkg.isTestOnly(), ApplicationInfo.FLAG_TEST_ONLY) in appInfoFlags()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java903 /* flags= */ ApplicationInfo.FLAG_TEST_ONLY); in testForceRemoveActiveAdmin_nonShellCaller()
926 /* flags= */ ApplicationInfo.FLAG_TEST_ONLY); in testForceRemoveActiveAdmin_nonShellCallerWithPermission()
954 /* flags= */ ApplicationInfo.FLAG_TEST_ONLY); in testForceRemoveActiveAdmin_ShellCaller()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java2239 if ((ai.flags & ApplicationInfo.FLAG_TEST_ONLY) == 0) {
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java3465 (applicationInfo.flags & ApplicationInfo.FLAG_TEST_ONLY) != 0; in isCallerExemptFromReadableRestriction()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java4604 ApplicationInfo.FLAG_TEST_ONLY, "TEST_ONLY",
H A DPackageManagerService.java3926 && (pkgSetting.getFlags() & ApplicationInfo.FLAG_TEST_ONLY) == 0) {
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java4154 return (ai.flags & ApplicationInfo.FLAG_TEST_ONLY) != 0;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11822 field public static final int FLAG_TEST_ONLY = 256; // 0x100