Home
last modified time | relevance | path

Searched defs:ListEntry (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListEntry.java30 public abstract class ListEntry { class
37 protected ListEntry(String key, long creationTime) { in ListEntry() method in ListEntry
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationUtils.kt23 val ListEntry?.logKey: String? regex
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DSynthesisPlaybackQueueItem.java323 static final class ListEntry { class in SynthesisPlaybackQueueItem
326 ListEntry(byte[] bytes) { in ListEntry() method in SynthesisPlaybackQueueItem.ListEntry