Searched refs:checkExists (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/
H A DWorkDatabaseMigrationTest.java155 assertThat(checkExists(database, TABLE_ALARM_INFO), is(false));
156 assertThat(checkExists(database, TABLE_WORKSPEC), is(true));
157 assertThat(checkExists(database, TABLE_WORKTAG), is(true));
158 assertThat(checkExists(database, TABLE_WORKNAME), is(true));
194 assertThat(checkExists(database, TABLE_SYSTEM_ID_INFO), is(false));
195 assertThat(checkExists(database, TABLE_WORKSPEC), is(true));
196 assertThat(checkExists(database, TABLE_WORKTAG), is(true));
197 assertThat(checkExists(database, TABLE_WORKNAME), is(true));
240 assertThat(checkExists(database, TABLE_SYSTEM_ID_INFO), is(false));
241 assertThat(checkExists(databas
247 private boolean checkExists(SupportSQLiteDatabase database, String tableName) { method in class:WorkDatabaseMigrationTest
[all...]

Completed in 87 milliseconds