/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationTransitionAnimatorControllerTest.kt | 54 private val notificationKey: String constant in com.android.systemui.statusbar.notification.NotificationTransitionAnimatorControllerTest 77 `when`(headsUpManager.isHeadsUpEntry(notificationKey)).thenReturn(true) in flagNotificationAsHun() 94 .removeNotification(notificationKey, true /* releaseImmediately */, true /* animate */) in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch() 112 .removeNotification(notificationKey, true /* releaseImmediately */, true /* animate */) in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled() 130 .removeNotification(notificationKey, true /* releaseImmediately */, false /* animate */) in testHunIsRemovedAndCallbackIsInvokedWhenAnimationEnds() 155 `when`(headsUpManager.isHeadsUpEntry(notificationKey)).thenReturn(false) in testAlertingSummaryHunRemovedOnNonAlertingChildLaunch()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ColorUpdateLogger.kt | 83 frame.events.add(Event(type = type, extraValue = extra, notificationKey = key)) in logNotificationEvent() 130 val notificationKey: String? = null, constant in Event 137 notificationKey?.let { pw.append(" ---- ").append(logKey(it)) } in dump()
|
D | NotificationTransitionAnimatorController.kt | 76 private val notificationKey = notificationEntry.sbn.key constant 162 headsUpManager.isHeadsUpEntry(notificationKey) -> notification
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 351 String notificationKey = entry.getKey(); in handleNotificationClickAfterPanelCollapsed() local 373 intent.getIntentSender(), notificationKey)) { in handleNotificationClickAfterPanelCollapsed() 388 && !mRemoteInputManager.isSpinning(notificationKey)) { in handleNotificationClickAfterPanelCollapsed() 407 || mRemoteInputManager.isNotificationKeptForRemoteInputHistory(notificationKey))) { in handleNotificationClickAfterPanelCollapsed() 423 mClickNotifier.onNotificationClick(notificationKey, nv); in handleNotificationClickAfterPanelCollapsed() 441 String notificationKey = entry.getKey(); in onDragSuccess() local 443 || mRemoteInputManager.isNotificationKeptForRemoteInputHistory(notificationKey)) { in onDragSuccess() 460 mClickNotifier.onNotificationClick(notificationKey, nv); in onDragSuccess()
|
D | StatusBarRemoteInputCallback.java | 231 String notificationKey) { in startWorkChallengeIfNecessary() argument 243 callBackIntent.putExtra(Intent.EXTRA_INDEX, notificationKey); in startWorkChallengeIfNecessary()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryDumper.kt | 47 .sortedWith(compareBy({ it.packageName }, { it.notificationKey })) in <lambda>() 81 it.notificationKey.replace('|', '│') in <lambda>() 165 use.notificationKey.replace('|', '│') in <lambda>()
|
D | NotificationMemory.kt | 26 val notificationKey: String, constant in com.android.systemui.statusbar.notification.logging.NotificationMemoryUsage
|
D | NotificationMemoryLogger.kt | 97 { it.notificationKey } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | LaunchConversationActivity.java | 114 String notificationKey = in onCreate() local 144 NotificationEntry entry = mCommonNotifCollection.getEntry(notificationKey); in onCreate() 161 clearNotificationIfPresent(notificationKey, packageName, userHandle); in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/data/model/ |
D | MediaSortKeyModel.kt | 30 val notificationKey: String? = null, constant in com.android.systemui.media.controls.data.model.MediaSortKeyModel
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/data/repository/ |
D | MediaFilterRepositoryTest.kt | 306 notificationKey = KEY, in loadMediaFromRec() 313 notificationKey = KEY_2 in loadMediaFromRec() 378 notificationKey = "key: $app", in createMediaData()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/shared/model/ |
D | MediaData.kt | 76 val notificationKey: String? = null, constant in com.android.systemui.media.controls.shared.model.MediaData
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaCarouselControllerTest.kt | 373 it.second.copy(notificationKey = it.first), in testPlayerOrdering() 381 assertEquals(expected.get(index).first, key.data.notificationKey) in testPlayerOrdering() 385 assertEquals(expected.get(index).first, key.data.notificationKey) in testPlayerOrdering() 679 player1.second.copy(notificationKey = player1.first), in testGetCurrentVisibleMediaContentIntent() 692 player2.second.copy(notificationKey = player2.first), in testGetCurrentVisibleMediaContentIntent() 707 player3.second.copy(notificationKey = player3.first), in testGetCurrentVisibleMediaContentIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/data/repository/ |
D | MediaFilterRepository.kt | 108 .thenByDescending { it.notificationKey } in <lambda>() 201 it.notificationKey, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 232 final String notificationKey = intent.getStringExtra(Intent.EXTRA_INDEX); 244 if (notificationKey != null) { 246 .obtain(notificationKey, true); 247 mClickNotifier.onNotificationClick(notificationKey, nv);
|
/frameworks/base/core/java/android/app/people/ |
D | PeopleSpaceTile.java | 382 public Builder setNotificationKey(String notificationKey) { in setNotificationKey() argument 383 mNotificationKey = notificationKey; in setNotificationKey()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowController.java | 214 @NotificationKey String notificationKey, in ExpandableNotificationRowController() argument 241 mNotificationKey = notificationKey; in ExpandableNotificationRowController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/ |
D | MediaPlayerDataTest.kt | 261 notificationKey = "key: $app",
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/ui/viewmodel/ |
D | MediaCarouselViewModelTest.kt | 176 notificationKey = key, in loadMediaControl()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/domain/interactor/ |
D | MediaCarouselInteractorTest.kt | 226 notificationKey = KEY in loadMediaFromRec()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMeterTest.kt | 301 assertThat(memoryUse.notificationKey) in assertNotificationObjectSizes()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaSessionBasedFilterTest.kt | 53 MediaTestUtils.emptyMediaData.copy(packageName = PACKAGE, notificationKey = NOTIF_KEY)
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | DataManagerTest.java | 503 String notificationKey = ""; in testUncacheShortcutsWhenNotificationsDismissed() local 511 notificationKey = String.format("notification-key-%d", i); in testUncacheShortcutsWhenNotificationsDismissed() 512 sendGenericNotificationWithKey(notificationKey); in testUncacheShortcutsWhenNotificationsDismissed() 526 when(mGenericSbn.getKey()).thenReturn(notificationKey); in testUncacheShortcutsWhenNotificationsDismissed()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaDataProcessor.kt | 716 notificationKey = packageName, in <lambda>() 896 notificationKey = key, in <lambda>()
|
D | LegacyMediaDataManagerImpl.kt | 770 notificationKey = packageName, in loadMediaDataInBgForResumption() 950 notificationKey = key, in loadMediaDataInBg()
|