Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfoTest.java181 mNotificationInfo.bindNotification( in testBindNotification_SetsTextApplicationName()
208 mNotificationInfo.bindNotification( in testBindNotification_SetsPackageIcon()
231 mNotificationInfo.bindNotification( in testBindNotification_noDelegate()
263 mNotificationInfo.bindNotification( in testBindNotification_delegate()
287 mNotificationInfo.bindNotification( in testBindNotification_GroupNameHiddenIfNoGroup()
316 mNotificationInfo.bindNotification( in testBindNotification_SetsGroupNameIfNonNull()
340 mNotificationInfo.bindNotification( in testBindNotification_SetsTextChannelName()
363 mNotificationInfo.bindNotification( in testBindNotification_DefaultChannelDoesNotUseChannelName()
390 mNotificationInfo.bindNotification( in testBindNotification_DefaultChannelUsesChannelNameIfMoreChannelsExist()
413 mNotificationInfo.bindNotification( in testBindNotification_UnblockablePackageUsesChannelName()
[all …]
H A DNotificationConversationInfoTest.java241 mNotificationInfo.bindNotification( in testBindNotification_SetsShortcutIcon()
266 mNotificationInfo.bindNotification( in testBindNotification_SetsTextApplicationName()
319 mNotificationInfo.bindNotification( in testBindNotification_SetsTextGroupName()
345 mNotificationInfo.bindNotification( in testBindNotification_GroupNameHiddenIfNoGroup()
370 mNotificationInfo.bindNotification( in testBindNotification_noDelegate()
406 mNotificationInfo.bindNotification( in testBindNotification_delegate()
432 mNotificationInfo.bindNotification( in testBindNotification_SetsOnClickListenerForSettings()
462 mNotificationInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenNoClickListener()
487 mNotificationInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenDeviceUnprovisioned()
516 mNotificationInfo.bindNotification( in testBindNotification_silentSelected_isFave_isSilent()
[all …]
H A DPartialConversationInfoTest.java163 mInfo.bindNotification( in testBindNotification_SetsName()
182 mInfo.bindNotification( in testBindNotification_setsIcon()
199 mInfo.bindNotification( in testBindNotification_noDelegate()
225 mInfo.bindNotification( in testBindNotification_delegate()
244 mInfo.bindNotification( in testBindNotification_SetsOnClickListenerForSettings()
268 mInfo.bindNotification( in testBindNotification_SetsOnClickListenerForSettings_mainText()
291 mInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenNoClickListener()
308 mInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenDeviceUnprovisioned()
327 mInfo.bindNotification( in testBindNotification_whenAppUnblockable()
H A DNotificationGutsManagerTest.java363 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_highPriority()
397 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_PassesAlongProvisionedState()
429 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_withInitialAction()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java371 notificationInfoView.bindNotification( in initializeNotificationInfo()
418 notificationInfoView.bindNotification( in initializePartialConversationNotificationInfo()
477 notificationInfoView.bindNotification( in initializeConversationNotificationInfo()
H A DPartialConversationInfo.java80 public void bindNotification( in bindNotification() method in PartialConversationInfo
H A DNotificationConversationInfo.java193 public void bindNotification( in bindNotification() method in NotificationConversationInfo
H A DNotificationInfo.java192 public void bindNotification( in bindNotification() method in NotificationInfo