Searched refs:mTmpCollectionResults (Results 1 – 1 of 1) sorted by relevance
167 private ArrayList<ServiceRecord> mTmpCollectionResults = null; field in ActiveServices3414 if (mTmpCollectionResults == null) { in collectPackageServicesLocked()3415 mTmpCollectionResults = new ArrayList<>(); in collectPackageServicesLocked()3417 mTmpCollectionResults.add(service); in collectPackageServicesLocked()3427 if (mTmpCollectionResults != null) { in bringDownDisabledPackageServicesLocked()3428 mTmpCollectionResults.clear(); in bringDownDisabledPackageServicesLocked()3454 if (mTmpCollectionResults != null) { in bringDownDisabledPackageServicesLocked()3455 for (int i = mTmpCollectionResults.size() - 1; i >= 0; i--) { in bringDownDisabledPackageServicesLocked()3456 bringDownServiceLocked(mTmpCollectionResults.get(i)); in bringDownDisabledPackageServicesLocked()3458 mTmpCollectionResults.clear(); in bringDownDisabledPackageServicesLocked()