Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/databasemigration/src/com/android/adservices/data/
DSqliteColumnInfo.java52 abstract int getPrimaryKey(); in getPrimaryKey() method in SqliteColumnInfo
60 && this.getPrimaryKey() == that.getPrimaryKey() in equalsWithoutDefaultValue()
DRoomSchemaMigrationGuardrailTest.java248 if (field.getPrimaryKey() != 0) { in validateNewTablesAndFieldsOnly()
/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