Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DSQLiteOpenHelperTest.java163 final String TABLE_NAME1 = "fart", TABLE_NAME2 = "fart2"; in testMultipleDbsPreserveData() local
170 setupTable(db2, TABLE_NAME2); in testMultipleDbsPreserveData()
171 insertData(db2, TABLE_NAME2, new int[]{4, 5, 6}); in testMultipleDbsPreserveData()
173 verifyData(db2, TABLE_NAME2, 3); in testMultipleDbsPreserveData()
178 final String TABLE_NAME1 = "fart", TABLE_NAME2 = "fart2"; in testCloseOneDbKeepsDataForOther() local
184 setupTable(db2, TABLE_NAME2); in testCloseOneDbKeepsDataForOther()
186 insertData(db2, TABLE_NAME2, new int[]{4, 5, 6}); in testCloseOneDbKeepsDataForOther()
188 verifyData(db2, TABLE_NAME2, 3); in testCloseOneDbKeepsDataForOther()
190 verifyData(db2, TABLE_NAME2, 3); in testCloseOneDbKeepsDataForOther()
193 verifyData(db2, TABLE_NAME2, 3); in testCloseOneDbKeepsDataForOther()