Searched refs:mCompletedSmsSessions (Results 1 – 1 of 1) sorted by relevance
182 private final Deque<SmsSession> mCompletedSmsSessions = new ArrayDeque<>(); field in TelephonyMetrics536 for (SmsSession smsSession : mCompletedSmsSessions) { in printAllMetrics()666 mCompletedSmsSessions.clear(); in reset()768 log.smsSessions = new SmsSession[mCompletedSmsSessions.size()]; in buildProto()769 mCompletedSmsSessions.toArray(log.smsSessions); in buildProto()1183 if (mCompletedSmsSessions.size() >= MAX_COMPLETED_SMS_SESSIONS) { in finishSmsSession()1184 mCompletedSmsSessions.removeFirst(); in finishSmsSession()1186 mCompletedSmsSessions.add(smsSession); in finishSmsSession()