Home
last modified time | relevance | path

Searched refs:mNotificationInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java98 private NotificationInfo mNotificationInfo; field in NotificationInfoTest
131 mNotificationInfo = (NotificationInfo) layoutInflater.inflate(R.layout.notification_info, in setUp()
133 mNotificationInfo.setGutsParent(mock(NotificationGuts.class)); in setUp()
136 mNotificationInfo.mSkipPost = true; in setUp()
175 mNotificationInfo.bindNotification( in testBindNotification_SetsTextApplicationName()
191 final TextView textView = mNotificationInfo.findViewById(R.id.pkg_name); in testBindNotification_SetsTextApplicationName()
193 assertEquals(VISIBLE, mNotificationInfo.findViewById(R.id.header).getVisibility()); in testBindNotification_SetsTextApplicationName()
201 mNotificationInfo.bindNotification( in testBindNotification_SetsPackageIcon()
217 final ImageView iconView = mNotificationInfo.findViewById(R.id.pkg_icon); in testBindNotification_SetsPackageIcon()
223 mNotificationInfo.bindNotification( in testBindNotification_noDelegate()
[all …]
DNotificationConversationInfoTest.java117 private NotificationConversationInfo mNotificationInfo; field in NotificationConversationInfoTest
169 mNotificationInfo = (NotificationConversationInfo) layoutInflater.inflate( in setUp()
172 mNotificationInfo.setGutsParent(mNotificationGuts); in setUp()
174 mNotificationInfo.handleCloseControls(true, false); in setUp()
179 mNotificationInfo.mSkipPost = true; in setUp()
242 mNotificationInfo.bindNotification( in testBindNotification_SetsShortcutIcon()
260 final ImageView view = mNotificationInfo.findViewById(R.id.conversation_icon); in testBindNotification_SetsShortcutIcon()
267 mNotificationInfo.bindNotification( in testBindNotification_SetsTextApplicationName()
285 final TextView textView = mNotificationInfo.findViewById(R.id.pkg_name); in testBindNotification_SetsTextApplicationName()
287 assertEquals(VISIBLE, mNotificationInfo.findViewById(R.id.header).getVisibility()); in testBindNotification_SetsTextApplicationName()
[all …]