Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1490 long colorId = insertAndCheckColor(colorType, colorKey, colorValue); in testInsertUpdateDeleteColor()
1493 insertAndCheckColor(colorType, colorKey, colorValue); in testInsertUpdateDeleteColor()
1506 colorId = insertAndCheckColor(colorType, colorKey, colorValue); in testInsertUpdateDeleteColor()
1508 insertAndCheckColor(colorType, colorKey, colorValue); in testInsertUpdateDeleteColor()
1601 private long insertAndCheckColor(long colorType, String colorKey, long color) { in insertAndCheckColor() method in CalendarProvider2Test