Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java165 private StatusBarNotification mConvoSbn; field in DataManagerTest
266 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()