Searched refs:mTmpActivityList (Results 1 – 1 of 1) sorted by relevance
723 private final ArrayList<ActivityRecord> mTmpActivityList = new ArrayList<>(); field in DisplayContent4672 mTmpActivityList.clear(); in removeExistingTokensIfPossible()4680 mTmpActivityList.add(activity); in removeExistingTokensIfPossible()4684 if (!mTmpActivityList.isEmpty()) { in removeExistingTokensIfPossible()4690 for (int i = 0; i < mTmpActivityList.size(); ++i) { in removeExistingTokensIfPossible()4691 final ActivityRecord activity = mTmpActivityList.get(i); in removeExistingTokensIfPossible()4697 mTmpActivityList.clear(); in removeExistingTokensIfPossible()