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