Home
last modified time | relevance | path

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

/frameworks/support/room/runtime/src/main/java/androidx/room/
DRoomDatabase.java714 final int targetVersion = targetNodes.keyAt(i); in findUpMigrationPath() local
717 shouldAddToPath = targetVersion <= end && targetVersion > start; in findUpMigrationPath()
719 shouldAddToPath = targetVersion >= end && targetVersion < start; in findUpMigrationPath()
723 start = targetVersion; in findUpMigrationPath()