Searched refs:TableListEntry (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperUpgradeTest.java | 553 private static final TableListEntry[] TABLE_LIST = { 554 new TableListEntry(PropertyUtils.Tables.PROPERTIES, PROPERTIES_COLUMNS), 555 new TableListEntry(Tables.ACCOUNTS, ACCOUNTS_COLUMNS), 556 new TableListEntry(Tables.CONTACTS, CONTACTS_COLUMNS), 557 new TableListEntry(Tables.DELETED_CONTACTS, DELETED_CONTACTS_COLUMNS), 558 new TableListEntry(Tables.RAW_CONTACTS, RAW_CONTACTS_COLUMNS), 559 new TableListEntry(Tables.STREAM_ITEMS, STREAM_ITEMS_COLUMNS), 560 new TableListEntry(Tables.STREAM_ITEM_PHOTOS, STREAM_ITEM_PHOTOS_COLUMNS), 561 new TableListEntry(Tables.PHOTO_FILES, PHOTO_FILES_COLUMNS), 562 new TableListEntry(Tables.PACKAGES, PACKAGES_COLUMNS), [all …]
|
D | BaseDatabaseHelperUpgradeTest.java | 150 protected static class TableListEntry { class in BaseDatabaseHelperUpgradeTest 156 public TableListEntry(String name, TableColumn[] columns) { in TableListEntry() method in BaseDatabaseHelperUpgradeTest.TableListEntry 160 public TableListEntry(String name, TableColumn[] columns, boolean shouldBeInNewDb) { in TableListEntry() method in BaseDatabaseHelperUpgradeTest.TableListEntry 188 protected void assertDatabaseStructureSameAsList(TableListEntry[] list, boolean isNewDatabase) { in assertDatabaseStructureSameAsList() 189 for (TableListEntry entry : list) { in assertDatabaseStructureSameAsList()
|