Searched refs:mNotificationInfo (Results 1 – 1 of 1) sorted by relevance
103 private NotificationInfo mNotificationInfo; field in NotificationInfoTest133 mNotificationInfo = (NotificationInfo) layoutInflater.inflate(R.layout.notification_info, in setUp()135 mNotificationInfo.setGutsParent(mock(NotificationGuts.class)); in setUp()182 () -> VISIBLE == mNotificationInfo.findViewById(R.id.confirmation).getVisibility()); in waitForUndoButton()187 () -> GONE == mNotificationInfo.findViewById(R.id.confirmation).getVisibility() in ensureNoUndoButton()188 && !mNotificationInfo.isAnimating()); in ensureNoUndoButton()193 () -> VISIBLE == mNotificationInfo.findViewById(R.id.prompt).getVisibility()); in waitForStopButton()199 mNotificationInfo.bindNotification( in testBindNotification_SetsTextApplicationName()214 final TextView textView = mNotificationInfo.findViewById(R.id.pkgname); in testBindNotification_SetsTextApplicationName()216 assertEquals(VISIBLE, mNotificationInfo.findViewById(R.id.header).getVisibility()); in testBindNotification_SetsTextApplicationName()[all …]