Searched refs:OUTBOUND_TARGET_REMOTE (Results 1 – 6 of 6) sorted by relevance
230 new OutboundData(OUTBOUND_TARGET_REMOTE, in DispatchResponse()382 OUTBOUND_TARGET_REMOTE,388 public static final int OUTBOUND_TARGET_REMOTE = 1; field in DispatchResponse
21 import static com.android.server.uwb.secure.csml.DispatchResponse.OUTBOUND_TARGET_REMOTE;119 || dispatchResponse.getOutboundData().get().target == OUTBOUND_TARGET_REMOTE) { in handleGetSessionDataResponse()
85 && outboundData.get().target == DispatchResponse.OUTBOUND_TARGET_REMOTE) { in handleDispatchResponse()
106 if (outboundData.get().target == DispatchResponse.OUTBOUND_TARGET_REMOTE) { in handleDispatchResponse()
291 if (outboundData.get().target == DispatchResponse.OUTBOUND_TARGET_REMOTE) { in handleDispatchResponseForSc()
76 .isEqualTo(DispatchResponse.OUTBOUND_TARGET_REMOTE); in validResponseWithOutboundDataToRemote()