Searched defs:ListEntry (Results 1 – 4 of 4) sorted by relevance
30 public abstract class ListEntry { class37 protected ListEntry(String key, long creationTime) { in ListEntry() method in ListEntry
23 val ListEntry?.logKey: String? constant
323 static final class ListEntry { class in SynthesisPlaybackQueueItem326 ListEntry(byte[] bytes) { in ListEntry() method in SynthesisPlaybackQueueItem.ListEntry
415 private fun ListEntry.anyEntry(predicate: (NotificationEntry?) -> Boolean) = in <lambda>() method