Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/database/
DDatabaseTestUtils.java209 HashMap<String, TableInfo> mTableListCurrentVersion, in checkExistingTableDeletion() argument
214 if (!mTableListCurrentVersion.containsKey(tableName)) { in checkExistingTableDeletion()
226 HashMap<String, TableInfo> mTableListCurrentVersion, in checkPrimaryKeyModification() argument
231 if (mTableListCurrentVersion.containsKey(tableName)) { in checkPrimaryKeyModification()
236 mTableListCurrentVersion.get(tableName).getPrimaryKey(); in checkPrimaryKeyModification()
267 HashMap<String, TableInfo> mTableListCurrentVersion, in checkColumnModification() argument
272 if (mTableListCurrentVersion.containsKey(tableName)) { in checkColumnModification()
277 mTableListCurrentVersion.get(tableName).getColumnInfoMapping(); in checkColumnModification()
344 HashMap<String, TableInfo> mTableListCurrentVersion, in checkForeignKeyModification() argument
349 if (mTableListCurrentVersion.containsKey(tableName)) { in checkForeignKeyModification()
[all …]