Home
last modified time | relevance | path

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

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