Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarDatabaseHelperTest.java486 String goodString = goodCursor.getString(1); in testSchemasEqualForAllTables() local
487 if (badString == null && goodString == null) { in testSchemasEqualForAllTables()
493 goodString = goodString.replaceAll("[()]", ""); in testSchemasEqualForAllTables()
495 goodString = goodString.replaceAll(" +", " "); in testSchemasEqualForAllTables()
498 String[] goodSql = goodString.split(","); in testSchemasEqualForAllTables()