Searched refs:mTmpCollectionResults (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java155 private ArrayList<ServiceRecord> mTmpCollectionResults = null; field in class:ActiveServices
2442 if (mTmpCollectionResults == null) {
2443 mTmpCollectionResults = new ArrayList<>();
2445 mTmpCollectionResults.add(service);
2455 if (mTmpCollectionResults != null) {
2456 mTmpCollectionResults.clear();
2476 if (mTmpCollectionResults != null) {
2477 for (int i = mTmpCollectionResults.size() - 1; i >= 0; i--) {
2478 bringDownServiceLocked(mTmpCollectionResults.get(i));
2480 mTmpCollectionResults
[all...]

Completed in 29 milliseconds