Searched refs:TAG_APPLICATION (Results 1 – 5 of 5) sorted by relevance
60 protected static final String TAG_APPLICATION = "application"; field in Element212 case TAG_APPLICATION: in getCounterIdx()265 case TAG_APPLICATION: in shouldValidate()323 case TAG_APPLICATION: in init()345 initializeCounter(TAG_APPLICATION, 100); in init()445 case TAG_APPLICATION: in getResStrMaxLen()794 case TAG_APPLICATION: in isComponentNameAttr()825 case TAG_APPLICATION: in isComponentNameAttr()
82 private static final String TAG_APPLICATION = "application"; field in ApkLiteParseUtils481 } else if (TAG_APPLICATION.equals(parser.getName())) { in parseApkLite()
173 public static final String TAG_APPLICATION = "application"; field in ParsingPackageUtils772 if (TAG_APPLICATION.equals(tagName)) {999 if (TAG_APPLICATION.equals(tagName)) {
191 public static final String TAG_APPLICATION = "application"; field in PackageParser236 CHILD_PACKAGE_TAGS.add(TAG_APPLICATION);1328 if (tagName.equals(TAG_APPLICATION)) { in parseSplitApk()1697 } else if (TAG_APPLICATION.equals(parser.getName())) { in parseApkLite()2017 if (tagName.equals(TAG_APPLICATION)) { in parseBaseApkCommon()
12962 Landroid/content/pm/PackageParser;->TAG_APPLICATION:Ljava/lang/String;