Home
last modified time | relevance | path

Searched refs:REASON_CLICK (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt24 import android.service.notification.NotificationListenerService.REASON_CLICK in <lambda>()
78 val isUserDismiss = reason == REASON_CANCEL || reason == REASON_CLICK in <lambda>()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java20 import static android.service.notification.NotificationListenerService.REASON_CLICK;
190 if ((REASON_CLICK <= reason) && (reason <= REASON_TIMEOUT)) { in fromCancelReason()
DNotificationManagerService.java89 import static android.service.notification.NotificationListenerService.REASON_CLICK;
1146 REASON_CLICK, nv.rank, nv.count, null);
6852 if (mReason == REASON_CLICK) {
6858 || (mReason == REASON_CLICK && r.canBubble()
6878 || mReason == REASON_CLICK
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java19 import static android.service.notification.NotificationListenerService.REASON_CLICK;
279 REASON_CLICK, null); in testOnNotificationClicked_keyGuardShowing() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java24 import static android.service.notification.NotificationListenerService.REASON_CLICK;
683 entry.mCancellationReason == REASON_CLICK
792 REASON_CLICK,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java19 import static android.service.notification.NotificationListenerService.REASON_CLICK;
395 entry, REASON_CLICK, summaryToRemove); in handleNotificationClickAfterPanelCollapsed()
DStatusBarNotificationPresenter.java317 && reason != NotificationListenerService.REASON_CLICK) { in onNotificationRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java26 import static android.service.notification.NotificationListenerService.REASON_CLICK;
438 || dismissReason == REASON_CLICK; in setupNEM()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java217 public static final int REASON_CLICK = 1; field in NotificationListenerService
263 REASON_CLICK,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java22 import static android.service.notification.NotificationListenerService.REASON_CLICK;
495 mNoMan.retractNotif(notif2.sbn, REASON_CLICK); in testNMSReportsUserDismissalAlwaysRemovesNotif()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java486 NotificationListenerService.REASON_CLICK); in testNotificationOpened()
1249 NotificationListenerService.REASON_CLICK); in testPruneOldRecentConversations()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java1204 if (reason != REASON_CLICK || packageData == null) { in onNotificationRemoved()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto102 REASON_CLICK = 1; enumerator
/frameworks/base/core/api/
Dcurrent.txt38636 field public static final int REASON_CLICK = 1; // 0x1