Searched refs:mMockINotificationManager (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfoTest.java | 110 private INotificationManager mMockINotificationManager; field in NotificationInfoTest 153 when(mMockINotificationManager.getNumNotificationChannelsForPackage( in setUp() 177 mMockINotificationManager, in testBindNotification_SetsTextApplicationName() 203 mMockINotificationManager, in testBindNotification_SetsPackageIcon() 225 mMockINotificationManager, in testBindNotification_noDelegate() 256 mMockINotificationManager, in testBindNotification_delegate() 279 mMockINotificationManager, in testBindNotification_GroupNameHiddenIfNoGroup() 302 when(mMockINotificationManager.getNotificationChannelGroupForPackage( in testBindNotification_SetsGroupNameIfNonNull() 307 mMockINotificationManager, in testBindNotification_SetsGroupNameIfNonNull() 330 mMockINotificationManager, in testBindNotification_SetsTextChannelName() [all …]
|
D | NotificationConversationInfoTest.java | 134 private INotificationManager mMockINotificationManager; field in NotificationConversationInfoTest 230 when(mMockINotificationManager.getConversationNotificationChannel(anyString(), anyInt(), in setUp() 234 when(mMockINotificationManager.getConsolidatedNotificationPolicy()) in setUp() 247 mMockINotificationManager, in testBindNotification_SetsShortcutIcon() 272 mMockINotificationManager, in testBindNotification_SetsTextApplicationName() 315 when(mMockINotificationManager.getNotificationChannelGroupForPackage( in testBindNotification_SetsTextGroupName() 325 mMockINotificationManager, in testBindNotification_SetsTextGroupName() 351 mMockINotificationManager, in testBindNotification_GroupNameHiddenIfNoGroup() 376 mMockINotificationManager, in testBindNotification_noDelegate() 412 mMockINotificationManager, in testBindNotification_delegate() [all …]
|
D | PartialConversationInfoTest.java | 93 private INotificationManager mMockINotificationManager; field in PartialConversationInfoTest 136 when(mMockINotificationManager.getNumNotificationChannelsForPackage( in setUp() 160 mMockINotificationManager, in testBindNotification_SetsName() 178 mMockINotificationManager, in testBindNotification_setsIcon() 194 mMockINotificationManager, in testBindNotification_noDelegate() 219 mMockINotificationManager, in testBindNotification_delegate() 237 mMockINotificationManager, in testBindNotification_SetsOnClickListenerForSettings() 260 mMockINotificationManager, in testBindNotification_SetsOnClickListenerForSettings_mainText() 282 mMockINotificationManager, in testBindNotification_SettingsButtonInvisibleWhenNoClickListener() 298 mMockINotificationManager, in testBindNotification_SettingsButtonInvisibleWhenDeviceUnprovisioned() [all …]
|