Searched refs:mNotification3 (Results 1 – 2 of 2) sorted by relevance
53 StatusBarNotification mNotification3; field in DreamOverlayNotificationCountProviderTest65 when(mNotification3.getKey()).thenReturn("key3"); in setup()66 when(mNotification3.isOngoing()).thenReturn(true); in setup()98 handlerArgumentCaptor.getValue().onNotificationPosted(mNotification3, mRankingMap); in testPostingOngoingNotificationDoesNotCallCallbackWithNotificationCount()
154 private final Notification mNotification3 = new Notification.Builder(mContext, "test2") field in PeopleSpaceUtilsTest173 .setNotification(mNotification3)