Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/request/
DAlterTableRequestTest.java40 assertThat(alterTableRequest.getAlterTableAddColumnsCommand()).isNotNull(); in testAlterTable_getAlterTableAddColumnsCommand()
41 assertThat(alterTableRequest.getAlterTableAddColumnsCommand()).contains(TABLE_NAME); in testAlterTable_getAlterTableAddColumnsCommand()
42 assertThat(alterTableRequest.getAlterTableAddColumnsCommand()).contains(COLUMN_NAME); in testAlterTable_getAlterTableAddColumnsCommand()
43 assertThat(alterTableRequest.getAlterTableAddColumnsCommand()).contains(COLUMN_TYPE); in testAlterTable_getAlterTableAddColumnsCommand()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/
DDatabaseUpgradeHelper.java188 .getAlterTableAddColumnsCommand()); in applyPlannedExerciseDatabaseUpgrade()
194 .getAlterTableAddColumnsCommand()); in applyPlannedExerciseDatabaseUpgrade()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/
DAlterTableRequest.java58 public String getAlterTableAddColumnsCommand() { in getAlterTableAddColumnsCommand() method in AlterTableRequest