Searched refs:mConvoSbn (Results 1 – 1 of 1) sorted by relevance
165 private StatusBarNotification mConvoSbn; field in DataManagerTest266 when(mConvoSbn.getKey()).thenReturn(CUSTOM_KEY); in setUp()267 when(mConvoSbn.getNotification()).thenReturn(mNotification); in setUp()268 when(mConvoSbn.getPackageName()).thenReturn(TEST_PKG_NAME); in setUp()269 when(mConvoSbn.getUser()).thenReturn(UserHandle.of(USER_ID_PRIMARY)); in setUp()270 when(mConvoSbn.getPostTime()).thenReturn(System.currentTimeMillis()); in setUp()687 assertEquals(mConvoSbn.getPostTime(), result.getLastEventTimestamp()); in testGetConversation()1817 listenerService.onNotificationPosted(mConvoSbn, mRankingMap); in sendConvoNotification()