HomeSort by relevance Sort by last modified time
    Searched refs:appFlags (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/res/
CompatibilityInfo.java 122 public final int appFlags;
125 appFlags = appInfo.flags;
147 private CompatibilityInfo(int appFlags, int compFlags,
149 this.appFlags = appFlags;
171 CompatibilityInfo info = new CompatibilityInfo(appFlags, mCompatibilityFlags,
  /frameworks/base/core/java/android/app/
ApplicationErrorReport.java 142 String packageName, int appFlags) {
161 if ((appFlags&ApplicationInfo.FLAG_SYSTEM) != 0) {

Completed in 13 milliseconds