Searched refs:mTmpCollectionResults (Results 1 – 1 of 1) sorted by relevance
157 private ArrayList<ServiceRecord> mTmpCollectionResults = null; field in ActiveServices3161 if (mTmpCollectionResults == null) { in collectPackageServicesLocked()3162 mTmpCollectionResults = new ArrayList<>(); in collectPackageServicesLocked()3164 mTmpCollectionResults.add(service); in collectPackageServicesLocked()3174 if (mTmpCollectionResults != null) { in bringDownDisabledPackageServicesLocked()3175 mTmpCollectionResults.clear(); in bringDownDisabledPackageServicesLocked()3201 if (mTmpCollectionResults != null) { in bringDownDisabledPackageServicesLocked()3202 for (int i = mTmpCollectionResults.size() - 1; i >= 0; i--) { in bringDownDisabledPackageServicesLocked()3203 bringDownServiceLocked(mTmpCollectionResults.get(i)); in bringDownDisabledPackageServicesLocked()3205 mTmpCollectionResults.clear(); in bringDownDisabledPackageServicesLocked()