/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | BiometricNotificationLoggerTest.java | 98 NotificationListenerService.REASON_CLICK); in testFaceNotification_clicked() 109 NotificationListenerService.REASON_CLICK); in testFingerprintNotification_clicked()
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricNotificationLogger.java | 84 case NotificationListenerService.REASON_CLICK: in onNotificationRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RemoteInputCoordinator.kt | 23 import android.service.notification.NotificationListenerService.REASON_CLICK 161 if (reason == REASON_CANCEL || reason == REASON_CLICK) { in onEntryRemoved()
|
D | ShadeEventCoordinator.kt | 54 reason == NotificationListenerService.REASON_CLICK || in onEntryRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 20 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/ |
D | NotificationRecordLogger.java | 22 import static android.service.notification.NotificationListenerService.REASON_CLICK; 260 if ((REASON_CLICK <= reason) && (reason <= REASON_CLEAR_DATA)) { in fromCancelReason()
|
D | NotificationManagerService.java | 124 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/ |
D | StatusBarNotificationActivityStarterTest.java | 19 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/ |
D | NotifCollection.java | 27 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/ |
D | NotifCollectionTest.java | 25 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/ |
D | NotifCollectionLogger.kt | 41 NotificationListenerService.REASON_CLICK -> "REASON_CLICK" in cancellationReasonDebugString()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 231 public static final int REASON_CLICK = 1; field in NotificationListenerService 290 REASON_CLICK,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | DataManagerTest.java | 487 NotificationListenerService.REASON_CLICK); in testNotificationOpened() 1381 NotificationListenerService.REASON_CLICK); in testPruneOldRecentConversations()
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | DataManager.java | 1236 if (reason != REASON_CLICK || packageData == null) { in onNotificationRemoved()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 108 REASON_CLICK = 1; enumerator
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 41215 field public static final int REASON_CLICK = 1; // 0x1
|