Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java481 private static final TableListEntry[] TABLE_LIST = {
482 new TableListEntry(PropertyUtils.Tables.PROPERTIES, PROPERTIES_COLUMNS),
483 new TableListEntry(Tables.ACCOUNTS, ACCOUNTS_COLUMNS),
484 new TableListEntry(Tables.CONTACTS, CONTACTS_COLUMNS),
485 new TableListEntry(Tables.DELETED_CONTACTS, DELETED_CONTACTS_COLUMNS),
486 new TableListEntry(Tables.RAW_CONTACTS, RAW_CONTACTS_COLUMNS),
487 new TableListEntry(Tables.STREAM_ITEMS, STREAM_ITEMS_COLUMNS),
488 new TableListEntry(Tables.STREAM_ITEM_PHOTOS, STREAM_ITEM_PHOTOS_COLUMNS),
489 new TableListEntry(Tables.PHOTO_FILES, PHOTO_FILES_COLUMNS),
490 new TableListEntry(Tables.PACKAGES, PACKAGES_COLUMNS),
[all …]
DBaseDatabaseHelperUpgradeTest.java151 protected static class TableListEntry { class in BaseDatabaseHelperUpgradeTest
157 public TableListEntry(String name, TableColumn[] columns) { in TableListEntry() method in BaseDatabaseHelperUpgradeTest.TableListEntry
161 public TableListEntry(String name, TableColumn[] columns, boolean shouldBeInNewDb) { in TableListEntry() method in BaseDatabaseHelperUpgradeTest.TableListEntry
180 protected void assertDatabaseStructureSameAsList(TableListEntry[] list, boolean isNewDatabase) { in assertDatabaseStructureSameAsList()
181 for (TableListEntry entry : list) { in assertDatabaseStructureSameAsList()