Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/database/
DDatabaseTestUtils.java208 HashMap<String, TableInfo> mTableListPreviousVersion, in checkExistingTableDeletion() argument
212 for (String tableName : mTableListPreviousVersion.keySet()) { in checkExistingTableDeletion()
225 HashMap<String, TableInfo> mTableListPreviousVersion, in checkPrimaryKeyModification() argument
229 for (String tableName : mTableListPreviousVersion.keySet()) { in checkPrimaryKeyModification()
234 mTableListPreviousVersion.get(tableName).getPrimaryKey(); in checkPrimaryKeyModification()
266 HashMap<String, TableInfo> mTableListPreviousVersion, in checkColumnModification() argument
270 for (String tableName : mTableListPreviousVersion.keySet()) { in checkColumnModification()
275 mTableListPreviousVersion.get(tableName).getColumnInfoMapping(); in checkColumnModification()
343 HashMap<String, TableInfo> mTableListPreviousVersion, in checkForeignKeyModification() argument
347 for (String tableName : mTableListPreviousVersion.keySet()) { in checkForeignKeyModification()
[all …]