Searched refs:sActiveCallIds (Results 1 – 1 of 1) sorted by relevance
602 private static final LinkedList<String> sActiveCallIds = new LinkedList<>(); field in Analytics618 while (sActiveCallIds.size() >= MAX_NUM_CALLS_TO_STORE) { in initiateCallAnalytics()619 String callToRemove = sActiveCallIds.remove(); in initiateCallAnalytics()623 sActiveCallIds.add(callId); in initiateCallAnalytics()