Home
last modified time | relevance | path

Searched refs:onNotificationClick (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationClickNotifier.kt63 fun onNotificationClick( regex
68 barService.onNotificationClick(key, visibility)
H A DNotificationLockscreenUserManagerImpl.java176 mClickNotifier.onNotificationClick(notificationKey, nv);
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java272 orderVerifier.verify(mClickNotifier).onNotificationClick( in testOnNotificationClicked_keyGuardShowing()
298 verify(mClickNotifier).onNotificationClick( in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
329 verify(mClickNotifier).onNotificationClick( in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()
359 verify(mClickNotifier).onNotificationClick( in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java30 void onNotificationClick(int callingUid, int callingPid, String key, in onNotificationClick() method
H A DNotificationManagerService.java1055 public void onNotificationClick(int callingUid, int callingPid, String key,
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl66 void onNotificationClick(String key, in NotificationVisibility nv); in onNotificationClick() method
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationClickHandlerFactoryTest.java167 .onNotificationClick(anyString(), any(NotificationVisibility.class)); in onClickClickHandler_noIntent_returnsImmediately()
181 .onNotificationClick(anyString(), any(NotificationVisibility.class)); in onClickClickHandler_intentExists_callsBarServiceNotificationClicked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java383 mClickNotifier.onNotificationClick(notificationKey, nv); in handleNotificationClickAfterPanelCollapsed()
432 mClickNotifier.onNotificationClick(notificationKey, nv); in onDragSuccess()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationClickHandlerFactory.java122 mBarService.onNotificationClick(alertEntry.getKey(), in getClickHandler()
/aosp12/frameworks/base/core/java/android/app/
H A DStatusBarManager.java286 svc.onNotificationClick(key, in clickNotificationInternal()
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1381 public void onNotificationClick(String key, NotificationVisibility nv) { in onNotificationClick() method in StatusBarManagerService
1387 mNotificationDelegate.onNotificationClick(callingUid, callingPid, key, nv); in onNotificationClick()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7422 mService.mNotificationDelegate.onNotificationClick(mUid, Binder.getCallingPid(), in testNotificationBubbles_bubbleChildrenStay_whenGroupSummaryClicked()
7457 mService.mNotificationDelegate.onNotificationClick(mUid, Binder.getCallingPid(), in testNotificationBubbles_bubbleStays_whenClicked()
7498 mService.mNotificationDelegate.onNotificationClick(mUid, Binder.getCallingPid(), in testNotificationBubbles_bubbleStays_whenClicked_afterBubbleDismissed()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt86401 Lcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->onNotificationClick(Ljava/lang/Strin…
86484 Lcom/android/internal/statusbar/IStatusBarService;->onNotificationClick(Ljava/lang/String;Lcom/andr…
/aosp12/frameworks/base/services/
H A Dart-profile26580 HPLcom/android/server/notification/NotificationManagerService$1;->onNotificationClick(IILjava/lang/…
39196 HPLcom/android/server/statusbar/StatusBarManagerService;->onNotificationClick(Ljava/lang/String;Lco…