Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/
DUpsertTableRequest.java217 public List<String> getAllChildTables() { in getAllChildTables() method in UpsertTableRequest
218 return mRecordHelper == null ? Collections.emptyList() : mRecordHelper.getAllChildTables(); in getAllChildTables()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DRecordHelper.java305 return getAllChildTables().stream().map(it -> new TableColumnPair(it, PARENT_KEY)).toList(); in getChildTablesWithRowsToBeDeletedDuringUpdate()
309 public List<String> getAllChildTables() { in getAllChildTables() method in RecordHelper
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/
DTransactionManager.java796 if (request.getAllChildTables().isEmpty()) { in updateRecord()