Searched refs:mPendingProcessChanges (Results 1 – 1 of 1) sorted by relevance
1578 final ArrayList<ProcessChangeItem> mPendingProcessChanges = new ArrayList<>(); field in ActivityManagerService4282 N = mPendingProcessChanges.size(); in dispatchProcessesChanged()4286 mPendingProcessChanges.toArray(mActiveProcessChanges); in dispatchProcessesChanged()4287 mPendingProcessChanges.clear(); in dispatchProcessesChanged()17995 for (int i = mPendingProcessChanges.size() - 1; i >= 0; i--) {17996 ProcessChangeItem item = mPendingProcessChanges.get(i);17998 mPendingProcessChanges.remove(i);22094 int i = mPendingProcessChanges.size()-1;22097 item = mPendingProcessChanges.get(i);22120 if (mPendingProcessChanges.size() == 0) {[all …]