Searched refs:fallbackToDestructiveMigrationFrom (Results 1 – 6 of 6) sorted by relevance
144 .fallbackToDestructiveMigrationFrom(1, 2).build(); in fallbackToDestructiveMigrationFrom_calledOnce_migrationsNotRequiredForValues()155 .fallbackToDestructiveMigrationFrom(1, 2) in fallbackToDestructiveMigrationFrom_calledTwice_migrationsNotRequiredForValues()156 .fallbackToDestructiveMigrationFrom(3, 4) in fallbackToDestructiveMigrationFrom_calledTwice_migrationsNotRequiredForValues()202 .fallbackToDestructiveMigrationFrom(1, 4, 81) in isMigrationRequiredFrom_fallBackToDestFromCalled_falseForProvidedValues()216 .fallbackToDestructiveMigrationFrom(1, 4, 81) in isMigrationRequiredFrom_fallBackToDestFromCalled_trueForNonProvidedValues()
296 .fallbackToDestructiveMigrationFrom(6) in fallbackToDestructiveMigrationFrom_destructiveMigrationOccursForSuppliedVersion()313 .fallbackToDestructiveMigrationFrom(6) in fallbackToDestructiveMigrationFrom_suppliedValueIsMigrationStartVersion_exception()337 .fallbackToDestructiveMigrationFrom(6) in fallbackToDestructiveMigrationFrom_suppliedValueIsMigrationEndVersion_exception()
64 method public androidx.room.RoomDatabase.Builder<T> fallbackToDestructiveMigrationFrom(int...);
64 …blic android.arch.persistence.room.RoomDatabase.Builder<T> fallbackToDestructiveMigrationFrom(int.…
564 public Builder<T> fallbackToDestructiveMigrationFrom(int... startVersions) { in fallbackToDestructiveMigrationFrom() method in RoomDatabase.Builder