Searched refs:notificationKey (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 200 final String notificationKey = sbn.getKey(); in onNotificationClicked() local 212 sbn, row, controller, intent, notificationKey, in onNotificationClicked() 228 String notificationKey, in handleNotificationClickAfterKeyguardDismissed() argument 233 if (mHeadsUpManager != null && mHeadsUpManager.isAlerting(notificationKey)) { in handleNotificationClickAfterKeyguardDismissed() 255 sbn, row, controller, intent, notificationKey, in handleNotificationClickAfterKeyguardDismissed() 276 String notificationKey, in handleNotificationClickAfterPanelCollapsed() argument 298 intent.getIntentSender(), notificationKey)) { in handleNotificationClickAfterPanelCollapsed() 318 expandBubbleStackOnMainThread(notificationKey); in handleNotificationClickAfterPanelCollapsed() 331 final int rank = mEntryManager.getNotificationData().getRank(notificationKey); in handleNotificationClickAfterPanelCollapsed() 334 mEntryManager.getNotificationData().get(notificationKey)); in handleNotificationClickAfterPanelCollapsed() [all …]
|
D | StatusBarRemoteInputCallback.java | 192 String notificationKey) { in startWorkChallengeIfNecessary() argument 204 callBackIntent.putExtra(Intent.EXTRA_INDEX, notificationKey); in startWorkChallengeIfNecessary()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 136 final String notificationKey = intent.getStringExtra(Intent.EXTRA_INDEX); 144 if (notificationKey != null) { 147 … final int rank = getEntryManager().getNotificationData().getRank(notificationKey); 150 getEntryManager().getNotificationData().get(notificationKey)); 151 final NotificationVisibility nv = NotificationVisibility.obtain(notificationKey, 154 mBarService.onNotificationClick(notificationKey, nv);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 637 public boolean isManaging(String notificationKey) { in isManaging() argument 638 return mManagedNotifs.contains(notificationKey); in isManaging()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 479 public void expandStackAndSelectBubble(String notificationKey) { in expandStackAndSelectBubble() argument 480 Bubble bubble = mBubbleData.getBubbleWithKey(notificationKey); in expandStackAndSelectBubble()
|