Searched refs:PARSE_IGNORE_PROCESSES (Results 1 – 1 of 1) sorted by relevance
793 public final static int PARSE_IGNORE_PROCESSES = 1<<3; field in PackageParser2930 if ((flags&PARSE_IGNORE_PROCESSES) != 0 && !"system".equals(procSeq)) { in buildProcessName()