Searched refs:mPendingLogs (Results 1 – 2 of 2) sorted by relevance
154 mPendingLogs = new ArrayList<>(); in start()182 mPendingLogs = new ArrayList<>(); in stop()241 mPendingLogs = new ArrayList<>(); in discardLogs()334 mPendingLogs.ensureCapacity(mPendingLogs.size() + newLogs.size()); in mergeBatchLocked()354 mPendingLogs.add(curEvent); in mergeBatchLocked()367 mPendingLogs.add(curEvent); in mergeBatchLocked()380 mPendingLogs.addAll(idLogs); in mergeBatchLocked()386 mPendingLogs = new ArrayList<>(mPendingLogs.subList( in mergeBatchLocked()388 mPendingLogs.size())); in mergeBatchLocked()393 if (mPendingLogs.size() > 0) { in mergeBatchLocked()[all …]
71 private final Map<NotificationReported, CallRecord> mPendingLogs = new HashMap<>(); field in NotificationRecordLoggerFake82 return new ArrayList<>(mPendingLogs.keySet()); in getPendingLogs()102 mPendingLogs.put(nr, callRecord); in prepareToLogNotificationPosted()109 CallRecord callRecord = mPendingLogs.get(nr); in logNotificationPosted()115 mPendingLogs.remove(nr); in logNotificationPosted()