Searched refs:DUMP_FLAG_APPLICATION (Results 1 – 2 of 2) sorted by relevance
357 public static final int DUMP_FLAG_APPLICATION = 1<<1; field in PackageItemInfo362 public static final int DUMP_FLAG_ALL = DUMP_FLAG_DETAILS | DUMP_FLAG_APPLICATION;
178 if ((flags&DUMP_FLAG_APPLICATION) != 0) { in dumpBack()