Searched refs:asyncPropertyRequests (Results 1 – 1 of 1) sorted by relevance
2953 List<? extends AsyncPropertyRequest> asyncPropertyRequests) { in clearRequestIdToAsyncRequestInfo() argument2955 Slog.d(TAG, "clear pending async requests: " + asyncPropertyRequests); in clearRequestIdToAsyncRequestInfo()2958 for (int i = 0; i < asyncPropertyRequests.size(); i++) { in clearRequestIdToAsyncRequestInfo()2959 mRequestIdToAsyncRequestInfo.remove(asyncPropertyRequests.get(i).getRequestId()); in clearRequestIdToAsyncRequestInfo()