Searched refs:mCompletedSmsSessions (Results 1 – 1 of 1) sorted by relevance
131 private final Deque<SmsSession> mCompletedSmsSessions = new ArrayDeque<>(); field in TelephonyMetrics390 for (SmsSession smsSession : mCompletedSmsSessions) { in printAllMetrics()428 mCompletedSmsSessions.clear(); in reset()480 log.smsSessions = new SmsSession[mCompletedSmsSessions.size()]; in buildProto()481 mCompletedSmsSessions.toArray(log.smsSessions); in buildProto()763 if (mCompletedSmsSessions.size() >= MAX_COMPLETED_SMS_SESSIONS) { in finishSmsSessionIfNeeded()764 mCompletedSmsSessions.removeFirst(); in finishSmsSessionIfNeeded()766 mCompletedSmsSessions.add(smsSession); in finishSmsSessionIfNeeded()