Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/database/
DDatabaseTestUtils.java351 HashMap<String, ForeignKeyInfo> foreignKeyListPreviousVersion = in checkForeignKeyModification() local
356 for (String foreignKeyName : foreignKeyListPreviousVersion.keySet()) { in checkForeignKeyModification()
361 foreignKeyListPreviousVersion.get(foreignKeyName); in checkForeignKeyModification()
378 if (!foreignKeyListPreviousVersion.containsKey(foreignKeyName)) { in checkForeignKeyModification()