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