Searched refs:getCallForId (Results 1 – 2 of 2) sorted by relevance
51 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()
80 final CrossDeviceCall crossDeviceCall = getCallForId(crossDeviceCallId,179 CrossDeviceCall getCallForId(String crossDeviceCallId, Collection<CrossDeviceCall> calls) { in getCallForId() method in CallMetadataSyncInCallService