Home
last modified time | relevance | path

Searched refs:mClientRequests (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DNsdService.java237 clientInfo.mClientRequests.put(clientId, what); in storeRequestMap()
243 clientInfo.mClientRequests.delete(clientId); in removeRequestMap()
817 private final SparseIntArray mClientRequests = new SparseIntArray(); field in NsdService.ClientInfo
835 append(" type ").append(mClientRequests.get(clientID)).append("\n"); in toString()
850 " global-ID " + globalId + " type " + mClientRequests.get(clientId)); in expungeAllRequests()
851 switch (mClientRequests.get(clientId)) { in expungeAllRequests()
866 mClientRequests.clear(); in expungeAllRequests()