Searched defs:recordInternals (Results 1 – 11 of 11) sorted by relevance
70 @NonNull List<RecordInternal<?>> recordInternals, in UpsertTransactionRequest()85 @NonNull List<RecordInternal<?>> recordInternals, in UpsertTransactionRequest()100 @NonNull List<RecordInternal<?>> recordInternals, in UpsertTransactionRequest()
357 public void logUpsertMetrics( in logUpsertMetrics()368 public void logReadMetrics( in logReadMetrics()383 private int getNumberOfRecordsWithExerciseRoutes( in getNumberOfRecordsWithExerciseRoutes()
83 public void insertRecordDate(@NonNull List<RecordInternal<?>> recordInternals) { in insertRecordDate()
330 public void logUpsertMetrics( in logUpsertMetrics()341 public void logReadMetrics( in logReadMetrics()
102 List<RecordInternal<?>> recordInternals, AttributionSource attributionSource) { in enforceRecordsWritePermissions()168 List<RecordInternal<?>> recordInternals, AttributionSource attributionSource) { in collectExtraWritePermissionStateMapping()
82 public List<Record> getExternalRecords(@NonNull List<RecordInternal<?>> recordInternals) { in getExternalRecords()
57 public RecordsParcel(@NonNull List<RecordInternal<?>> recordInternals) { in RecordsParcel()
2023 List<RecordInternal<?>> recordInternals, AttributionSource attributionSource) { in finishDataDeliveryWriteRecords()2065 private void logRecordTypeSpecificUpsertMetrics( in logRecordTypeSpecificUpsertMetrics()2081 private void logRecordTypeSpecificReadMetrics( in logRecordTypeSpecificReadMetrics()2098 List<RecordInternal<?>> recordInternals) { in getRecordTypeToListOfRecords()
417 public Builder setDataTypesFromRecordInternals( in setDataTypesFromRecordInternals()
427 List<RecordInternal<?>> recordInternals = in insertRecords() local1137 List<RecordInternal<?>> recordInternals = in updateRecords() local
255 List<RecordInternal<?>> recordInternals = new ArrayList<>(); in readRecords() local