Home
last modified time | relevance | path

Searched defs:setRowId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBHistogramEventData.java141 public abstract Builder setRowId(Long rowId); in setRowId() method in DBHistogramEventData.Builder
DDBProtectedServersEncryptionConfig.java157 abstract Builder setRowId(Long rowId); in setRowId() method in DBProtectedServersEncryptionConfig.Builder
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DRecordInternal.java155 public RecordInternal<T> setRowId(int rowId) { in setRowId() method in RecordInternal