Home
last modified time | relevance | path

Searched defs:dispatchCommand (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java1039 private void dispatchCommand(int command, int arg1, int arg2, Object obj) { in dispatchCommand() method in IpServerTest
1049 private void dispatchCommand(int command) { in dispatchCommand() method in IpServerTest
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DFiRaSecureChannel.java260 DispatchCommand dispatchCommand = DispatchCommand.build(data); in processRemoteCommandOrResponse() local