Searched refs:TAG_OVERLAY (Results 1 – 5 of 5) sorted by relevance
76 protected static final String TAG_OVERLAY = "overlay"; field in Element214 case TAG_OVERLAY: in getCounterIdx()277 case TAG_OVERLAY: in shouldValidate()346 initializeCounter(TAG_OVERLAY, 100); in init()459 case TAG_OVERLAY: in getResStrMaxLen()
86 private static final String TAG_OVERLAY = "overlay"; field in ApkLiteParseUtils549 } else if (TAG_OVERLAY.equals(parser.getName())) { in parseApkLite()
183 public static final String TAG_OVERLAY = "overlay"; field in ParsingPackageUtils1083 case TAG_OVERLAY:
199 public static final String TAG_OVERLAY = "overlay"; field in PackageParser1719 } else if (PackageParser.TAG_OVERLAY.equals(parser.getName())) { in parseApkLite()2034 } else if (tagName.equals(TAG_OVERLAY)) { in parseBaseApkCommon()
12970 Landroid/content/pm/PackageParser;->TAG_OVERLAY:Ljava/lang/String;