Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java181 mNotificationInfo.bindNotification( in testBindNotification_SetsTextApplicationName()
206 mNotificationInfo.bindNotification( in testBindNotification_SetsPackageIcon()
227 mNotificationInfo.bindNotification( in testBindNotification_noDelegate()
257 mNotificationInfo.bindNotification( in testBindNotification_delegate()
279 mNotificationInfo.bindNotification( in testBindNotification_GroupNameHiddenIfNoGroup()
306 mNotificationInfo.bindNotification( in testBindNotification_SetsGroupNameIfNonNull()
328 mNotificationInfo.bindNotification( in testBindNotification_SetsTextChannelName()
349 mNotificationInfo.bindNotification( in testBindNotification_DefaultChannelDoesNotUseChannelName()
374 mNotificationInfo.bindNotification( in testBindNotification_DefaultChannelUsesChannelNameIfMoreChannelsExist()
395 mNotificationInfo.bindNotification( in testBindNotification_UnblockablePackageUsesChannelName()
[all …]
DNotificationConversationInfoTest.java243 mNotificationInfo.bindNotification( in testBindNotification_SetsShortcutIcon()
267 mNotificationInfo.bindNotification( in testBindNotification_SetsTextApplicationName()
318 mNotificationInfo.bindNotification( in testBindNotification_SetsTextGroupName()
343 mNotificationInfo.bindNotification( in testBindNotification_GroupNameHiddenIfNoGroup()
367 mNotificationInfo.bindNotification( in testBindNotification_noDelegate()
402 mNotificationInfo.bindNotification( in testBindNotification_delegate()
427 mNotificationInfo.bindNotification( in testBindNotification_SetsOnClickListenerForSettings()
456 mNotificationInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenNoClickListener()
480 mNotificationInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenDeviceUnprovisioned()
508 mNotificationInfo.bindNotification( in testBindNotification_silentSelected_isFave_isSilent()
[all …]
DPartialConversationInfoTest.java167 mInfo.bindNotification( in testBindNotification_SetsName()
186 mInfo.bindNotification( in testBindNotification_setsIcon()
203 mInfo.bindNotification( in testBindNotification_noDelegate()
229 mInfo.bindNotification( in testBindNotification_delegate()
248 mInfo.bindNotification( in testBindNotification_SetsOnClickListenerForSettings()
272 mInfo.bindNotification( in testBindNotification_SetsOnClickListenerForSettings_mainText()
295 mInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenNoClickListener()
312 mInfo.bindNotification( in testBindNotification_SettingsButtonInvisibleWhenDeviceUnprovisioned()
331 mInfo.bindNotification( in testBindNotification_whenAppUnblockable()
DNotificationGutsManagerTest.java357 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_highPriority()
390 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_PassesAlongProvisionedState()
421 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_withInitialAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java370 notificationInfoView.bindNotification( in initializeNotificationInfo()
415 notificationInfoView.bindNotification( in initializePartialConversationNotificationInfo()
479 notificationInfoView.bindNotification( in initializeConversationNotificationInfo()
DPartialConversationInfo.java99 public void bindNotification( in bindNotification() method in PartialConversationInfo
DNotificationConversationInfo.java206 public void bindNotification( in bindNotification() method in NotificationConversationInfo
DNotificationInfo.java176 public void bindNotification( in bindNotification() method in NotificationInfo