Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricNotificationLoggerTest.java98 NotificationListenerService.REASON_CLICK); in testFaceNotification_clicked()
109 NotificationListenerService.REASON_CLICK); in testFingerprintNotification_clicked()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricNotificationLogger.java84 case NotificationListenerService.REASON_CLICK: in onNotificationRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt23 import android.service.notification.NotificationListenerService.REASON_CLICK
161 if (reason == REASON_CANCEL || reason == REASON_CLICK) { in onEntryRemoved()
DShadeEventCoordinator.kt54 reason == NotificationListenerService.REASON_CLICK || in onEntryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java20 import static android.service.notification.NotificationListenerService.REASON_CLICK;
409 mOnUserInteractionCallback.registerFutureDismissal(entry, REASON_CLICK); in handleNotificationClickAfterPanelCollapsed()
445 mOnUserInteractionCallback.registerFutureDismissal(entry, REASON_CLICK); in onDragSuccess()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java22 import static android.service.notification.NotificationListenerService.REASON_CLICK;
260 if ((REASON_CLICK <= reason) && (reason <= REASON_CLEAR_DATA)) { in fromCancelReason()
DNotificationManagerService.java124 import static android.service.notification.NotificationListenerService.REASON_CLICK;
1281 false, r.getUserId(), REASON_CLICK, nv.rank, nv.count, null);
1344 REASON_CLICK,
8379 if (mReason == REASON_CLICK) {
8385 || (mReason == REASON_CLICK && r.canBubble()
8410 || mReason == REASON_CLICK
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java19 import static android.service.notification.NotificationListenerService.REASON_CLICK;
325 .registerFutureDismissal(eq(entry), eq(REASON_CLICK)); in testOnNotificationClicked_keyGuardShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java27 import static android.service.notification.NotificationListenerService.REASON_CLICK;
858 entry.mCancellationReason == REASON_CLICK
1165 REASON_CLICK,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java25 import static android.service.notification.NotificationListenerService.REASON_CLICK;
677 mNoMan.retractNotif(notif2.sbn, REASON_CLICK); in testNMSReportsUserDismissalAlwaysRemovesNotif()
1637 final Runnable onDismiss = mCollection.registerFutureDismissal(entry, REASON_CLICK, in testRegisterFutureDismissal()
1658 final Runnable onDismiss = mCollection.registerFutureDismissal(entry, REASON_CLICK, in testRegisterFutureDismissalWithRetractionAndRepost()
1663 mNoMan.retractNotif(notifEvent.sbn, REASON_CLICK); in testRegisterFutureDismissalWithRetractionAndRepost()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionLogger.kt41 NotificationListenerService.REASON_CLICK -> "REASON_CLICK" in cancellationReasonDebugString()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java231 public static final int REASON_CLICK = 1; field in NotificationListenerService
290 REASON_CLICK,
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java487 NotificationListenerService.REASON_CLICK); in testNotificationOpened()
1381 NotificationListenerService.REASON_CLICK); in testPruneOldRecentConversations()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java1236 if (reason != REASON_CLICK || packageData == null) { in onNotificationRemoved()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto108 REASON_CLICK = 1; enumerator
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt41215 field public static final int REASON_CLICK = 1; // 0x1