Home
last modified time | relevance | path

Searched refs:isAppCancel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt81 val isAppCancel = reason == REASON_APP_CANCEL || reason == REASON_APP_CANCEL_ALL in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java562 final boolean isAppCancel = dismissReason == REASON_APP_CANCEL in setupNEM()
570 (entry != null && entry.isRowDismissed() && !isAppCancel) in setupNEM()