Searched refs:mExistingClientRequests (Results 1 – 1 of 1) sorted by relevance
117 private Set<ClientRequest> mExistingClientRequests; field in AmbientContextManagerService129 mExistingClientRequests = ConcurrentHashMap.newKeySet(); in AmbientContextManagerService()158 synchronized (mExistingClientRequests) { in newClientAdded()160 mExistingClientRequests.removeAll( in newClientAdded()164 mExistingClientRequests.add( in newClientAdded()171 synchronized (mExistingClientRequests) { in clientRemoved()172 mExistingClientRequests.removeAll(findExistingRequests(userId, packageName)); in clientRemoved()178 for (ClientRequest clientRequest : mExistingClientRequests) { in findExistingRequests()188 synchronized (mExistingClientRequests) { in getClientRequestObserver()189 for (ClientRequest clientRequest : mExistingClientRequests) { in getClientRequestObserver()[all …]