Searched refs:mockBirthdaysUriCursor (Results 1 – 1 of 1) sorted by relevance
427 Cursor mockBirthdaysUriCursor = mock(Cursor.class); in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday() local429 when(mockBirthdaysUriCursor.moveToNext()).thenReturn(true, false); in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday()430 when(mockBirthdaysUriCursor.getColumnIndex( in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday()440 any())).thenReturn(mockBirthdaysUriCursor); in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday()442 when(mockBirthdaysUriCursor.getString(eq(TEST_COLUMN_INDEX))).thenReturn(TEST_LOOKUP_KEY); in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday()