Searched refs:REASON_CLICK (Results 1 – 14 of 14) sorted by relevance
24 import android.service.notification.NotificationListenerService.REASON_CLICK in <lambda>()78 val isUserDismiss = reason == REASON_CANCEL || reason == REASON_CLICK in <lambda>()
20 import static android.service.notification.NotificationListenerService.REASON_CLICK;190 if ((REASON_CLICK <= reason) && (reason <= REASON_TIMEOUT)) { in fromCancelReason()
89 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
19 import static android.service.notification.NotificationListenerService.REASON_CLICK;279 REASON_CLICK, null); in testOnNotificationClicked_keyGuardShowing() local
24 import static android.service.notification.NotificationListenerService.REASON_CLICK;683 entry.mCancellationReason == REASON_CLICK792 REASON_CLICK,
19 import static android.service.notification.NotificationListenerService.REASON_CLICK;395 entry, REASON_CLICK, summaryToRemove); in handleNotificationClickAfterPanelCollapsed()
317 && reason != NotificationListenerService.REASON_CLICK) { in onNotificationRemoved()
26 import static android.service.notification.NotificationListenerService.REASON_CLICK;438 || dismissReason == REASON_CLICK; in setupNEM()
217 public static final int REASON_CLICK = 1; field in NotificationListenerService263 REASON_CLICK,
22 import static android.service.notification.NotificationListenerService.REASON_CLICK;495 mNoMan.retractNotif(notif2.sbn, REASON_CLICK); in testNMSReportsUserDismissalAlwaysRemovesNotif()
486 NotificationListenerService.REASON_CLICK); in testNotificationOpened()1249 NotificationListenerService.REASON_CLICK); in testPruneOldRecentConversations()
1204 if (reason != REASON_CLICK || packageData == null) { in onNotificationRemoved()
102 REASON_CLICK = 1; enumerator
38636 field public static final int REASON_CLICK = 1; // 0x1