Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/
DUpsertTableRequest.java209 public List<RecordHelper.TableColumnPair> getChildTablesWithRowsToBeDeletedDuringUpdate() { in getChildTablesWithRowsToBeDeletedDuringUpdate() method in UpsertTableRequest
212 : mRecordHelper.getChildTablesWithRowsToBeDeletedDuringUpdate( in getChildTablesWithRowsToBeDeletedDuringUpdate()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DExerciseSessionRecordHelper.java225 public List<TableColumnPair> getChildTablesWithRowsToBeDeletedDuringUpdate( in getChildTablesWithRowsToBeDeletedDuringUpdate() method in ExerciseSessionRecordHelper
DPlannedExerciseSessionRecordHelper.java582 public List<TableColumnPair> getChildTablesWithRowsToBeDeletedDuringUpdate( in getChildTablesWithRowsToBeDeletedDuringUpdate() method in PlannedExerciseSessionRecordHelper
DRecordHelper.java303 public List<TableColumnPair> getChildTablesWithRowsToBeDeletedDuringUpdate( in getChildTablesWithRowsToBeDeletedDuringUpdate() method in RecordHelper
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/
DTransactionManager.java899 request.getChildTablesWithRowsToBeDeletedDuringUpdate()) { in deleteChildTableRequest()