Searched defs:storeRequestMap (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java258 private void storeRequestMap(int clientId, int globalId, ClientInfo clientInfo, int what) { method in class:NsdService.NsdStateMachine.EnabledState
309 storeRequestMap(msg.arg2, id, clientInfo, msg.what);
348 storeRequestMap(msg.arg2, id, clientInfo, msg.what);
389 storeRequestMap(msg.arg2, id, clientInfo, msg.what);
500 storeRequestMap(clientId, id2, clientInfo, NsdManager.RESOLVE_SERVICE);

Completed in 58 milliseconds