Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java111 private final NotificationEntry mNotificationEntry1 = new NotificationEntryBuilder() field in NotificationHelperTest
172 assertFalse(isMissedCall(mNotificationEntry1)); in testIsMissedCall_notMissedCall()
187 assertTrue(isMissedCallOrHasContent(mNotificationEntry1)); in testisMissedCallOrHasContent_Hasontent()
193 mNotificationEntry1, mMissedCallNotificationEntry); in testGetHighestPriorityNotification_missedCallHigherPriority()
202 mNotificationEntry1, mNotificationEntry2); in testGetHighestPriorityNotification_moreRecentLastMessage()
205 .isEqualTo(mNotificationEntry1); in testGetHighestPriorityNotification_moreRecentLastMessage()
DPeopleSpaceUtilsTest.java160 private final NotificationEntry mNotificationEntry1 = new NotificationEntryBuilder() field in PeopleSpaceUtilsTest
252 .augmentTileFromNotification(mContext, tile, key, mNotificationEntry1, 0, in testAugmentTileFromNotification()