Home
last modified time | relevance | path

Searched defs:getAttachState (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DEntryUtil.kt34 fun getAttachState(entry: ListEntry): ListAttachState { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListEntry.java87 ListAttachState getAttachState() { in getAttachState() method in ListEntry