/aosp14/frameworks/base/services/core/java/com/android/server/net/watchlist/ |
H A D | WatchlistLoggingHandler.java | 165 return (ai.flags & ApplicationInfo.FLAG_TEST_ONLY) != 0; in isPackageTestOnly()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | SystemServiceManager.java | 170 return (packageInfo.applicationInfo.flags & ApplicationInfo.FLAG_TEST_ONLY) != 0; in isJarInTestApex()
|
/aosp14/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/ |
H A D | StagedInstallInternalTest.java | 555 assertThat((info.flags & ApplicationInfo.FLAG_TEST_ONLY) != 0).isTrue(); in testGetAppInfo_flagTestOnlyIsSet()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ApplicationInfo.java | 244 public static final int FLAG_TEST_ONLY = 1<<8; field in ApplicationInfo
|
H A D | PackageParser.java | 3572 ai.flags |= ApplicationInfo.FLAG_TEST_ONLY; in parseBaseApplication()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | PackageInfoUtils.java | 892 | flag(pkg.isTestOnly(), ApplicationInfo.FLAG_TEST_ONLY) in appInfoFlags()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerTest.java | 903 /* 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 D | SettingsProvider.java | 2239 if ((ai.flags & ApplicationInfo.FLAG_TEST_ONLY) == 0) {
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 3465 (applicationInfo.flags & ApplicationInfo.FLAG_TEST_ONLY) != 0; in isCallerExemptFromReadableRestriction()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Settings.java | 4604 ApplicationInfo.FLAG_TEST_ONLY, "TEST_ONLY",
|
H A D | PackageManagerService.java | 3926 && (pkgSetting.getFlags() & ApplicationInfo.FLAG_TEST_ONLY) == 0) {
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 4154 return (ai.flags & ApplicationInfo.FLAG_TEST_ONLY) != 0;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 11822 field public static final int FLAG_TEST_ONLY = 256; // 0x100
|