Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleSpaceUtilsTest.java427 Cursor mockBirthdaysUriCursor = mock(Cursor.class); in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday() local
429 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()