Searched refs:mCompletedSmsSessions (Results 1 – 1 of 1) sorted by relevance
162 private final Deque<SmsSession> mCompletedSmsSessions = new ArrayDeque<>(); field in TelephonyMetrics491 for (SmsSession smsSession : mCompletedSmsSessions) { in printAllMetrics()594 mCompletedSmsSessions.clear(); in reset()680 log.smsSessions = new SmsSession[mCompletedSmsSessions.size()]; in buildProto()681 mCompletedSmsSessions.toArray(log.smsSessions); in buildProto()1078 if (mCompletedSmsSessions.size() >= MAX_COMPLETED_SMS_SESSIONS) { in finishSmsSession()1079 mCompletedSmsSessions.removeFirst(); in finishSmsSession()1081 mCompletedSmsSessions.add(smsSession); in finishSmsSession()