Home
last modified time | relevance | path

Searched defs:sCalls (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallService.java39 static Set<Call> sCalls = new HashSet<>(); field in CtsApi29InCallService
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java43 private static Set<Call> sCalls = new HashSet<>(); field in CtsThirdPartyInCallService
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java41 private static final List<Call> sCalls = Collections.synchronizedList(new ArrayList<>()); field in MockInCallService