Searched refs:removeRequestMap (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | NsdService.java | 241 private void removeRequestMap(int clientId, int globalId, ClientInfo clientInfo) { in removeRequestMap() method in NsdService.NsdStateMachine.EnabledState 302 removeRequestMap(msg.arg2, id, clientInfo); in processMessage() 340 removeRequestMap(msg.arg2, id, clientInfo); in processMessage() 467 removeRequestMap(clientId, id, clientInfo); in handleNativeEvent() 481 removeRequestMap(clientId, id, clientInfo); in handleNativeEvent() 489 removeRequestMap(clientId, id, clientInfo); in handleNativeEvent() 505 removeRequestMap(clientId, id, clientInfo); in handleNativeEvent()
|