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.java224 public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 1<<13; field in ApplicationInfo
924 FLAG_SUPPORTS_SCREEN_DENSITIES | FLAG_SUPPORTS_XLARGE_SCREENS); in disableCompatibilityMode()
DPackageParser.java1882 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES; in parseBaseApk()
/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/services/core/java/com/android/server/pm/
DSettings.java4079 … if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) { in dumpPackageLPr()
/frameworks/base/core/java/android/app/
DActivityThread.java4498 if ((data.appInfo.flags&ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) in handleBindApplication()
/frameworks/base/api/
Dcurrent.txt8908 field public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 8192; // 0x2000
Dsystem-current.txt9165 field public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 8192; // 0x2000