Searched refs:IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES (Results 1 – 2 of 2) sorted by relevance
561 public ArraySet<Integer> IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES = new ArraySet<Integer>(); field in ActivityManagerConstants767 IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.addAll(mDefaultImperceptibleKillExemptProcStates); in ActivityManagerConstants()1114 IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.clear(); in updateImperceptibleKillExemptions()1115 IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.addAll(mDefaultImperceptibleKillExemptProcStates); in updateImperceptibleKillExemptions()1121 IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.add(Integer.parseInt(v)); in updateImperceptibleKillExemptions()1288 pw.println(Arrays.toString(IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.toArray()));
5284 if (mService.mConstants.IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.contains( in killProcessLocked()5314 .IMPERCEPTIBLE_KILL_EXEMPT_PROC_STATES.contains(procState)) { in handleUidStateChanged()