Searched refs:buildTestRow (Results 1 – 2 of 2) sorted by relevance
183 mTestEventRows.add(buildTestRow(START_DATE_TIME, 1, EVENT_TITLE, false)); in event_displayed()201 mTestEventRows.add(buildTestRow(utcDayStartTime, 24, EVENT_TITLE, true)); in singleAllDayEvent_notCollapsed()303 return buildTestRow(utcDayStartTime, 24, title, true); in buildTestRowAllDay()306 private static Object[] buildTestRow( in buildTestRow() method in CarCalendarUiTest
232 mTestContentProvider.addRow(buildTestRow()); in notifyDataChange_dataNotChanged_onChangedNotCalled()262 mTestContentProvider.addRow(buildTestRow()); in notifyDataChange_dataChanged_onChangedCalled()307 mTestContentProvider.addRow(buildTestRow()); in noCalendars_valueNull()642 static Object[] buildTestRow() {