Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/companion/datatransfer/contextsync/
DCallMetadataSyncInCallServiceTest.java51 final CrossDeviceCall call = mSyncInCallService.getCallForId(null, in getCallForId_invalid()
59 final CrossDeviceCall call = mSyncInCallService.getCallForId("abc123", in getCallForId_noMatch()
67 final CrossDeviceCall call = mSyncInCallService.getCallForId("123abc", in getCallForId_hasMatch()
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCallMetadataSyncInCallService.java80 final CrossDeviceCall crossDeviceCall = getCallForId(crossDeviceCallId,
179 CrossDeviceCall getCallForId(String crossDeviceCallId, Collection<CrossDeviceCall> calls) { in getCallForId() method in CallMetadataSyncInCallService