Home
last modified time | relevance | path

Searched refs:bindNotification (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java175 mNotificationInfo.bindNotification( in testBindNotification_SetsTextApplicationName()
201 mNotificationInfo.bindNotification( in testBindNotification_SetsPackageIcon()
223 mNotificationInfo.bindNotification( in testBindNotification_noDelegate()
254 mNotificationInfo.bindNotification( in testBindNotification_delegate()
277 mNotificationInfo.bindNotification( in testBindNotification_GroupNameHiddenIfNoGroup()
305 mNotificationInfo.bindNotification( in testBindNotification_SetsGroupNameIfNonNull()
328 mNotificationInfo.bindNotification( in testBindNotification_SetsTextChannelName()
350 mNotificationInfo.bindNotification( in testBindNotification_DefaultChannelDoesNotUseChannelName()
376 mNotificationInfo.bindNotification( in testBindNotification_DefaultChannelUsesChannelNameIfMoreChannelsExist()
398 mNotificationInfo.bindNotification( in testBindNotification_UnblockablePackageUsesChannelName()
[all …]
DNotificationConversationInfoTest.java242 mNotificationInfo.bindNotification( in testBindNotification_SetsShortcutIcon()
267 mNotificationInfo.bindNotification( in testBindNotification_SetsTextApplicationName()
320 mNotificationInfo.bindNotification( in testBindNotification_SetsTextGroupName()
346 mNotificationInfo.bindNotification( in testBindNotification_GroupNameHiddenIfNoGroup()
371 mNotificationInfo.bindNotification( in testBindNotification_noDelegate()
407 mNotificationInfo.bindNotification( in testBindNotification_delegate()
433 mNotificationInfo.bindNotification( in testBindNotification_SetsOnClickListenerForSettings()
463 mNotificationInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenNoClickListener()
488 mNotificationInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenDeviceUnprovisioned()
517 mNotificationInfo.bindNotification( in testBindNotification_silentSelected_isFave_isSilent()
[all …]
DPartialConversationInfoTest.java158 mInfo.bindNotification( in testBindNotification_SetsName()
176 mInfo.bindNotification( in testBindNotification_setsIcon()
192 mInfo.bindNotification( in testBindNotification_noDelegate()
217 mInfo.bindNotification( in testBindNotification_delegate()
235 mInfo.bindNotification( in testBindNotification_SetsOnClickListenerForSettings()
258 mInfo.bindNotification( in testBindNotification_SetsOnClickListenerForSettings_mainText()
280 mInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenNoClickListener()
296 mInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenDeviceUnprovisioned()
314 mInfo.bindNotification( in testBindNotification_whenAppUnblockable()
DNotificationGutsManagerTest.java470 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_highPriority()
503 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_PassesAlongProvisionedState()
534 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_withInitialAction()
DNotificationGutsManagerWithScenesTest.kt493 .bindNotification( in <lambda>()
525 .bindNotification( in <lambda>()
557 .bindNotification( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java404 notificationInfoView.bindNotification( in initializeNotificationInfo()
450 notificationInfoView.bindNotification( in initializePartialConversationNotificationInfo()
508 notificationInfoView.bindNotification( in initializeConversationNotificationInfo()
DPartialConversationInfo.java77 public void bindNotification( in bindNotification() method in PartialConversationInfo
DNotificationConversationInfo.java194 public void bindNotification( in bindNotification() method in NotificationConversationInfo
DNotificationInfo.java190 public void bindNotification( in bindNotification() method in NotificationInfo