Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java276 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, 0, 0, in initTetheredStateMachine()
361 dispatchCommand(command); in shouldDoNothingUntilRequested()
370 dispatchCommand(IpServer.CMD_INTERFACE_DOWN); in handlesImmediateInterfaceDown()
385 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, 0, 0, in canBeTetheredAsBluetooth()
420 dispatchCommand(IpServer.CMD_TETHER_UNREQUESTED); in canUnrequestTethering()
451 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, 0, 0, in canBeTetheredAsUsb()
481 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, 0, 0, in canBeTetheredAsWifiP2p_NotUsingDedicatedIp()
506 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, 0, 0, in canBeTetheredAsWifiP2p_UsingDedicatedIp()
634 dispatchCommand(IpServer.CMD_TETHER_UNREQUESTED); in canUnrequestTetheringWithUpstream()
672 dispatchCommand(IpServer.CMD_INTERFACE_DOWN); in interfaceDownLeadsToUnavailable()
[all …]
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DFiRaSecureChannel.java260 DispatchCommand dispatchCommand = DispatchCommand.build(data); in processRemoteCommandOrResponse() local
263 mSecureElementChannel.transmit(dispatchCommand)); in processRemoteCommandOrResponse()