Searched refs:fRequestsAndNotifications (Results 1 – 1 of 1) sorted by relevance
30 transient HashMap fRequestsAndNotifications = new HashMap(); field in GenerationManager344 fRequestsAndNotifications.put(requestNumber, notification); in sendMessage()556 if (!(fRequestsAndNotifications.containsKey(reqNum))) in handleRequestCompleteMsg()562 (Notification)(fRequestsAndNotifications.get(reqNum)); in handleRequestCompleteMsg()583 fRequestsAndNotifications.remove(reqNum); in handleRequestCompleteMsg()