Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java202 public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 1<<13; field in ApplicationInfo
696 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in disableCompatibilityMode()
DPackageParser.java1416 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES; in parsePackage()
/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.java228 if ((appInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) { in CompatibilityInfo()
/frameworks/base/docs/html/sdk/api_diff/4/
DmissingSinces.txt152 NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_SUPPORTS_SCREEN_DENSITIES
/frameworks/base/services/java/com/android/server/pm/
DSettings.java2999 … if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) { in dumpPackageLPr()
/frameworks/base/core/java/android/app/
DActivityThread.java4144 if ((data.appInfo.flags&ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) in handleBindApplication()
/frameworks/base/api/
Dcurrent.txt7036 field public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 8192; // 0x2000