Home
last modified time | relevance | path

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

/packages/apps/Car/Calendar/tests/ui/src/com/android/car/calendar/
DCarCalendarUiTest.java183 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
/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/
DEventsLiveDataTest.java232 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() {