Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/database/
DDatabaseTestUtils.java234 mTableListPreviousVersion.get(tableName).getPrimaryKey(); in checkPrimaryKeyModification()
236 mTableListCurrentVersion.get(tableName).getPrimaryKey(); in checkPrimaryKeyModification()
391 .getPrimaryKey() in checkForeignKeyModification()
483 .getPrimaryKey() in checkNewTableAddition()
DHealthConnectDatabaseUnitTest.java165 List<String> primaryKeyFirstTable = mTableList.get(FIRST_TABLE_NAME).getPrimaryKey(); in test_primaryKey_matches()
176 List<String> primaryKeySecondTable = mTableList.get(SECOND_TABLE_NAME).getPrimaryKey(); in test_primaryKey_matches()
DTableInfo.java119 public List<String> getPrimaryKey() { in getPrimaryKey() method in TableInfo