Searched defs:sCalls (Results 1 – 3 of 3) sorted by relevance
39 static Set<Call> sCalls = new HashSet<>(); field in CtsApi29InCallService
43 private static Set<Call> sCalls = new HashSet<>(); field in CtsThirdPartyInCallService
41 private static final List<Call> sCalls = Collections.synchronizedList(new ArrayList<>()); field in MockInCallService