Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java244 public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 1<<13; field in ApplicationInfo
1788 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in disableCompatibilityMode()
1800 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS)) == 0; in usesCompatibilityMode()
DPackageParser.java2530 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES; in parseBaseApkCommon()
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DDpiTestActivity.java64 | ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES; in init()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskLaunchParamsModifier.java70 ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES
74 | ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java242 if ((appInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) { in CompatibilityInfo()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskLaunchParamsModifierTests.java80 mActivity.info.applicationInfo.flags |= ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES; in setUp()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java4610 … if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) { in dumpPackageLPr()
/frameworks/base/core/java/android/app/
DActivityThread.java6224 if ((data.appInfo.flags&ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) in handleBindApplication()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8385 field public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 8192; // 0x2000
/frameworks/base/api/
Dcurrent.txt11109 field public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 8192; // 0x2000