Home | History | Annotate | Download | only in music

Lines Matching refs:LogEntry

1319     static class LogEntry {
1323 LogEntry(Object o) {
1339 private static LogEntry[] sMusicLog = new LogEntry[100];
1345 sMusicLog[sLogPtr] = new LogEntry(o);
1358 LogEntry entry = sMusicLog[idx];