Searched refs:CircularBuffer (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMailLogService.java63 private static class CircularBuffer { class in class:MailLogService
72 private CircularBuffer() { method in class:MailLogService.CircularBuffer
117 private static final Map<String, CircularBuffer> sLogs = new HashMap<String, CircularBuffer>();
130 private static CircularBuffer getOrCreate(String tag) {
134 // Create a new CircularBuffer with this tag
135 final CircularBuffer buffer = new CircularBuffer();

Completed in 47 milliseconds