Searched refs:mockPersonUriCursor (Results 1 – 1 of 1) sorted by relevance
426 Cursor mockPersonUriCursor = mock(Cursor.class); in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday() local428 when(mockPersonUriCursor.moveToNext()).thenReturn(true, false); in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday()433 when(mockPersonUriCursor.getColumnIndex( in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday()438 any())).thenReturn(mockPersonUriCursor); in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday()443 when(mockPersonUriCursor.getString(eq(TEST_COLUMN_INDEX))).thenReturn( in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday()