Searched refs:mCompletedSmsSessions (Results 1 – 1 of 1) sorted by relevance
139 private final Deque<SmsSession> mCompletedSmsSessions = new ArrayDeque<>(); field in TelephonyMetrics400 for (SmsSession smsSession : mCompletedSmsSessions) { in printAllMetrics()453 mCompletedSmsSessions.clear(); in reset()505 log.smsSessions = new SmsSession[mCompletedSmsSessions.size()]; in buildProto()506 mCompletedSmsSessions.toArray(log.smsSessions); in buildProto()807 if (mCompletedSmsSessions.size() >= MAX_COMPLETED_SMS_SESSIONS) { in finishSmsSessionIfNeeded()808 mCompletedSmsSessions.removeFirst(); in finishSmsSessionIfNeeded()810 mCompletedSmsSessions.add(smsSession); in finishSmsSessionIfNeeded()