Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProviderTest.java53 StatusBarNotification mNotification3; field in DreamOverlayNotificationCountProviderTest
65 when(mNotification3.getKey()).thenReturn("key3"); in setup()
66 when(mNotification3.isOngoing()).thenReturn(true); in setup()
98 handlerArgumentCaptor.getValue().onNotificationPosted(mNotification3, mRankingMap); in testPostingOngoingNotificationDoesNotCallCallbackWithNotificationCount()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleSpaceUtilsTest.java154 private final Notification mNotification3 = new Notification.Builder(mContext, "test2") field in PeopleSpaceUtilsTest
173 .setNotification(mNotification3)