Searched refs:validMock2 (Results 1 – 1 of 1) sorted by relevance
182 NotificationRecord validMock2 = Mockito.mock(NotificationRecord.class); in testNotifNoLongerHasShortcut_listenerRemoved() local183 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()