Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DShortcutHelperTest.java182 NotificationRecord validMock2 = Mockito.mock(NotificationRecord.class); in testNotifNoLongerHasShortcut_listenerRemoved() local
183 setUpMockNotificationRecord(validMock2, "KEY2"); in testNotifNoLongerHasShortcut_listenerRemoved()
192 mShortcutHelper.maybeListenForShortcutChangesForBubbles(validMock2, in testNotifNoLongerHasShortcut_listenerRemoved()
202 when(validMock2.getShortcutInfo()).thenReturn(null); in testNotifNoLongerHasShortcut_listenerRemoved()
203 mShortcutHelper.maybeListenForShortcutChangesForBubbles(validMock2, in testNotifNoLongerHasShortcut_listenerRemoved()