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