Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DCompatibilityModeTest.java22 import static android.content.pm.ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES;
76 | FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in testGlobalCompatModeEnabled_oldApp_supportAllScreens_usesCompatMode()
87 | FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in testGlobalCompatModeEnabled_oldApp_supportSomeScreens_usesCompatMode()
115 | FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in testGlobalCompatModeDisabled_oldApp_supportAllScreens_usesCompatMode()
126 | FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in testGlobalCompatModeDisabled_oldApp_supportSomeScreens_usesCompatMode()
156 | FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in testGlobalCompatModeEnabled_newApp_supportAllScreens_doesntUseCompatMode()
166 | FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in testGlobalCompatModeEnabled_newApp_supportSomeScreens_doesntUseCompatMode()
192 | FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in testGlobalCompatModeDisabled_newApp_supportAllScreens_doesntUseCompatMode()
202 | FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in testGlobalCompatModeDisabled_newApp_supportSomeScreens_doesntUseCompatMode()
/aosp14/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java64 | ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES; in init()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java288 public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 1<<13; field in ApplicationInfo
2209 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in disableCompatibilityMode()
2221 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS)) == 0; in usesCompatibilityMode()
H A DPackageParser.java2502 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES; in parseBaseApkCommon()
/aosp14/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java270 if ((appInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) { in CompatibilityInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java901 | flag(pkg.isAnyDensity(), ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) in appInfoFlags()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskLaunchParamsModifierTests.java102 mActivity.info.applicationInfo.flags |= ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES; in setUp()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java6881 if ((data.appInfo.flags&ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) in handleBindApplication()
/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.txt11817 field @Deprecated public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 8192; // 0x2000