Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java19 import static android.service.notification.NotificationListenerService.REASON_CLICK;
227 verify(mEntryManager).performRemoveNotification(eq(sbn), eq(REASON_CLICK)); in testOnNotificationClicked_keyGuardShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java19 import static android.service.notification.NotificationListenerService.REASON_CLICK;
487 () -> mEntryManager.performRemoveNotification(notification, REASON_CLICK); in removeNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java26 import static android.service.notification.NotificationListenerService.REASON_CLICK;
557 final boolean isUserDimiss = reason == REASON_CANCEL || reason == REASON_CLICK;
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java178 public static final int REASON_CLICK = 1; field in NotificationListenerService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java71 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
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto102 REASON_CLICK = 1; enumerator
/frameworks/base/non-updatable-api/
Dcurrent.txt41968 field public static final int REASON_CLICK = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt42112 field public static final int REASON_CLICK = 1; // 0x1