Home
last modified time | relevance | path

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

/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DCompatibilityModeTest.java24 import static android.content.pm.ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS;
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()
/frameworks/base/core/java/com/android/internal/pm/parsing/
DAppInfoUtils.java54 … | flag(pkg.isExtraLargeScreensSupported(), ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS) in appInfoFlags()
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java246 if ((appInfo.flags & ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS) != 0) { in CompatibilityInfo()
271 if ((appInfo.flags & ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS) != 0) { in CompatibilityInfo()
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DDpiTestActivity.java59 ai.flags |= ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS in init()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java366 public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 1<<19; field in ApplicationInfo
2262 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in disableCompatibilityMode()
2274 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS)) == 0; in usesCompatibilityMode()
DPackageParser.java2492 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS; in parseBaseApkCommon()
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java958 … | flag(pkg.isExtraLargeScreensSupported(), ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS) in appInfoFlags()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8387 field public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; // 0x80000
/frameworks/base/core/api/
Dcurrent.txt12203 field public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; // 0x80000