Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCallMetadataSyncInCallService.java78 private void processCallControlAction(String crossDeviceCallId,
80 final CrossDeviceCall crossDeviceCall = getCallForId(crossDeviceCallId,
179 CrossDeviceCall getCallForId(String crossDeviceCallId, Collection<CrossDeviceCall> calls) { in getCallForId() argument
180 if (crossDeviceCallId == null) { in getCallForId()
184 if (crossDeviceCallId.equals(crossDeviceCall.getId())) { in getCallForId()