Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java241 public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 1<<13; field in ApplicationInfo
1639 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in disableCompatibilityMode()
1651 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS)) == 0; in usesCompatibilityMode()
DPackageParser.java2483 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/core/java/android/content/res/
DCompatibilityInfo.java238 if ((appInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) { in CompatibilityInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java4634 … if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) { in dumpPackageLPr()
/frameworks/base/core/java/android/app/
DActivityThread.java5625 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.txt10751 field public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 8192; // 0x2000
/frameworks/base/config/
Dhiddenapi-public-dex.txt7801 Landroid/content/pm/ApplicationInfo;->FLAG_SUPPORTS_SCREEN_DENSITIES:I