Searched refs:mCallEventRecords (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DLog.java216 private static final LinkedBlockingQueue<CallEventRecord> mCallEventRecords = field in class:Log
235 synchronized (mCallEventRecords) {
238 if (mCallEventRecords.remainingCapacity() == 0) {
239 CallEventRecord record = mCallEventRecords.poll();
247 mCallEventRecords.add(newRecord);
391 for (CallEventRecord callEventRecord : mCallEventRecords) {

Completed in 10 milliseconds