Searched refs:REASON_CLICK (Results 1 – 8 of 8) sorted by relevance
19 import static android.service.notification.NotificationListenerService.REASON_CLICK;227 verify(mEntryManager).performRemoveNotification(eq(sbn), eq(REASON_CLICK)); in testOnNotificationClicked_keyGuardShowing()
19 import static android.service.notification.NotificationListenerService.REASON_CLICK;487 () -> mEntryManager.performRemoveNotification(notification, REASON_CLICK); in removeNotification()
26 import static android.service.notification.NotificationListenerService.REASON_CLICK;557 final boolean isUserDimiss = reason == REASON_CANCEL || reason == REASON_CLICK;
178 public static final int REASON_CLICK = 1; field in NotificationListenerService
71 import static android.service.notification.NotificationListenerService.REASON_CLICK;819 REASON_CLICK, nv.rank, nv.count, null);5441 if (mReason == REASON_CLICK) {5456 || mReason == REASON_CLICK
102 REASON_CLICK = 1; enumerator
41968 field public static final int REASON_CLICK = 1; // 0x1
42112 field public static final int REASON_CLICK = 1; // 0x1