Searched refs:mCurrentRequests (Results 1 – 1 of 1) sorted by relevance
98 private final Set<Request<?>> mCurrentRequests = new HashSet<>(); field in RequestQueue222 synchronized (mCurrentRequests) { in cancelAll()223 for (Request<?> request : mCurrentRequests) { in cancelAll()257 synchronized (mCurrentRequests) { in add()258 mCurrentRequests.add(request); in add()282 synchronized (mCurrentRequests) { in finish()283 mCurrentRequests.remove(request); in finish()