Searched refs:IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES (Results 1 – 2 of 2) sorted by relevance
955 public ArraySet<Integer> IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES = new ArraySet<Integer>(); field in ActivityManagerConstants1427 IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.addAll(mDefaultImperceptibleKillExemptProcStates); in ActivityManagerConstants()1998 IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.clear(); in updateImperceptibleKillExemptions()1999 IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.addAll(mDefaultImperceptibleKillExemptProcStates); in updateImperceptibleKillExemptions()2005 IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.add(Integer.parseInt(v)); in updateImperceptibleKillExemptions()2402 pw.println(Arrays.toString(IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.toArray()));
5822 if (mService.mConstants.IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.contains(5852 .IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.contains(procState)) {