Searched refs:PARENT_KEY (Results 1 – 4 of 4) sorted by relevance
19 import static android.health.connect.Constants.PARENT_KEY;42 protected static final String PARENT_KEY_COLUMN_NAME = PARENT_KEY;
20 import static android.health.connect.Constants.PARENT_KEY;228 childTablesToDelete.add(new TableColumnPair(EXERCISE_LAPS_RECORD_TABLE_NAME, PARENT_KEY)); in getChildTablesWithRowsToBeDeletedDuringUpdate()230 new TableColumnPair(EXERCISE_SEGMENT_RECORD_TABLE_NAME, PARENT_KEY)); in getChildTablesWithRowsToBeDeletedDuringUpdate()235 new TableColumnPair(EXERCISE_ROUTE_RECORD_TABLE_NAME, PARENT_KEY)); in getChildTablesWithRowsToBeDeletedDuringUpdate()
23 import static android.health.connect.Constants.PARENT_KEY;305 return getAllChildTables().stream().map(it -> new TableColumnPair(it, PARENT_KEY)).toList(); in getChildTablesWithRowsToBeDeletedDuringUpdate()
41 public static final String PARENT_KEY = "parent_key"; field in Constants